--- tzdata-2009f.orig/debian/rules +++ tzdata-2009f/debian/rules @@ -0,0 +1,170 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export LC_ALL=C + +TZGEN := $(CURDIR)/tzgen +TZGEN_JAVA := $(CURDIR)/tzgen-java +TZSOURCE := $(CURDIR)/tzsource + +VERSION := $(shell dpkg-parsechangelog | sed -e '/^Version/!d;s/^Version: //g;s/.*://g;s/-.*//g') +EMDEBIAN := $(shell dpkg-parsechangelog | egrep '^Version: .*em[0-9]+') + +JHOME := /usr/lib/jvm/java-6-openjdk + +TIMEZONES := africa \ + antarctica \ + asia \ + australasia \ + europe \ + northamerica \ + pacificnew \ + southamerica \ + etcetera \ + factory \ + backward \ + systemv + +ifeq ($(EMDEBIAN),) +TIMEZONES += solar87 \ + solar88 \ + solar89 +endif + +TIMEZONES_JAVA := gmt \ + jdk11_backward + +TEMPLATES_FILE := $(CURDIR)/debian/templates +TEMPLATES_AREAS := Africa \ + America \ + Antarctica \ + Australia \ + Arctic \ + Asia \ + Atlantic \ + 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 the "default" version + for zone in $(TIMEZONES); do \ + /usr/sbin/zic -d $(TZGEN) -L /dev/null -y $(TZSOURCE)/yearistype.sh $(TZSOURCE)/$${zone} ; \ + done + + # Build the "posix" and "right" versions +ifeq ($(EMDEBIAN),) + for zone in $(TIMEZONES); do \ + /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 +endif + + # Generate a posixrules file + /usr/sbin/zic -d $(TZGEN) -p America/New_York + + # Generate a java version + cd $(TZSOURCE) && \ + $(JHOME)/bin/java -jar $(JHOME)/jre/lib/javazic.jar -V $(VERSION) -d ../tzgen-java $(TIMEZONES) $(TIMEZONES_JAVA) + + # 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" ; \ + echo "# Translators: do not translate underscores. You can use spaces instead." ; \ + 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|Saigon|Calcutta)$$' | \ + 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) $(TZGEN_JAVA) .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_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-2009f.orig/debian/changelog +++ tzdata-2009f/debian/changelog @@ -0,0 +1,684 @@ +tzdata (2009f-0ubuntu1) jaunty; urgency=low + + [ Matthias Klose ] + * Install missing pacificnew timezone. (Debian #524046) + + [ Martin Pitt ] + * New upstream release: + - Fix DST rules for Pakistan. (LP: #358232) + + -- Martin Pitt Thu, 16 Apr 2009 12:27:15 +0200 + +tzdata (2009e-1) unstable; urgency=low + + [ Christian Perrier ] + * Debconf translations: + - Spanish. Closes: #521807 + + [ Clint Adams ] + * New upstream version. + + -- Clint Adams Mon, 06 Apr 2009 10:33:21 -0400 + +tzdata (2009d-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Thu, 26 Mar 2009 10:04:03 -0400 + +tzdata (2009c-1) unstable; urgency=low + + [ Aurelien Jarno ] + * debian/control: s/tzdata-lenny/tzdata-squeeze/ + * debian/control: move tzdata-java to section java. + + [ Clint Adams ] + * New upstream release. + * debian/control: bump to Standards-Version 3.8.1. + + -- Clint Adams Mon, 16 Mar 2009 21:20:07 -0400 + +tzdata (2009b-1) unstable; urgency=low + + * New upstream release. + + -- Clint Adams Sat, 14 Feb 2009 11:41:30 -0500 + +tzdata (2008i-3) unstable; urgency=low + + * Debconf translations: + * Italian. Closes: #504139 + * Portuguese. Closes: #504276 + * Finnish. Closes: #504311 + * Turkish. Closes: #504442 + * Czech. Closes: #504401 + * Basque. Closes: #504533 + * Kurdish. Closes: #504545 + * Bulgarian. Closes: #504598 + * Thai. Closes: #504687 + * Russian. Closes: #504890 + * Wolof. Closes: #504915 + + -- Christian Perrier Mon, 03 Nov 2008 08:13:32 +0100 + +tzdata (2008i-2) unstable; urgency=low + + [ Christian Perrier ] + * Debconf translations: + * French + * Belarusian. Closes: #503969 + * Japanese. Closes: #503979 + * Gujarati. Closes: #503988 + * Lithuanian. Closes: #503995 + * Kurdish + * Swedish. Closes: #504036 + * German. Closes: #504038 + * Catalan. Closes: #504074 + + [ Clint Adams ] + * debian/postinst: apply patch from Martin Orr to restore SELinux + context of /etc/localtime. closes: #503028. + + -- Clint Adams Sat, 01 Nov 2008 19:45:54 -0400 + +tzdata (2008i-1) unstable; urgency=low + + * New upstream version. + - Drop argentina-no-dst.diff (obsolete). + * debian/po/en.po: add translation for Salta (Argentina). + + -- Clint Adams Mon, 27 Oct 2008 21:34:51 -0400 + +tzdata (2008h-2) unstable; urgency=high + + * Apply patch from Margarita Manterola to fix DST for Argentina this + weekend. closes: #502430. + + -- Clint Adams Fri, 17 Oct 2008 12:16:57 -0400 + +tzdata (2008h-1) unstable; urgency=high + + * New upstream version. + * Remove argentina.diff to enable DST in Argentina for October 19th. + * Urgency set to high, as the change will happen soon. + + -- Aurelien Jarno Wed, 15 Oct 2008 11:09:34 +0200 + +tzdata (2008g-1) unstable; urgency=low + + * New upstream version. + + -- Aurelien Jarno Mon, 06 Oct 2008 15:17:28 +0200 + +tzdata (2008f-2) unstable; urgency=low + + * Fix Argentinian timezone wrt DST. Closes: #501169 + + -- Aurelien Jarno Mon, 06 Oct 2008 13:38:46 +0200 + +tzdata (2008f-1) unstable; urgency=low + + [ Christian Perrier ] + * debian/po/pt.po: update from Ricardo Silva. closes: #498963 + + [ Clint Adams ] + * New upstream release. + + -- Clint Adams Fri, 26 Sep 2008 12:41:52 -0400 + +tzdata (2008e-4) unstable; urgency=low + + * Add a README.Debian file explaining the difference between the + "posix" and the "right" versions of the timezone data. + * Only build the posix version of the timezone data on emdebian. + * Don't build solar87, solar88 and solar89 on emdebian as they are + useless. + + -- Aurelien Jarno Sat, 06 Sep 2008 16:57:41 +0200 + +tzdata (2008e-3) unstable; urgency=low + + * Provide a tzconfig compatibility script. Closes: #493978. + + -- Aurelien Jarno Sat, 09 Aug 2008 21:57:23 +0200 + +tzdata (2008e-2) unstable; urgency=low + + * Build a tzdata-java package, using javazic from openjdk-6. + * debian/po/fr.po: update from Nicolas François. closes: #492769. + * debian/po/tr.po: new file from Mert Dirik. closes: #491207. + + -- Aurelien Jarno Thu, 31 Jul 2008 14:15:19 +0200 + +tzdata (2008e-1) unstable; urgency=low + + * New upstream release. + + -- Aurelien Jarno Tue, 29 Jul 2008 02:12:00 +0200 + +tzdata (2008d-1) unstable; urgency=medium + + [ Clint Adams ] + * New upstream release. + * Bump to Standards-Version 3.8.0. + * debian/po/en.po: translation of "Santarem". + * Add Italian translations from David Paleino. closes: #483917. + + [ Christian Perrier ] + * Debconf translations (credits are in PO files): + - French + - Gujarati. Closes: #490674 + - Malayalam. Closes: #490685 + - Galician. Closes: #490692 + - Catalan. Closes: #490709 + - German. Closes: #490713, #486867 + - Bulgarian. Closes: #490726 + - Basque. Closes: #490731 + - Lithuanian. Closes: #490773 + - Swedish. Closes: #490783 + - Japanese. Closes: #490807 + - Thai. Closes: #490942 + - Finnish. Closes: #490993 + - Vietnamese. Closes: #491047 + - Turkish. Closes: #491207 + - Russian. Closes: #491339 + - Belarusian. Closes: #491444 + + [ Aurelien Jarno ] + * patches/systemv.diff: convert to -p1. Closes: #485364. + + -- Clint Adams Fri, 25 Jul 2008 09:41:04 -0400 + +tzdata (2008c-1) unstable; urgency=low + + * New upstream release. + * debian/po/sv.po: updates from Martin Bagge. closes: #482459. + * debian/po/es.po: updates from Rudy Godoy Guillén. closes: #482941 + + -- Aurelien Jarno Sat, 31 May 2008 10:00:54 +0200 + +tzdata (2008b-2) unstable; urgency=medium + + [ Christian Perrier ] + * Properly spell "Sydney" in debian/config. closes: #478403 + * debian/po/de.po: update from Helge Kreutzmann. German. closes: #472682 + * debian/po/fi.po: update from Esko Arajärvi. Finnish. closes: #475226 + * debian/po/fr.po: update from Christian Perrier. French. closes: #472596 + * debian/po/gu.po: update from Kartik Mistry. Gujarati. closes: #480529 + * debian/po/gl.po: update from Jacobo Tarrio. Galician. closes: #480535 + * debian/po/ca.po: update from Jordà Polo. Catalan. closes: #480554 + * debian/po/sq.po: update from Elian Myftiu. Albanian. closes: #480562 + * debian/po/ja.po: update from Kenshi Muto. Japanese. closes: #480581 + * debian/po/ml.po: update from Praveen. Malayalam. closes: #480582 + * debian/po/vi.po: update from Clytie Siddall. Vietnamese. closes: #480651 + * debian/po/hu.po: update from SZERVÁC Attila. Hungarian. closes: #480665 + * debian/po/bg.po: update from Damyan Ivanov and Yavor Doganov. + Bulgarian. closes: #480674 + * debian/po/es.po: update from Rudy Godoy. Spanish. closes: #480745 + * debian/po/be.po: update from Pavel Piatruk. Belarusian. + * debian/po/id.po: update from Arief S Fitrianto. Indonesian. closes: #480832 + * debian/po/lt.po: update from Kęstutis Biliūnas. Lithuanian. closes: #480836 + * debian/po/eu.po: update from Piarres Beobide. Basque. closes: #480843 + * debian/po/cs.po: update from Miroslav Kure. Czech. closes: #480929 + * Russian. Closes: #481216 + + [ Clint Adams ] + * debian/po/nl.po: update from Bart Cornelis. closes: #481741. + * debian/po/ru.po: update from Yuri Kozlov. closes: #481216. + * debian/po/en.po: fix fuzzy mistranslation of San Luis to San Juan. + + -- Clint Adams Sun, 18 May 2008 07:52:23 -0400 + +tzdata (2008b-1) unstable; urgency=low + + * New upstream release. + - Renames Asia/Saigon to Asia/Ho_Chi_Minh. closes: #471305. + * Add conversion code for Asia/Saigon and Asia/Calcutta to + Asia/Ho_Chi_Minh and Asia/Kolkata respectively. + + -- Clint Adams Mon, 24 Mar 2008 09:42:35 -0400 + +tzdata (2008a-1) unstable; urgency=low + + * New upstream release. + - Drop Chile patch (fixed in a different way). + + -- Clint Adams Sun, 09 Mar 2008 10:24:05 -0400 + +tzdata (2007k-4) unstable; urgency=high + + * debian/patches/chile_2008.diff: add Chile DST rule for 2008. + closes: #469194. + * Set urgency to high as the DST change will happen in 4 days. + * debian/po/fi.po: update from Esko Arajärvi. closes: #468544. + * debian/po/ru.po: update from Yuri Kozlov. closes: #466752. + + -- Aurelien Jarno Tue, 04 Mar 2008 12:32:26 +0100 + +tzdata (2007k-3) unstable; urgency=low + + * Add a Provides: tzdata-lenny. + * debian/po/nl.po: update from Bart Cornelis. closes: #463434. + + -- Aurelien Jarno Mon, 04 Feb 2008 22:36:41 +0100 + +tzdata (2007k-2) unstable; urgency=low + + * debian/po/sv.po: initial translation from Christer Andersson + closes: #459490. + + -- Aurelien Jarno Sat, 12 Jan 2008 12:52:02 +0100 + +tzdata (2007k-1) unstable; urgency=low + + * New upstream release. + - Drop Argentina patch (fixed upstream in a different way). + + -- Clint Adams Mon, 31 Dec 2007 12:26:58 -0500 + +tzdata (2007j-3) unstable; urgency=high + + [ Aurelien Jarno ] + * debian/po/eu.po: update from Piarres Beobide. closes: #457288. + + [ Clint Adams ] + * debian/po/de.po: update from Helge Kreutzmann. closes: #457747. + * Add DST for Argentina, closes: #457938. + * Bump to Standards-Version 3.7.3. + + -- Clint Adams Tue, 25 Dec 2007 19:15:23 -0500 + +tzdata (2007j-2) unstable; urgency=high + + * Urgency set to high, to make sure the version in testing is + high than in debian-volatile. + * debian/po/de.po: update from Helge Kreutzmann. closes: #454335. + * debian/po/fr.po: update from Christian Perrier. closes: #454410. + + -- Aurelien Jarno Tue, 11 Dec 2007 14:46:52 +0100 + +tzdata (2007j-1) unstable; urgency=low + + * New upstream version. + + -- Clint Adams Mon, 03 Dec 2007 10:15:33 -0500 + +tzdata (2007i-2) unstable; urgency=low + + * Remove leading/trailing slashes when reading the timezone. + closes: #452275. + + -- Aurelien Jarno Sun, 25 Nov 2007 05:22:24 +0100 + +tzdata (2007i-1) unstable; urgency=low + + * New upstream version. + * debian/po/de.po: initial translation from Helge Kreutzmann. + closes: #447173. + * debian/po/gl.po: update from Jacobo Tarrio. closes: #447930. + * debian/po/nl.po: update from Bart Cornelis. closes: #448016. + * debian/po/fi.po: initial translation from Esko Arajärvi. + closes: #448545. + + -- Clint Adams Mon, 05 Nov 2007 19:47:10 -0500 + +tzdata (2007h-2) unstable; urgency=low + + * debian/po/ca.po: update from Jordà Polo. closes: #446397. + * debian/po/ja.po: update from Kenshi Muto. closes: #446564. + + -- Clint Adams Sun, 14 Oct 2007 09:50:48 -0400 + +tzdata (2007h-1) unstable; urgency=low + + * New upstream version. + - Includes Venezuelan time zone change. closes: #443202. + * debian/po/ru.po: update from Yuri Kozlov. closes: #444040. + + -- Clint Adams Wed, 03 Oct 2007 11:36:09 -0400 + +tzdata (2007g-2) unstable; urgency=low + + * debian/po/fr.po: update from Christian Perrier. closes: #439883. + * debian/po/es.po: update from Rudy Godoy Guillén. closes: #440595. + + -- Clint Adams Fri, 21 Sep 2007 08:44:02 -0400 + +tzdata (2007g-1) unstable; urgency=low + + * New upstream version. + + -- Clint Adams Sun, 26 Aug 2007 16:59:29 -0400 + +tzdata (2007f-12) unstable; urgency=high + + * debian/preinst: remove. + * debian/config: don't try to detect modified /etc/localtime file. + closes: #438449. + + -- Aurelien Jarno Sat, 25 Aug 2007 01:10:44 +0200 + +tzdata (2007f-11) unstable; urgency=high + + * Urgency set to high as it fixes an RC bug. + * debian/configure: remove comparison of /etc/localtime + with /usr/share/zoneinfo/. closes: #438191. + rework the rest of the script. + * debian/preinst: new script to compare /etc/localtime + with /usr/share/zoneinfo/. + * debian/postinst: don't touch anything if /etc/timezone + if not there. + * debian/rules: Remove the Canada area, all cities are + already in America. + + -- Aurelien Jarno Thu, 16 Aug 2007 14:14:27 -0230 + +tzdata (2007f-10) unstable; urgency=low + + * New Catalan debconf translation from Jordà Polo. closes: #431972. + * debian/postinst: only print "Run 'dpkg-reconfigure tzdata' if you wish + to change it." message when not using dpkg-reconfigure. closes: + #428083. + + -- Aurelien Jarno Tue, 31 Jul 2007 16:17:16 +0200 + +tzdata (2007f-9) unstable; urgency=low + + * debian/po/wo.po: update from M Mamoune Mbacke. closes: #427504. + * debian/config: patch form Ingo Saitz to fix handling of + cases where /etc/localtime is missing. closes: #427584. + * debian/po/vi.po: update from Clytie Siddall. + * debian/po/fr.po: update from Christian Perrier. closes: #427733. + * New Spanish debconf translation from Rudy Godoy Guillén. + closes: #429414. + + -- Clint Adams Tue, 19 Jun 2007 05:52:15 -0400 + +tzdata (2007f-8) unstable; urgency=high + + * debian/config: reverse the division of area/zone given the hack + for the 3-level zones in America/ . closes: #427389. + + -- Clint Adams Sun, 03 Jun 2007 19:00:32 -0400 + +tzdata (2007f-7) unstable; urgency=medium + + * debian/po/fr.po: update from Christian Perrier. + closes: #427305. + * debian/config: strip off any leading right/ or posix/ ; + this allows tzdata to install when such a zone is set, but + makes it more difficult for the user to set a "right" + time zone. closes: #427226. + + -- Clint Adams Sun, 03 Jun 2007 08:28:04 -0400 + +tzdata (2007f-6) unstable; urgency=low + + * debian/po/en.po: a few minor cleanups. + * Remove Asmera as a debconf choice. + * Convert Antarctica/South_Pole to Antarctica/McMurdo. + + -- Clint Adams Fri, 01 Jun 2007 14:36:36 -0400 + +tzdata (2007f-5) unstable; urgency=medium + + * Handle three-level timezones (including Argentina) in debconf + selection, as well as converting Argentine compatibility zones + to their three-level counterparts. closes: #426914. + * debian/po/en.po: updates for "new" zones. + + -- Clint Adams Thu, 31 May 2007 14:21:48 -0400 + +tzdata (2007f-4) unstable; urgency=low + + * New Malayalam debconf translation from Praveen A. closes: #425361. + * New Lithuanian debconf translation from Kęstutis Biliūnas. + closes: #425383. + * debian/po/ru.po: updates from Yuri Kozlov. closes: #424892. + * debian/po/bg.po: updates from Damyan Ivanov. closes: #425512. + * New Hebrew debconf translation from Lior Kaplan. closes: #425733. + + -- Clint Adams Mon, 21 May 2007 11:48:09 -0400 + +tzdata (2007f-3) unstable; urgency=medium + + * New Czech debconf translation by Miroslav Kure. + closes: #425134. + * Fix misspelling of "Cambridge Bay" in en.po. + * New Basque debconf translation by Piarres Beobide. + closes: #424983. + * New Albanian debconf translation by Elian Myftiu. + closes: #425172. + * New Belarusian debconf translation by Paul Petruk. + closes: #424769. + * debian/po/fr.po: fixes from Christian Perrier. + closes: #424437. + + -- Clint Adams Sat, 19 May 2007 11:50:13 -0400 + +tzdata (2007f-2) unstable; urgency=low + + * New Indonesian debconf translation by Arief S Fitrianto. + closes: #423402. + * debian/config: Use parameter expansion to get substrings, + thereby eliminating use of sed. + * debian/config: Ulaanbaatar is the canonical name, not + Ulan_Bator. + * debian/config: Asmara is the canonical name for Asmera. + * debian/po/templates.pot: remove Asmera. + * New Gujarati debconf translation by Kartik Mistry. + closes: #423492. + + -- Clint Adams Fri, 11 May 2007 11:14:37 -0400 + +tzdata (2007f-1) unstable; urgency=medium + + * New upstream release. + - Remove debian/patches/grand_turk.diff (superseded) + * New Dutch debconf translation by Bart Cornelis. closes: #423064. + * New Thai debconf translation by Theppitak Karoonboonyanan. + closes: #422744. + * New Kurdish debconf translation by Amed Çeko Jiyan. + closes: #422880. + + -- Clint Adams Wed, 09 May 2007 12:43:32 -0400 + +tzdata (2007e-8) unstable; urgency=low + + * New Bulgarian debconf translation, by Damyan Ivanov (closes: + bug#422429). + * New Croatian debconf translation, by Josip Rodin (closes: + bug#422434). + * New Hungarian debconf translation, by Attila Szervác (closes: + bug#422458). + * New Japanese debconf translation, by Kenshi Muto (closes: + bug#422460). + * New Galician debconf translation, by Jacobo Tarrio (closes: + bug#422519. + * debian/postinst: also set LC_ALL=C in sub-shells (closes: bug#422551). + * Don't show backward links in debconf templates for Australian states, + and for Cities whose names have changed. + + -- Aurelien Jarno Sun, 06 May 2007 23:55:23 +0200 + +tzdata (2007e-7) unstable; urgency=low + + * debian/po/en.po: fixes two typos. Thanks to Thijs Kinkhorst (closes: + #421889). + * New Russian debconf translation, by Yuri Kozlov (closes: bug#421499). + * New Portuguese debconf translation, by Rui Branco (closes: bug#422329). + * Partly merge patch from the Debconf templates review (closes: + bug#422186). + * debian/config: verify that /etc/localtime symlink points to a file + in /usr/share/zoneinfo (closes: bug#421280). + * debian/postinst: print the current local and UTC times even when using + user defined /etc/localtime. + + -- Aurelien Jarno Sat, 05 May 2007 05:52:04 -0700 + +tzdata (2007e-6) unstable; urgency=low + + * Remove -x from the config script (closes: #420988). + + -- Aurelien Jarno Wed, 25 Apr 2007 19:35:09 +0200 + +tzdata (2007e-5) unstable; urgency=low + + * Convert old or single-level timezones into two-level timezones + (closes: bug#420895). + * Remove the US area, all cities are already in America. + * Add Arctic area. + + -- Aurelien Jarno Wed, 25 Apr 2007 09:25:46 -0400 + +tzdata (2007e-4) unstable; urgency=low + + * Don't ask debconf questions during the first upgrade if the timezone + is already configured (closes: bug#419276). + * Set the old timezone in case of cancellation (closes: bug#419344). + * Don't overwrite /etc/localtime if the user choose to manage it by + him/herself. + * Update templates from the current status of the Smith Review + Project. + * Add preliminary French templates. + + -- Aurelien Jarno Wed, 25 Apr 2007 00:25:37 +0200 + +tzdata (2007e-3) unstable; urgency=low + + * Add missing Australia area (closes: bug#419191). + + -- Aurelien Jarno Sat, 14 Apr 2007 12:33:17 +0200 + +tzdata (2007e-2) unstable; urgency=low + + * Switch to debconf (closes: bug#391529). + + -- Aurelien Jarno Sat, 14 Apr 2007 00:03:20 +0200 + +tzdata (2007e-1) unstable; urgency=low + + * New upstream release. + - Fixes for Syria and Honduras. + * Add watch file. + + -- Clint Adams Mon, 09 Apr 2007 19:16:23 -0400 + +tzdata (2007d-1) unstable; urgency=low + + * New upstream release: + - Fix timezone change for Turkey (closes: bug#416120). + * debian/patches/grand_turk.diff: Fix timezone change for Turks & Caicos + Islands (closes: bug#415007). + + -- Aurelien Jarno Sun, 25 Mar 2007 03:04:44 +0200 + +tzdata (2007c-1) unstable; urgency=low + + * New upstream release. + - Fix timezone change for Pulaski County, Indiana, USA (closes: + bug#414222). + + -- Aurelien Jarno Sat, 10 Mar 2007 22:16:21 +0100 + +tzdata (2007b-1) unstable; urgency=low + + * New upstream release. + + -- Aurelien Jarno Sun, 18 Feb 2007 19:10:15 +0100 + +tzdata (2007a-3) unstable; urgency=low + + * Make tzdata an Essential package. + * Fix postinst script with broken /etc/localtime file (closes: bug#409419). + + -- Aurelien Jarno Fri, 2 Feb 2007 22:37:36 +0100 + +tzdata (2007a-2) unstable; urgency=low + + * Generate and ship /usr/share/zoneinfo/posixrules (closes: bug#409275). + + -- Aurelien Jarno Thu, 1 Feb 2007 18:39:05 +0100 + +tzdata (2007a-1) unstable; urgency=low + + * New upstream release. + + -- Aurelien Jarno Sun, 21 Jan 2007 22:28:24 +0100 + +tzdata (2006p-1) unstable; urgency=low + + [ Aurelien Jarno ] + * New upstream release. + - Includes DST rules for West Australia. + + -- Aurelien Jarno Tue, 28 Nov 2006 10:58:53 +0100 + +tzdata (2006n-1) unstable; urgency=low + + [ Aurelien Jarno ] + * New upstream release. + + -- Aurelien Jarno Sat, 21 Oct 2006 22:51:50 +0200 + +tzdata (2006m-1) unstable; urgency=low + + [ Aurelien Jarno ] + * New upstream release. + + -- Aurelien Jarno Sun, 8 Oct 2006 19:39:42 +0200 + +tzdata (2006l-1) unstable; urgency=low + + [ Denis Barbier ] + * New upstream release. + * debian/rules: Use debian/patches/quiltrc for quilt global settings. + + -- Denis Barbier Tue, 19 Sep 2006 22:26:27 +0200 + +tzdata (2006k-1) unstable; urgency=low + + [ Aurelien Jarno ] + * New upstream release. + + -- Aurelien Jarno Tue, 29 Aug 2006 22:53:57 +0200 + +tzdata (2006g-2) unstable; urgency=low + + * patches/systemv.diff: As Indianapolis use DST since 2006, it can no + more be an alias for SystemV/EST5, replace it with Panama. + Closes: #367025 + * debian/watch: New file. + + -- Denis Barbier Fri, 2 Jun 2006 23:44:21 +0200 + +tzdata (2006g-1) unstable; urgency=low + + [ Denis Barbier ] + * New upstream release. + * debian/control: Bump Standards-Version: 3.7.2 (no changes needed) + * debian/control: quilt is not run by the 'clean' target, so move it + into Build-Depends-Indep. + + -- Denis Barbier Thu, 1 Jun 2006 22:19:57 +0200 + +tzdata (2006c-2) unstable; urgency=low + + * Put a copy of the current timezone into /etc/localtime instead of a + symlink. + * Add a patching system. + * patches/systemv.diff: create the SystemV links for compatibility reasons. + * Drop the dependency on libc-bin. + * Drop the preinst script, we don't support upgrades from Potato :-) + + -- Aurelien Jarno Mon, 10 Apr 2006 09:13:04 +0200 + +tzdata (2006c-1) unstable; urgency=low + + * Initial release. + * For easy updating, this package has been splitted out of the GNU C + Library. + * Thanks to the authors of the langpack-locales Ubuntu package, which has + been used to understand how to process source timezone files. + + -- Aurelien Jarno Sat, 8 Apr 2006 19:00:31 +0200 --- tzdata-2009f.orig/debian/watch +++ tzdata-2009f/debian/watch @@ -0,0 +1,4 @@ +version=3 +ftp://elsie.nci.nih.gov/pub/tzdata(\w+)\.tar\.gz \ + debian uupdate + --- tzdata-2009f.orig/debian/tzconfig +++ tzdata-2009f/debian/tzconfig @@ -0,0 +1,3 @@ +#!/bin/sh +echo "WARNING: the tzconfig command is deprecated, please use:" +echo " dpkg-reconfigure tzdata" --- tzdata-2009f.orig/debian/postinst +++ tzdata-2009f/debian/postinst @@ -0,0 +1,52 @@ +#! /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 ! [ -e /etc/timezone ] && [ -z "$DEBCONF_RECONFIGURE" ] ; 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 + which restorecon >/dev/null 2>&1 && restorecon /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." + if [ -z "$DEBCONF_RECONFIGURE" ] ; then + echo "Run 'dpkg-reconfigure tzdata' if you wish to change it." + fi + echo +fi + +#DEBHELPER# + +exit 0 --- tzdata-2009f.orig/debian/tzdata-java.install +++ tzdata-2009f/debian/tzdata-java.install @@ -0,0 +1 @@ +tzgen-java/* usr/share/javazi/ --- tzdata-2009f.orig/debian/copyright +++ tzdata-2009f/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-2009f.orig/debian/compat +++ tzdata-2009f/debian/compat @@ -0,0 +1 @@ +4 --- tzdata-2009f.orig/debian/templates +++ tzdata-2009f/debian/templates @@ -0,0 +1,97 @@ +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, 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 +# Translators: do not translate underscores. You can use spaces instead. +__Choices: Abidjan, Accra, Addis_Ababa, Algiers, Asmara, Bamako, Bangui, Banjul, Bissau, Blantyre, Brazzaville, Bujumbura, Cairo, Casablanca, Ceuta, Conakry, Dakar, Dar_es_Salaam, Djibouti, Douala, El_Aaiun, Freetown, Gaborone, Harare, Johannesburg, 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 +# Translators: do not translate underscores. You can use spaces instead. +__Choices: Adak, Anchorage, Anguilla, Antigua, Araguaina, Argentina/Buenos_Aires, Argentina/Catamarca, Argentina/Cordoba, Argentina/Jujuy, Argentina/La_Rioja, Argentina/Mendoza, Argentina/Rio_Gallegos, Argentina/Salta, Argentina/San_Juan, Argentina/San_Luis, Argentina/Tucuman, Argentina/Ushuaia, Aruba, Asuncion, Atikokan, Atka, Bahia, Barbados, Belem, Belize, Blanc-Sablon, Boa_Vista, Bogota, Boise, Cambridge_Bay, Campo_Grande, Cancun, Caracas, Cayenne, Cayman, Chicago, Chihuahua, Coral_Harbour, Costa_Rica, Cuiaba, Curacao, Danmarkshavn, Dawson, Dawson_Creek, Denver, Detroit, Dominica, Edmonton, Eirunepe, El_Salvador, Ensenada, Fortaleza, Glace_Bay, Godthab, Goose_Bay, Grand_Turk, Grenada, Guadeloupe, Guatemala, Guayaquil, Guyana, Halifax, Havana, Hermosillo, Indiana/Indianapolis, Indiana/Knox, Indiana/Marengo, Indiana/Petersburg, Indiana/Tell_City, Indiana/Vevay, Indiana/Vincennes, Indiana/Winamac, Inuvik, Iqaluit, Jamaica, Juneau, Kentucky/Louisville, Kentucky/Monticello, La_Paz, Lima, Los_Angeles, Maceio, Managua, Manaus, Marigot, Martinique, Mazatlan, Menominee, Merida, Mexico_City, Miquelon, Moncton, Monterrey, Montevideo, Montreal, Montserrat, Nassau, New_York, Nipigon, Nome, Noronha, North_Dakota/Center, North_Dakota/New_Salem, 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, Santarem, Santiago, Santo_Domingo, Sao_Paulo, Scoresbysund, Shiprock, St_Barthelemy, St_Johns, St_Kitts, St_Lucia, St_Thomas, St_Vincent, Swift_Current, Tegucigalpa, Thule, Thunder_Bay, Tijuana, Toronto, Tortola, Vancouver, Virgin, Whitehorse, Winnipeg, Yakutat, Yellowknife +_Description: Time zone: + Please select the time zone corresponding to your location. + +Template: tzdata/Zones/Antarctica +Type: select +# Translators: do not translate underscores. You can use spaces instead. +__Choices: Casey, Davis, DumontDUrville, Mawson, McMurdo, Palmer, Rothera, Syowa, Vostok +_Description: Time zone: + Please select the time zone corresponding to your location. + +Template: tzdata/Zones/Australia +Type: select +# Translators: do not translate underscores. You can use spaces instead. +__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 +# Translators: do not translate underscores. You can use spaces instead. +__Choices: Longyearbyen +_Description: Time zone: + Please select the time zone corresponding to your location. + +Template: tzdata/Zones/Asia +Type: select +# Translators: do not translate underscores. You can use spaces instead. +__Choices: Aden, Almaty, Amman, Anadyr, Aqtau, Aqtobe, Ashgabat, Baghdad, Bahrain, Baku, Bangkok, Beirut, Bishkek, Brunei, Choibalsan, Chongqing, Colombo, Damascus, Dhaka, Dili, Dubai, Dushanbe, Gaza, Harbin, Ho_Chi_Minh, Hong_Kong, Hovd, Irkutsk, Istanbul, Jakarta, Jayapura, Jerusalem, Kabul, Kamchatka, Karachi, Kashgar, Kathmandu, Kolkata, 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, 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 +# Translators: do not translate underscores. You can use spaces instead. +__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/Europe +Type: select +# Translators: do not translate underscores. You can use spaces instead. +__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 +# Translators: do not translate underscores. You can use spaces instead. +__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 +# Translators: do not translate underscores. You can use spaces instead. +__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 +# Translators: do not translate underscores. You can use spaces instead. +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 +# Translators: do not translate underscores. You can use spaces instead. +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-2009f.orig/debian/links +++ tzdata-2009f/debian/links @@ -0,0 +1 @@ +etc/localtime usr/share/zoneinfo/localtime --- tzdata-2009f.orig/debian/install +++ tzdata-2009f/debian/install @@ -0,0 +1,4 @@ +debian/tzconfig /usr/sbin +tzgen/* usr/share/zoneinfo/ +tzsource/iso3166.tab usr/share/zoneinfo/ +tzsource/zone.tab usr/share/zoneinfo/ --- tzdata-2009f.orig/debian/config +++ tzdata-2009f/debian/config @@ -0,0 +1,409 @@ +#! /bin/sh +set -e + +. /usr/share/debconf/confmodule +db_version 2.0 +db_capb backup + +convert_timezone() +{ + case "$1" in + (right/*|posix/*) + convert_timezone "${1#*/}" + ;; + ("Africa/Asmera") + echo "Africa/Asmara" + ;; + ("America/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" + ;; + ("Antarctica/South_Pole") + echo "Antarctica/McMurdo" + ;; + "Asia/Ashkhabad") + echo "Asia/Ashgabat" + ;; + ("Asia/Calcutta") + echo "Asia/Kolkata" + ;; + "Asia/Chungking") + echo "Asia/Chongqing" + ;; + "Asia/Dacca") + echo "Asia/Dhaka" + ;; + ("Asia/Katmandu") + echo "Asia/Kathmandu" + ;; + "Asia/Macao") + echo "Asia/Macau" + ;; + ("Asia/Saigon") + echo "Asia/Ho_Chi_Minh" + ;; + "Asia/Thimbu") + echo "Asia/Thimphu" + ;; + "Asia/Ulan_Bator") + echo "Asia/Ulaanbaatar" + ;; + "Atlantic/Faeroe") + echo "Atlantic/Faroe" + ;; + "Australia/ACT" | "Australia/NSW") + echo "Australia/Sydney" + ;; + "Australia/LHI") + echo "Australia/Lord_Howe" + ;; + "Australia/North") + echo "Australia/Darwin" + ;; + "Australia/Queensland") + echo "Australia/Brisbane" + ;; + "Australia/South") + echo "Australia/Adelaide" + ;; + "Australia/Tasmania") + echo "Australia/Hobart" + ;; + "Australia/Victoria") + echo "Australia/Melbourne" + ;; + "Australia/West") + echo "Australia/Perth" + ;; + "Brazil/Acre") + echo "America/Rio_Branco" + ;; + "Brazil/DeNoronha") + echo "America/Noronha" + ;; + "Brazil/East") + echo "America/Sao_Paulo" + ;; + "Brazil/West") + echo "America/Manaus" + ;; + "Canada/Atlantic") + 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 +} + +# If /etc/localtime is a link, update /etc/timezone +if [ -L /etc/localtime ] ; then + TIMEZONE="$(readlink /etc/localtime)" + TIMEZONE="${TIMEZONE#/usr/share/zoneinfo/}" + if [ -f "/usr/share/zoneinfo/$TIMEZONE" ] ; then + echo ${TIMEZONE} > /etc/timezone + fi +fi + +# Read /etc/timezone +if [ -e /etc/timezone ]; then + TIMEZONE="$(head -n 1 /etc/timezone)" + TIMEZONE="${TIMEZONE%% *}" + TIMEZONE="${TIMEZONE##/}" + TIMEZONE="${TIMEZONE%%/}" + TIMEZONE="$(convert_timezone $TIMEZONE)" + if [ -f "/usr/share/zoneinfo/$TIMEZONE" ] ; then + AREA="${TIMEZONE%%/*}" + ZONE="${TIMEZONE#*/}" + else + rm -f /etc/timezone + fi +fi + +# The timezone is already configured +if [ -e /etc/timezone ] && [ -e /etc/localtime ] ; then + # Don't ask the user, except if he/she explicitely asked that + if [ -z "$DEBCONF_RECONFIGURE" ] ; then + db_fset tzdata/Areas seen true + db_fset tzdata/Zones/$AREA seen true + fi +# The timezone has never been configured or is falsely configured +elif ! [ -e /etc/localtime ] || [ -n "$DEBCONF_RECONFIGURE" ] ; then + if [ -z "$AREA" ] || [ -z "$ZONE" ] ; then + AREA="Etc" + ZONE="UTC" + echo "Etc/UTC" > /etc/timezone + fi + db_fset tzdata/Areas seen false + db_fset tzdata/Zones/$AREA seen false +# The user want to handle the timezone by him/herself +else + exit 0 +fi + +# Initializes debconf default values from the ones found in +# configuration files +db_set tzdata/Areas "$AREA" +db_set tzdata/Zones/$AREA "$ZONE" + +STATE=1 +while [ "$STATE" -ge 0 ]; do + case "$STATE" in + 0) + # The user has cancel the timezone change, reset the debconf + # values to the initial one. + db_set tzdata/Areas "$AREA" + db_set tzdata/Zones/$AREA "$ZONE" + break + ;; + 1) + # Ask the user of the Area + db_input high tzdata/Areas || true + ;; + 2) + # Ask the user of the Zone + db_get tzdata/Areas || RET=Etc + db_input high tzdata/Zones/$RET || true + ;; + *) + break + ;; + esac + if db_go; then + STATE=$(($STATE + 1)) + else + STATE=$(($STATE - 1)) + fi +done + +#DEBHELPER# + + +exit 0 --- tzdata-2009f.orig/debian/README.Debian +++ tzdata-2009f/debian/README.Debian @@ -0,0 +1,25 @@ +README for tzdata +----------------- + +This package contains data required for the implementation of +standard local time for many representative locations around the +globe. + +Two different versions are provided: +- The "posix" version is based on the Coordinated Universal Time (UTC). +- The "right" version is based on the International Atomic Time (TAI), + and it includes the leap seconds. + +Most systems have their hardware clock set either to UTC, or to a +timezone with a fixed difference with UTC. Therefore the default +version provided by this package is the "posix" one. + +The TZDIR environment variable, when used together with the TZ one, +forces the system to use one of the two versions. Examples: + +- TZDIR=/usr/share/zoneinfo/posix TZ=Europe/Paris on a system with + hardware clock set to UTC. +- TZDIR=/usr/share/zoneinfo/right TZ=Europe/Paris on a system with + hardware clock set to TAI. + + -- Aurelien Jarno Sat, 06 Sep 2008 12:27:09 +0200 --- tzdata-2009f.orig/debian/control +++ tzdata-2009f/debian/control @@ -0,0 +1,35 @@ +Source: tzdata +Section: libs +Priority: required +Build-Depends: debhelper (>= 4.0.0) +Build-Depends-Indep: quilt, po-debconf, openjdk-6-jre-headless +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: GNU Libc Maintainers +Uploaders: Clint Adams , Aurelien Jarno +Standards-Version: 3.8.1 + +Package: tzdata +Architecture: all +Depends: debconf | debconf-2.0 +Replaces: libc0.1, libc0.3, libc6, libc6.1 +Provides: tzdata-squeeze +Description: time zone and daylight-saving time data + This package contains data required for the implementation of + standard local time for many representative locations around the + globe. It is updated periodically to reflect changes made by + political bodies to time zone boundaries, UTC offsets, and + daylight-saving rules. + +Package: tzdata-java +Architecture: all +Section: java +Priority: optional +Depends: tzdata (= ${binary:Version}) +Description: time zone and daylight-saving time data for use by java runtimes + This package contains data required for the implementation of + standard local time for many representative locations around the + globe. It is updated periodically to reflect changes made by + political bodies to time zone boundaries, UTC offsets, and + daylight-saving rules. + . + This package contains the data for use by Java runtimes. --- tzdata-2009f.orig/debian/po/it.po +++ tzdata-2009f/debian/po/it.po @@ -0,0 +1,3158 @@ +# 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: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-10-31 18:54+0100\n" +"Last-Translator: David Paleino \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 "Antartide" + +#. 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 "Austrialia" + +#. 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 "Artide" + +#. 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. +#: ../templates:1001 +msgid "Atlantic" +msgstr "Atlantico" + +#. 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 "Indiano" + +#. 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 "Pacific" +msgstr "Pacifico" + +#. 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 "Area geografica:" + +#. 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 "" +"Per favore scegli l'area geografica in cui vivi. Successive domande " +"restringeranno la lista presentando una lista di città, che rappresentano i " +"fusi orari nelle quali si trovano." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Algeri" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Cairo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Time zone:" +msgstr "Fuso orario:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. 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:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Per favore, scegli il fuso orario corrispondente al tuo luogo." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallego" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Baia di Cambridge" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Baia di Glace" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Baia di Goose" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Città del Messico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Nord Dakota/Centro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Nord Dakota/Nuova Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Porto di Spagna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Porto Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "San Paolo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "St Barthelemy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Baia del Tuono" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damasco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Gerusalemme" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azorre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Capo Verde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Georgia del Sud" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "Sant'Elena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Atene" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibilterra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Isola di Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisbona" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Londra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Lussemburgo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Mosca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Parigi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stoccolma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vaticano" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Varsavia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zurigo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldive" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Porto Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "" --- tzdata-2009f.orig/debian/po/cs.po +++ tzdata-2009f/debian/po/cs.po @@ -0,0 +1,3168 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/cs.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Czech messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# +msgid "" +msgstr "" +"Project-Id-Version: debian-installer\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-11-02 19:21+0100\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: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 "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:1001 +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:1001 +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: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. +#: ../templates:1001 +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:1001 +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:1001 +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. +#: ../templates:1001 +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: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 "Jiná" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Geografická oblast:" + +#. 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 "" +"Vyberte prosím geografickou oblast, ve které se nacházíte. Následující " +"otázky zobrazí seznam měst, která reprezentují časová pásma, ve kterých jsou " +"města umístěna." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidžan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Akkra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Alžír" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Káhira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es-Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Chartům" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadišu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "N'Djamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Cordoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Kajmanské ostrovy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Kostarika" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamajka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Severní Dakota/Střed" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Severní Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port=au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Portotiko" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "Svatý Bartoloměj" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St John's" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "Svatý Krištof" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Svatá Lucie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "Svatý Tomáš" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "Svatý Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "stanice Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "stanice Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "stanice Dumont-d'Urville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "stanice Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "stanice McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "stanice Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "stanice Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "stanice Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "stanice Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Ostrov lorda Howea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ašchabad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdád" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrajn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Bejrůt" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Biškek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunej" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Čchung-čching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Kolombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damašek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dháka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubaj" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dušanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho Či Minovo město" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jeruzalém" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kábul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamčatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karáčí" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kašgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kalkata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kučing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuvajt" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Maskat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nikósie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pchongjang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangún" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Rijád" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Rijád87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Rijád88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Rijád89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sachalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Soul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Šanghaj" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Tchaj-pej" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Taškent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Teherán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumči" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Jakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Jekatěrinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Jerevan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azory" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermudy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Kanárské ostrovy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Kapverdy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Faerské ostrovy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Rejkjavík" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Jižní Georgie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "Svatá Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterodam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Athény" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Bělehrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlín" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Brusel" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bukurešť" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapešť" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Kišiněv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Kodaň" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinky" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Ostrov Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kijev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisabon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Lublaň" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Londýn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Lucemburk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moskva" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Paříž" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Praha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Řím" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Talin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Užhorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatikán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Vídeň" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Varšava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Záhřeb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporož'je" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Curych" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Čagoské ostrovy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Vánoční ostrov" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Kokosové ostrovy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Komory" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kergueleny" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldivy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chathamské ostrovy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Velikonoční ostrov" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury (Phoenixovy ostrovy)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fidži" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galapágy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambierovy ostrovy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Atol Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati (Vánoční ostrov)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Atol Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Markézy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midwayské ostrovy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairnovy ostrovy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa (Gilbertovy ostrovy)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Ostrov Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Ostrov Walis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" + +#~ msgid "Calcutta" +#~ msgstr "Kalkata" + +#~ msgid "Saigon" +#~ msgstr "Saigon" --- tzdata-2009f.orig/debian/po/gu.po +++ tzdata-2009f/debian/po/gu.po @@ -0,0 +1,3172 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/gu.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# translation of d-i.po to Gujarati +# +# Debian Installer master translation file template +# Don't forget to properly fill-in the header of PO files# +# Debian Installer translators, please read the D-I i18n documentation +# in doc/i18n/i18n.txt# +# Kartik Mistry , 2006, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: d-i\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-10-30 13:55+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: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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 "સિસ્ટમ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 "વગેરે" + +#. 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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "અબિદજાન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "અક્કારા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "એડિસ અબાબા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "અલ્જીઅર્સ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "અસ્મેરા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "બામાકો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "બાન્ગુઇ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "બાન્જુલ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "બિસ્સાઉ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "બ્લાન્ટાયર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "બ્રાઝ્ઝવિલ્લે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "બુજુમ્બુરા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "કૈરો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "કાસાબ્લાન્કા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "સેયુટા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "કોનાર્કી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "ડકાર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "દાર ઇ સલામ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "જીબુટી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "ડોઉલા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "અલ આઇયુન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "ફ્રીટાઉન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "ગાબારોન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "હરારે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "જોહન્નિસબર્ગ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "કમ્પાલા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "ખાર્ટુમ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "કિગાલિ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "કિન્સાસા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "લાગોસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "લિબ્રેવિલ્લે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "લોમ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "લાઉન્ડા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "લુબુમ્બાશી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "લુકાસા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "માલાબો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "માપુટો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "માસેરુ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "મબાબાને" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "મોગાદિશુ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "મોન્રોવિઆ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "નૈરોબી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "નડજામેના" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "નૈઆમે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "નોઉક્ચોટ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "ઓગાડોઉગોઉ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "પોર્ટો-નોવો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "સાઓ ટોમ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "ટીમ્બકટુ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "ટ્રીપોલી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "ટ્યુનિસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "મહેરબાની કરી તમારા સ્થળને અનુરુપ સમય વિસ્તાર પસંદ કરો." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "અડાક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "એન્ચોરાગે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "એનગુલ્લા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "એન્ટિગુઆ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "આરાગુએના" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "આર્જેન્ટિના/બુએનાસ એરિસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "આર્જેન્ટિના/કાટામાર્કા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "આર્જેન્ટિના/કોર્ડોબા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "આર્જેન્ટિના/જુજુય" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "આર્જેન્ટિના/લા રીઓજા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "આર્જેન્ટિના/મેન્ડોઝા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "આર્જેન્ટિના/રીઓ ગાલેગોસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "આર્જેન્ટિના/સાલ્ટા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "આર્જેન્ટિના/સાન જુઆન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "આર્જેન્ટિના/સાન લુઇસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "આર્જેન્ટિના/તુકુમાન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "આર્જેન્ટિના/ઉસ્હુઇઆ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "અરુબા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "અસુન્કિઓન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "અટિકોકાન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "અટ્કા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "બાહીઆ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "બાર્બાડોસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "બેલેમ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "બેલિઝે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "બ્લાન્ક-સેબ્લોન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "બોઆ વિસ્ટા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "બોગોટા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "બોઇસે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "કેન્બ્રિજ બે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "કામ્પો ગ્રાન્ડે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "કાન્કુન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "કારાકાસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "સાયેને" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "કેયમેન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "શિકાગો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "ચિહુઆહુઆ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "કોરલ હાર્બર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "કોસ્ટા રીકા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "ક્યુબા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "કુરાકાઓ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "ડેન્માર્કશોન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "ડાઉસન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "ડાઉસન ખાડી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "ડેન્વર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "ડેટ્રોઇટ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "ડોમિનિકા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "એડમોન્ટોન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "ઇરુનેપે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "અલ સાલ્વાડોર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "એન્સેનાડા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "ફોર્ટાલેઝા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "ગ્લેસ બે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "ગોડથાબ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "ગૂસ અખાત" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "ગ્રાન્ડ તુર્ક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "ગ્રેનેડા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "ગ્યુડેલોપ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "ગ્વાટેમાલા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "ગ્યુઆકીલ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "ગુઆના" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "હાલિફેક્સ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "હવાના" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "હેર્મોસિલ્લો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "ઇન્ડિયાના/ઇન્ડિયાનાપોલિસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "ઇન્ડિયાના/નોક્સ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "ઇન્ડિયાના/મારેન્ગો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "ઇન્ડિયાના/પીટ્સબર્ગ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "ઇન્ડિયાના/ટેલ સીટી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "ઇન્ડિયાના/વેવાય" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "ઇન્ડિયાના/વિન્સેન્નેસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "ઇન્ડિયાના/વિનમેક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "ઇનુવિક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "ઇકાલુઇટ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "જમૈકા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "જુનેયુ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "કેનટુકી/લુઇસવિલે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "કેનટુકી/મોન્ટિસેલો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "લા પાઝ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "લિમા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "લોસ એન્જેલસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "મેસીઓ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "માનાગુઆ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "માનુસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "મારીગોટ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "માર્ટિનિક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "મઝાટલાન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "મેનોમિની" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "મેરિડા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "મેક્સિકો શહેર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "મિક્લોન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "મોન્કટોન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "મોન્ટેર્રે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "મોન્ટવિડીઓ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "મોન્ટ્રિઅલ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "મોન્ટસેર્રાટ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "નાસાઉ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "ન્યુ યોર્ક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "નિપિગોન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "નોમ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "નોરોન્હા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "નોર્થ ડાકોટા/મધ્ય" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "નોર્થ ડાકોટા/ન્યુ સાલેમ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "પનામા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "પાન્ગનિર્તુગ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "પારામારિબો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "ફિનિક્સ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "પોર્ટ-ઓફ-પ્રિન્સ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "પોર્ટ ઓફ સ્પેન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "પોર્ટો એકર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "પોર્ટો વેલ્હો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "પુએર્તો રિકો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "રેઇની નદી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "રાન્કિન ઇન્લેટ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "રેસિફે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "રેગિના" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "રેસોલુટ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "રીઓ બ્રાન્કો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "સાન્ટારેમ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "સાન્તિઆગો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "સાન્ટો ડોમિન્ગો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "સાઓ પાઉલો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "સ્કોરબાયસન્ડ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "શિપરોક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "સેન્ટ બાર્થેલેમી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "સેન્ટ જોહ્ન્સ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "સેન્ટ કિટ્ટસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "સેન્ટ લુસિઆ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "સેન્ટ થોમસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "સેન્ટ વિન્સેન્ટ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "સ્વિફ્ટ પ્રવાહ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "ટેગુસિગાલ્પા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "થુલે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "થન્ડર અખાત" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "ટિજુઆના" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "ટોર્નેડો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "ટોર્ટોલા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "વાનકુવર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "વર્જીન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "વ્હાઇટહોર્સ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "વિનિપેગ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "યાકુટાક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "યેલોનાઇફ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "કેસે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "ડેવીસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "ડુમોન્ટડુર્વિલે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "માઉસેન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "મેકમુરડો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "પાલ્મેર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "રોથેરા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "સયોવા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "વોસ્તોક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "એડેલેઇડ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "બ્રિસબેન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "બ્રોકન હિલ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "કેનબેરા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "કુરી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "ડાર્વિન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "ઇયુક્લા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "હોબાર્ટ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "લિન્ડેમેન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "લોર્ડ હોવે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "મેલબોર્ન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "પર્થ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "સિડની" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "યાન્કોવિન્ના" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "લોન્ગયરબયેન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "એડન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "અલ્માતી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "અમ્માન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "એનાડીર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "એક્ટાવુ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "એક્ટોબે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "અશ્ગાબાત" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "બગદાદ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "બાહેરિન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "બાકુ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "બેંગકોક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "બૈરુત" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "બિશ્કેક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "બ્રુનેઇ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "ચોઇબાલ્સાન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "ચોંગકિંગ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "કોલંબો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "દમાસ્કસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "ઢાકા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "દિલ્હી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "દુબઇ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "દુશાન્બે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "ગાઝા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "હાર્બિન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "હો ચી મીન્હ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "હોંગ કોંગ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "હોવડ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "ઈર્કુત્સક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "ઇન્તંબુલ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "જાકાર્તા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "જયાપુરા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "જેરુસલેમ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "કાબુલ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "કામચાટ્કા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "કરાચી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "કાશ્ગર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "કાટમંડુ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "કોલકાતા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "ક્રાસનોયાર્સ્ક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "કુઆલા લુમ્પુર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "કુચિંગ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "કુવૈત" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "મકાઉ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "મગાદાન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "માકાસ્સાર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "મનિલા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "મસ્કત" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "નિકોસિઆ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "નોવોસીબિર્સ્ક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "ઓમસ્ક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "ઓરલ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "ફનોમ પેન્હ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "પોન્તીઆનાક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "ફનોન્ગયાંગ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "કતાર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "કવીઝીલોર્ડા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "રંગૂન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "રીયાધ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "રીયાધ ૮૭" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "રીયાધ ૮૮" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "રીયાધ ૮૯" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "સખાલિન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "સમરકંદ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "સિઓલ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "શાન્ઘાઇ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "સિંગાપોર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "તાઇપેઇ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "તાશ્કંદ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "ત્બિલિસિ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "તેહરાન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "તેલ અવિવ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "થિમ્ફુ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "ટોક્યો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "ઉઝુન્ગ પાન્ડાન્ગ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "ઉલનબટોર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "ઉરુમ્કી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "વિયેતિન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "વ્લાડીવોસ્ટોક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "યાકુત્સક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "યેકાતીરાનબર્ગ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "યેરેવાન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "અઝોરેસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "બર્મુડા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "કેનેરી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "કેપ વર્દે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "ફેરો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "જાન માયેન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "મેડેઇરા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "રીકજાવિક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "દક્ષિણ જર્યોજીઆ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "સેન્ટ હેલેના" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "સ્ટેન્લી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "આમસ્ટરડેમ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "એન્ડોરા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "એથેન્સ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "બેલફાસ્ટ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "બેલગ્રેડ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "બર્લિન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "બ્રાટિસ્લાવા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "બ્રસેલ્સ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "બુખારેસ્ટ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "બુડાપેસ્ટ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "ચિસિનાઉ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "કોપનહેગન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "ડબ્લિન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "જીબ્રાલ્ટર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "ગુર્નસે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "હેલસિન્કી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "આઇસ્લે ઓફ મેન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "જર્સી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "કાલિનિનગ્રાડ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "કિવ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "લિસ્બન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "લજુબ્લજાના" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "લંડન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "લક્ઝમબર્ગ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "મેડ્રીડ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "માલ્ટા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "મેરીહામ્ન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "મિન્સ્ક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "મોનેકો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "મોસ્કો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "ઓસ્લો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "પેરિસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "પોડગોરિકા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "પ્રાગ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "રિગા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "રોમ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "સમારા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "સાન_મરિનો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "સારાજેવો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "સિમફેરોપોલ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "સ્કોપ્જે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "સોફિઆ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "સ્ટોકહોમ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "તાલિન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "તિરાને" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "તિરાસ્પોલ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "ઉઝગોરોડ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "વાડુઝ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "વેટિકન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "વિએના" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "વિલ્નિઅસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "વોલ્ગોગ્રાડ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "વોર્સો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "ઝાગ્રેબ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "ઝાપારોઝયે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "ઝ્યુરિચ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "એન્ટાનાનારીવો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "ચાગોસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "ક્રિસમસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "કોકોસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "કોમોરો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "કેર્ગુએલેન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "માહે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "માલદિવ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "મોરિશિઅસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "માયોટ્ટે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "રીયુનિયન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "અપિઆ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "ઓકલેન્ડ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "ચેથામ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "ઇસ્ટર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "ઇફાટે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "એન્ડરબરી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "ફાકાઓફો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "ફિજી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "ફુનાફુટી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "ગાલાપાગોસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "ગામ્બેઇર" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "ગુઆડાલ્કેનાલ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "ગુઆમ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "હોનોલુલુ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "જોહ્નસ્ટન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "કીરીમાતી" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "કોસ્રે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "ક્વાજાલેઇન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "માજુરો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "માર્કેસસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "મિડવે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "નાઉરુ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "નિયુ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "નોર્ફોક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "નાઉમે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "પાગો પાગો" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "પાલુઆ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "પિટકેર્ન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "પોનાપે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "પોર્ટ મોર્સબે" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "રારોટોન્ગા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "સાઇપાન" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "સમોઆ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "તાહિતિ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "તારાવા" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "ટોન્ગાટાપુ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "ટ્રૂક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "વેક" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "વાલ્લિસ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "યેપ" + +#~ msgid "Calcutta" +#~ msgstr "કોલકાતા" + +#~ msgid "Saigon" +#~ msgstr "સાઇગોન" --- tzdata-2009f.orig/debian/po/POTFILES.in +++ tzdata-2009f/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates --- tzdata-2009f.orig/debian/po/eu.po +++ tzdata-2009f/debian/po/eu.po @@ -0,0 +1,3169 @@ +# translation of eu.po to Basque +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/eu.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Basque messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# Inaki Larranaga Murgoitio 2005 +# +# Piarres Beobide , 2004, 2005, 2006, 2007, 2008. +# Iñaki Larrañaga Murgoitio , 2008. +msgid "" +msgstr "" +"Project-Id-Version: eu\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-10-30 10:47+0100\n" +"Last-Translator: Iñaki Larrañaga Murgoitio \n" +"Language-Team: Debian Basque \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: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 "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: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 "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: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. +#: ../templates:1001 +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: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 "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. +#: ../templates:1001 +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: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 "Etab" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Eremu geografikoa" + +#. 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 "" +"Mesedez hautatu bizi zaren eremu geografikoa. Hurrengo konfigurazio galderek " +"aukera hau zehaztuko dute kokaturik zauden eremuko hiri zerrenda bat " +"aurkeztuaz." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis_Abeba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Alger" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Konakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar_es_Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao_Tome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Mesedez hautatu zure kokapenari dagokion ordu zonaldea." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos_Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Cordoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La_Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio_Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San_Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San_Lui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa_Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo_Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Kaiman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Salliit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa_Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Kuiaba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Granada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadalupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell_City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinika" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico_Hiria" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New_York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Ipar_Dakota/Erdia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Ipar_Dakota/New_Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto_Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto_Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio_Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Sao_Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "St_Barthelemy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St_Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken_Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord_Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damasco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho_Chi_Minh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riyadh87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riyadh88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riyadh89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Kanariak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cape_Verde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Hego_Georgia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Atenas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Brusela" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Kopenhage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Man_Uhartea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisboa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxemburgo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madril" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Mosku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Erroma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatikanoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldivak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Maurizio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Ekialdea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galapagoak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" --- tzdata-2009f.orig/debian/po/templates.pot +++ tzdata-2009f/debian/po/templates.pot @@ -0,0 +1,3156 @@ +# 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: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "" --- tzdata-2009f.orig/debian/po/pt.po +++ tzdata-2009f/debian/po/pt.po @@ -0,0 +1,3214 @@ +# Portuguese translations for tzdata package. +# Copyright (C) 2007 Ricardo Silva +# This file is distributed under the same license as the tzdata package. +# Ricardo Silva , 2007-2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata 2008e-4\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-11-02 11:10+0000\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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 +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. Seguidamente haverão mais " +"perguntas de configuração que irão diminuir isto até uma lista de cidades " +"que representam o fuso horário em que estão localizadas." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abijão" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Acra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Adis Abeba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Argel" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Cairo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conacri" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dacar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiún" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Joanesburgo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Campala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Cartum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Quinxassa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadíscio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monróvia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "N'Djamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Uagadugo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "São Tomé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Trípoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Ilhas Anguillas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antígua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaína" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Córdova" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Assunção" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Baía" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Baía de Cambridge" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Caiena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Caimão" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Baía Glace" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Baía de Goose" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Granada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadalupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guaiaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guiana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Manágua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazátlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Cidade do México" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "Nova Iorque" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Dacota do Norte/Centro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dacota do Norte/New_Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panamá" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Porto da Espanha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Porto Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "São Bartolomeu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Santa Lúcia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtöbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdade" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Barein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Banguecoque" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damasco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Díli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istambul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jacarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jerusalém" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Cabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Carachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Catmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Calcutá" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Macassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicósia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Quatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riade" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riade87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riade88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riade89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sacalina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarcanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Xangai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Teerão" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tóquio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vienciana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Ecaterimburgo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Erevan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Açores" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermudas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Canárias" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cabo Verde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reiquejavique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Geórgia do Sul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "Santa Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdão" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Atenas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlim" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislávia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Bruxelas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bucareste" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapeste" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Copenhaga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsínquia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Ilha de Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrado" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisboa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxemburgo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Mónaco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moscovo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Estocolmo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vaticano" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Varsóvia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zurique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Ilha Natal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldivas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Maurício" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Ilha Reunião" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Ilha da Páscoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galápagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Porto Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" + +#~ msgid "Calcutta" +#~ msgstr "Calcutá" + +#~ msgid "Saigon" +#~ msgstr "Saigão" + +#~ msgid "Canada" +#~ msgstr "Canadá" + +#~ msgid "Central" +#~ msgstr "Central" + +#~ msgid "East-Saskatchewan" +#~ msgstr "Saskatchewan-do-Este" + +#~ msgid "Eastern" +#~ msgstr "Este" + +#~ msgid "Mountain" +#~ msgstr "Montanha" + +#~ msgid "Newfoundland" +#~ msgstr "Newfoundland" + +#~ msgid "Saskatchewan" +#~ msgstr "Saskatchewan" + +#~ msgid "Yukon" +#~ msgstr "Yukon" + +#~ msgid "Asmera" +#~ msgstr "Asmera" + +#~ msgid "Cordoba" +#~ msgstr "Córdoba" + +#~ msgid "Fort_Wayne" +#~ msgstr "Forte_Wayne" + +#~ msgid "Jujuy" +#~ msgstr "Jujuy" + +#~ msgid "Knox_IN" +#~ msgstr "Knox_IN" + +#~ msgid "Mendoza" +#~ msgstr "Mendoza" + +#~ msgid "Rosario" +#~ msgstr "Rosario" + +#~ msgid "South_Pole" +#~ msgstr "Pólo_Sul" --- tzdata-2009f.orig/debian/po/ru.po +++ tzdata-2009f/debian/po/ru.po @@ -0,0 +1,3163 @@ +# translation of ru.po to Russian +# +# Russian L10N Team , 2004. +# Dmitry Beloglazov , 2005. +# Sergey Alyoshin , 2007. +# Stepan Golosunov , 2007. +# Yuri Kozlov , 2004, 2005, 2006, 2007, 2008. +# Copyright (C) 2003 Software in the Public Interest, Inc. +msgid "" +msgstr "" +"Project-Id-Version: tzdata 2008i-2\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-11-04 09:30+0300\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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Абиджан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Аккра" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Аддис-Абеба" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Алжир" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Асмэра" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Бамако" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Банги" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Банжул" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Бисау" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Блантайр" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Браззавиль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Бужумбура" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Каир" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Касабланка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Сеута" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Конакри" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Дакар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Дар-эс-Салам" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Джибути" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Дуала" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "Эль-Айюн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Фритаун" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Габороне" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Хараре" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Йоханнесбург" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Кампала" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Хартум" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Кигали" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Киншаса" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Лагос" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Либревиль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Ломе" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Луанда" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Лубумбаши" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Лусака" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Малабо" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Мапуту" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Масеру" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Мбабане" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Могадишу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Монровия" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Найроби" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Нджамена" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Ниамей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Нуакшот" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Уагадугу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Порто-Ново" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Сан-Томе" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Томбукту" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Триполи" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Тунис" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Выберите часовой пояс, соответствующий вашему местоположению." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Адак" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Анкоридж" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Ангилья" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Антигуа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Арагуаина" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Аргентина/Буэнос-Айрес" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Аргентина/Катамарка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Аргентина/Кордова" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Аргентина/Жужуй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Аргентина/Ла-Риоха" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Аргентина/Мендоса" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Аргентина/Рио-Гальегос" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Аргентина/Сальта" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Аргентина/Сан-Хуан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Аргентина/Сан-Луис" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Аргентина/Сан-Мигель-де-Тукуман" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Аргентина/Ушуайя" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Аруба" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Асунсьон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Атикокан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Атка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Баия" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Барбадос" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Белен" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Белиз" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Бланк-Саблон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Боа-Виста" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Богота" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Бойсе" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Кеймбридж-Бей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Кампу-Гранди" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Канкун" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Каракас" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Кайенна" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Кайман" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Чикаго" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Чиуауа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Корал-Харбор" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Коста-Рика" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Куяба" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Кюрасао" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Данмарксхавн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Доусон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Доусон-Крик" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Денвер" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Детройт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Доминика" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Эдмонтон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Эйрунепе" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "Эль-Сальвадор" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Энсенада" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Форталеза" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Глейс-Бей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Готхоб" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Гус-Бей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Гранд-Турк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Гренада" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Гваделупа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Гватемала" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Гуаякиль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Гайана" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Галифакс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Гавана" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Эрмосильо" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Индиана/Индианаполис" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Индиана/Нокс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Индиана/Маренго" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Индиана/Петербург" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Индиана/Телль-Сити" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Индиана/Вивей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Индиана/Винсенс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Индиана/Винамак" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Инувик" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Икалуит" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Ямайка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Джуно" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Кентукки/Луисвилл" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Кентукки/Монтичелло" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "Ла-Пас" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Лима" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Лос-Анджелес" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Масейо" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Манагуа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Манаус" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Маригот" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Мартиника" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Масатлан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Меномини" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Мерида" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Мехико" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Микелон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Монктон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Монтеррей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Монтевидео" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Монреаль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Монтсеррат" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Нассау" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "Нью-Йорк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Нипигон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Ном" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Норона" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Северная Дакота/Центр" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Северная Дакота/Нью-Салем" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Панама" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Пангниртанг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Парамарибо" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Феникс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Порт-о-Пренс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Порт-оф-Спейн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Порту-Акре" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Порту-Велью" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Пуэрто-Рико" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Рейни-Ривер" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Рэнкин-Инлет" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Ресифи" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Регина" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Резолют" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Риу-Бранку" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Сантарем" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Сантьяго" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Санто-Доминго" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Сан-Паулу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Скорсбисунн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Шипрок" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "Сент-Бартелеми" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "Сент-Джонс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "Сент-Китс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Сент-Люсия" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "Сент-Томас" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "Сент-Винсент" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Свифт-Карент" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Тегусигальпа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Туле" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Тандер-Бей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Тихуана" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Торонто" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Тортола" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Ванкувер" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Вирджиния" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Уайтхорс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Виннипег" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Якутат" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Еллоунайф" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Кейси" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Дейвис" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Дюмон-д'Юрвиль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Моусон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "Мак-Мердо" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Палмер" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Ротера" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Сёва" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Восток" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Аделаида" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Брисбен" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Брокен-Хилл" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Канберра" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Керри" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Дарвин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Юкла" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Хобарт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Линдеман" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Лорд-Хау" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Мельбурн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Перт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Сидней" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Янковинна" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Лонгийир" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Аден" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Алма-Ата" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Амман" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Анадырь" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Актау" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Актюбинск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ашхабад" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Багдад" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Бахрейн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Баку" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Бангкок" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Бейрут" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Бишкек" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Бруней" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Чойбалсан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Чунцин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Коломбо" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Дамаск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Дакка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Дили" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Дубай" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Душанбе" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Газа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Харбин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Хошимин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Гонконг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Ховд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Иркутск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Стамбул" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Джакарта" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Джаяпура" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Иерусалим" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Кабул" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Камчатка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Карачи" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Кашгар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Катманду" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Калькутта" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Красноярск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Куала-Лумпур" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Кучинг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Кувейт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Аомынь (Макао)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Магадан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Макассар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Манила" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Маскат" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Никосия" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Новосибирск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Омск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Уральск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Пномпень" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Понтианак" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Пхеньян" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Катар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Кзыл-Орда" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Янгон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Эр-Рияд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Эр-Рияд87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Эр-Рияд88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Эр-Рияд89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Сахалин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Самарканд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Сеул" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Шанхай" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Сингапур" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Тайбэй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Ташкент" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Тбилиси" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Тегеран" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Тель-Авив" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Тхимпху" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Токио" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Уюнг-Панданг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Улан-Батор" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Урумчи" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Вьентьян" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Владивосток" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Якутск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Екатеринбург" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Ереван" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Азорские острова" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Бермуды" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Канары" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Кабо-Верде" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Фарерские острова" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Ян-Майен" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Мадейра" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Рейкьявик" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Южная Георгия" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "Остров Святой Елены" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Стенли" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Амстердам" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Андорра" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Афины" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Белфаст" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Белград" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Берлин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Братислава" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Брюссель" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Бухарест" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Будапешт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Кишинёв" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Копенгаген" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Дублин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Гибралтар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Гернси" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Хельсинки" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Остров Мэн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Джерси" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Калининград" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Киев" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Лиссабон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Любляна" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Лондон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Люксембург" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Мадрид" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Мальта" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Мариехамн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Минск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Монако" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Москва" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Осло" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Париж" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Подгорица" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Прага" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Рига" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Рим" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Самара" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "Сан-Марино" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Сараево" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Симферополь" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Скопье" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "София" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Стокгольм" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Таллин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Тирана" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Тирасполь" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Ужгород" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Вадуц" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Ватикан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Вена" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Вильнюс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Волгоград" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Варшава" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Загреб" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Запорожье" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Цюрих" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Антананариву" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Чагос" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Остров Рождества" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Кокосовые острова" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Коморские острова" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Кергелен" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Маэ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Мальдивы" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Маврикий" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Майотта" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Реюньон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Апиа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Окленд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Чатем" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Остров Пасхи" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Эфате" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Эндербери" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Факаофо" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Фиджи" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Фунафути" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Галапагосские острова" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Остров Гамбье" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Гуадалканал" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Гуам" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Гонолулу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Джонстон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Киритимати" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Кусаие" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Кваджалейн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Маджуро" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Маркизские острова" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Мидуэй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Науру" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Ниуэ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Норфолк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Нумеа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Паго-Паго" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Палау" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Питкэрн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Понпей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Порт-Морсби" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Раротонга" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Сайпан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Самоа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Таити" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Тарава" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Тонгатапу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Трук" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Уэйк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Уоллис" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Яп" --- tzdata-2009f.orig/debian/po/id.po +++ tzdata-2009f/debian/po/id.po @@ -0,0 +1,3190 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/id.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Indonesian messages for debian-installer. +# +# +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# Debian Indonesian L10N Team , 2004. +# Translators: +# * Parlin Imanuel Toh (parlin_i@yahoo.com), 2004-2005. +# * I Gede Wijaya S (gwijayas@yahoo.com), 2004. +# * Arief S F (arief@gurame.fisika.ui.ac.id), 2004. +# * Setyo Nugroho (setyo@gmx.net), 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: debian-installer\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-05-12 16:11+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\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 "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: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 "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 "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. +#: ../templates:1001 +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:1001 +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:1001 +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. +#: ../templates:1001 +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:1001 +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:1001 +msgid "Etc" +msgstr "ETC" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Area Geografis:" + +#. 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 "" +"Silakan pilih wilayah geografis tempat Anda berada. Beberapa pertanyaan " +"selanjutnya akan mempersempit pilihan dengan menampilkan daftar kota, yang " +"menggambarkan daerah waktu tempat kota tersebut berada." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Akra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis_Ababa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Algeria" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Barnako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bisau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzavila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Darus_Salam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "Al-Aaiun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborona" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannerburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libravila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Loma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao_Toma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunisia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Silakan pilih daerah waktu yang bersesuaian dengan tempat Anda." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchoraga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +# msgid "Buenos_Aires" +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos_Aires" + +# msgid "Catamarca" +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Katamarka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Kordoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La_Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio_Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Argentina/Salta" +msgstr "Argentina/San_Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San_Juan" + +# msgid "Buenos_Aires" +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San_Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa_Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Pantai_Cambridge" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo_Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Karakas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Cihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Karang_Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa_Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El_Savador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Pantai_Glace" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Pantai_Goose" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadaloupa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermisilo" + +# msgid "Indianapolis" +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +# msgid "Indian" +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +# msgid "Indian" +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell_CIty" + +# msgid "Indian" +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +# msgid "Indianapolis" +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Argentina/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +# msgid "Louisville" +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +# msgid "Mauritius" +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico_City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Noma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakota_Utara/Pusat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakota_Utara/Salem_Baru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Pelabuhan_Spanyol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto_Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto_Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Sungai_Rainy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio_Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Santarem" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Sao_Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +# msgid "Stanley" +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "Saint_Barthelemy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "Saint_John" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "Saint_Kitt" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Saint_Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "Saint_Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "Saint_Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Pantai_Thunder" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortoka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Dumont-d'Urville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken_Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canbera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Pulau_Lord_Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damaskus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho_Chi_Minh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hongkong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istambul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Makau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk-Siberia_Barat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riyadh87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riyadh88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riyadh89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Kep. Sakhalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkandi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Kanari" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Teluk_Verde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Georgia_Selatan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "Saint_Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andora" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Athena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Brussel" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Buchares" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Copenhagen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Jabaltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Isle_of_Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisbon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Marieham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moscow" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Praha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferepol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Talin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Warsawa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Kepulauan_Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Pulau_Easter" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury (Kep. Phoenix)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Kep_Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Atol Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati_(Kep_Line)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Kep_Marquesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Kep_Midway-Islands" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti_(Kep_Society)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa_(Kep_Gilbert)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Pulau_Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" + +#~ msgid "Calcutta" +#~ msgstr "Calcutta" + +#~ msgid "Saigon" +#~ msgstr "Saigon" --- tzdata-2009f.orig/debian/po/tr.po +++ tzdata-2009f/debian/po/tr.po @@ -0,0 +1,3159 @@ +# Translation of tzdata debconf template to Turkish +# This file is distributed under the same license as the tzdata package. +# Copyright (C) 2008 +# Mert Dirik , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata 2008i-2\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-10-30 12:32+0200\n" +"Last-Translator: Mert Dirik \n" +"Language-Team: Debian L10n Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Poedit-Language: Turkish\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 "Avustralya" + +#. 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 "Kuzey Kutbu" + +#. 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 "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. +#: ../templates:1001 +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:1001 +msgid "Europe" +msgstr "Avrupa" + +#. 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 "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. +#: ../templates:1001 +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: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 "Diğer" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Coğrafi bölge:" + +#. 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 "" +"Lütfen yaşadığınız coğrafi bölgeyi seçin. Sonraki yapılandırma soruları " +"konumlandıkları saat dilimlerini temsil eden şehirlerin listesini daraltacak." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Akra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Cezayir" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazavil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Kahire" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Kazablanka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Konakri" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Darüsselam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Cibuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Duala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gabaron" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Hartum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbasi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadişu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Trablusgarp" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Time zone:" +msgstr "Saat dilimi:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. 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:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Lütfen konumunuza karşılık gelen saat dilimini seçin." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Arjantin/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Arjantin/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Arjantin/Kordoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Arjantin/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Arjantin/La Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Arjantin/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Arjantin/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Arjantin/Salta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Arjantin/San Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Arjantin/San Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Arjantin/Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Arjantin/Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Koyu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Karakas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Şikago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Limanı" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Kosta Rika" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Kurasao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Semerkant" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Koyu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominika" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace Koyu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose Koyu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadelup" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaika" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Montiselo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Mikuelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Monserat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Kuzey Dakota/Merkez" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Kuzey Dakota/Yeni Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto Akre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Porto Riko" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "Sen Barthelemy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "Sen Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "Sen Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Sen Lusia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "Sen Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "Sen Vinsent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Kanbera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eukla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sidney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yankovina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almatı" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aktobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Aşkabat " + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bağdat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahreyn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Bakü" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beyrut" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bişkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Bruney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Kolombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Şam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dakka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Duşanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gazze" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho Şi Mingh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "İstanbul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Cakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Kudüs" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamçatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kaşgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kalküta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuveyt" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Makao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makasar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Maskat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Lefkoşa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Ural" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Yangoon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riyad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riyad87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riyad88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riyad89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Semerkant" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Şangay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Taşkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tiflis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Tahran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulan Batur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Erivan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azorlar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Kanarya" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Yeşilburun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Faro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeyra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Güney Gürcistan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "Sen Helen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andora" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Atina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Brüksel" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bükreş" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapeşte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Kişinev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Kopenhag" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Cebelitarık" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Man Adası" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lizbon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Londra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Lüksemburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moskova" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Prag" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Saraybosna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Akmescit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Üsküp" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofya" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tiran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatikan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Viyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnüs" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Varşova" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporosya" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zürih" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Komoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldivler" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Paskalya" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Markiz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Nie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti-Faaa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Valais" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" --- tzdata-2009f.orig/debian/po/sv.po +++ tzdata-2009f/debian/po/sv.po @@ -0,0 +1,3177 @@ +# translation of sv.po to swedish +# Swedish translation of tzdata. +# Copyright: This file is in the public domain. +# This file is distributed under the same license as the tzdata package. +# +# Christer Andersson , 2008. +# Martin Bagge , 2008. +# Martin Bagge , 2008. +msgid "" +msgstr "" +"Project-Id-Version: sv\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-10-30 17:34+0100\n" +"Last-Translator: Martin Bagge \n" +"Language-Team: swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\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 "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 "Antarktis" + +#. 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 "Australien" + +#. 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 "Norra Ishavet" + +#. 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 "Asien" + +#. 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 "Atlantic" +msgstr "Atlanten" + +#. 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 "Indiska Oceanen" + +#. 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 "Pacific" +msgstr "Stilla Havet" + +#. 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-tidszoner" + +#. 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 "Geografiskt omrde:" + +#. 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 "" +"Vlj det geografiska omrde du bor i. Fljande konfigurationsfrgor kommer " +"att begrnsa detta genom att presentera en lista med stder, som " +"representerar de tidszoner i vilka de r placerade." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Alger" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es-Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "Al-Ayun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lom" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "N'Djamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "So Tom" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Time zone:" +msgstr "Tidszon:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. 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:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Vlj den tidszon som motsvarar din plats." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Buenos Aires (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Catamarca (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Crdoba (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Jujuy (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "La Rioja (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Mendoza (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Ro Gallegos (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Salta (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "San Juan (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "San Luis (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Tucumn (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Ushuaia (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Caymanarna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curaao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havanna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indianapolis (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Knox (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Marengo (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Petersburg (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Tell City (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Vevay (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Vincennes (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Winamac (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Louisville (Kentucky)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Monticello (Kentucky)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Macei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatln" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Mrida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Fernando de Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Center (North Dakota)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "New Salem (North Dakota)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "So Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "Saint-Barthlemy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "Saint John's" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "Saint Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Saint Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "Saint Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "Saint Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Jungfruarna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Dumount d'Urville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord Howen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +# Kommentar: Verkar ven frekomma med stavningen Aktau. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Asjchabad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bisjkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Tjojbalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damaskus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dacca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dusjanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh-staden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hongkong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Chovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamtjatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Calcutta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muskat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Ural" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riyadh87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riyadh88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riyadh89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sachalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkand" + +# Kommentar: Ibland anvnds ldre stavningen Sul. UD anvnder Seoul. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tasjkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokyo" + +# Kommentar: Namnet Unjung Pandang anvndes fram till 1999. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Makassar" + +# Kommentar: "Ulan Bator" r en ldre stavning av Ulaanbataar. +# Jag har dock valt att anvnda den eftersom UD gr det. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulan Bator" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "rmqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Jakutsk" + +# Namnet "Sverdlovsk" anvndes fram till Sovjetunionens fall. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Jekaterinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Jerevan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azorerna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Kanariearna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Kap Verde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Frarna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Sydgeorgien" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "Sankta Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Aten" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Bryssel" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Kpenhamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsingfors" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Isle of Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lissabon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moskva" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Prag" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Rom" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzjhorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatikanstaten" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Wien" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Warszawa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zrich" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagosarna" + +# Kommentar: "Juln" anvnds bde fr Christmas Island och Kiritimati +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas Island" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocosarna" + +# Kommentar: Stavning med bde K och C frekommer p svenska. K frefaller +# dock vanligare, och anvnds av UD. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Komorerna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelenarna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mah" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldiverna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Runion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chathamarna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Pskn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "fat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderburyatollen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galapagosarna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambierarna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston Island" + +# Kommentar: Juln anvnds bde fr Christmas Island och Kiritimati +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Marquesasarna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midwayarna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue Island" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk Island" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Nouma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairnarna" + +# Kommentar: "Ponape" anvndes fram till 1984. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +# Kommentar: Tongatapu r en i Tongatapugruppen (Tonga) +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +# Kommentar: Fram till 1990 anvndes namnet Truk +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Chuuk" + +# Kommentar: Sjlva Wakeatollen r obebodd. Wakearna r samlingsnamnet +# fr gruppen. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wakearna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallisn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" --- tzdata-2009f.orig/debian/po/hr.po +++ tzdata-2009f/debian/po/hr.po @@ -0,0 +1,3207 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/hr.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Croatian messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# +# +msgid "" +msgstr "" +"Project-Id-Version: Debian-installer 1st-stage master file HR\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis_Ababa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "AlĚŞir" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar_es_Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ougadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao_Tome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Molim odaberite vremensku zonu koja odgovara vaĹĄoj lokaciji." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Argentina/Buenos_Aires" +msgstr "Buenos_Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Argentina/Catamarca" +msgstr "Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Argentina/Salta" +msgstr "Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Argentina/San_Luis" +msgstr "Buenos_Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa_Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo_Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral_Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Kostarika" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Gvatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Indiana/Indianapolis" +msgstr "Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Indiana/Knox" +msgstr "Indijski" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Indiana/Tell_City" +msgstr "Indijski" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Indiana/Vevay" +msgstr "Indijski" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Indiana/Vincennes" +msgstr "Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamajka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Kentucky/Louisville" +msgstr "Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Marigot" +msgstr "Mauricijus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico_City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New_York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto_Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Portoriko" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio_Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Santarem" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Sao_Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "St_Barthelemy" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St_Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken_Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord_Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Aman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "AĹĄgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "BiĹĄkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damask" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "DuĹĄanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jeruzalem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamčatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuvajt" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Rijad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Rijad87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Rijad88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Rijad89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sahalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Ě angaj" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "TaĹĄkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Jakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Ekaterinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Erevan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azori" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Kanarski_otoci" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Zelenortski_otoci" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Farski_otoci" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "South_Georgia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andora" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Atena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Beograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Bruxelles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "BukureĹĄt" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "BudimpeĹĄta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "KiĹĄinjev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Kopenhagen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Isle_of_Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kalinjingrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kijev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisabon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luksemburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moskva" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Pariz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Prag" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Rim" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofija" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "UĹžhorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatikan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Beč" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "VarĹĄava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "ZaporoĹžje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "ZĂźrich" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldivi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauricijus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" + +#~ msgid "Calcutta" +#~ msgstr "Kalkuta" + +#~ msgid "Saigon" +#~ msgstr "Saigon" + +#, fuzzy +#~| msgid "Luanda" +#~ msgid "Canada" +#~ msgstr "Luanda" + +#, fuzzy +#~| msgid "Ceuta" +#~ msgid "Central" +#~ msgstr "Ceuta" + +#, fuzzy +#~| msgid "Easter" +#~ msgid "Eastern" +#~ msgstr "Easter" + +#, fuzzy +#~| msgid "Moncton" +#~ msgid "Mountain" +#~ msgstr "Moncton" + +#, fuzzy +#~| msgid "Sakhalin" +#~ msgid "Saskatchewan" +#~ msgstr "Sahalin" --- tzdata-2009f.orig/debian/po/ml.po +++ tzdata-2009f/debian/po/ml.po @@ -0,0 +1,3170 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/ml.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# translation of ml.po to malayalam +# Copyright (c) 2006-2007 Praveen|പ്രവീണ്‍ A|എ , Santhosh Thottingal , Sreejith :: ശ്രീജിത്ത് കെ and Debian Project +# Credits: V Sasi Kumar, Sreejith N, Seena N, Anivar Aravind, Hiran Venugopalan and Suresh P +# +# Debian Installer master translation file template +# Don't forget to properly fill-in the header of PO files +# Debian Installer translators, please read the D-I i18n documentation +# in doc/i18n/i18n.txt# +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-05-10 19:10-0800\n" +"Last-Translator: Praveen|പ്രവീണ്‍ A|എ \n" +"Language-Team: Swathanthra Malayalam Computing \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Malayalam\n" +"X-Poedit-Country: INDIA\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - "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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 "സിസ്റ്റം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 "Etc" + +#. 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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "ആബിജാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "ആക്ര" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "അഡിസ്_അബാബ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "അള്‍ജിയേഴ്സ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "അസ്മാറ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "ബമാകോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "ബാങ്ക്വി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "ബാന്‍ജുള്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "ബിസ്സോവു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "ബ്ലാന്‍ടൈര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "ബ്രസ്സാവില്ലെ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "ബുജുംബുറ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "കെയ്റോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "കാസാബ്ലാങ്ക" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "സ്യൂട" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "കൊനാക്രി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "ഡക്കാര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "ദാര്‍_എസ്_സലാം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "ജിബൂട്ടി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "ദൌള" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "എല്‍_ആയുന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "ഫ്രീടൌണ്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "ഗാബറോണ്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "ഹരാരെ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "ജൊഹന്നാസ്ബര്‍ഗ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "കംപാല" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "ഖാര്‍ടോം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "കിഗാലി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "കിന്‍ഷാസ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "ലാഗോസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "ലിബര്‍വില്ല" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "ലോം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "ലുവാണ്ട" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "ലുബുമ്പഷി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "ലുസാക്ക" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "മലാബോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "മപൂട്ടോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "മസേരു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "മംബാബേന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "മൊഗാദിഷു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "മൊണ്‍റോവിയ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "നെയ്റോബി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "ജമേന" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "നിയാമി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "നൌക്ഷോട്ട്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "ഔഗാദഔഗൌ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "പോര്‍ട്ടോ-നോവോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "സാവോ_ടോം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "ടിമ്പുക്തു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "ട്രിപ്പോളി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "ടുണീസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "ദയവായി നിങ്ങളുടെ സ്ഥലത്തിന്റെ സമയ മേഘല തിരഞ്ഞെടുക്കുക." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "അഡാക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "ആങ്കറേജ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "ആങ്ക്വില്ല" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "ആന്റിഗ്വ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "അരാഗ്വിയാന" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "അര്‍ജ്ജന്റീന/ബ്യൂനസ്_അയേര്‍സ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "അര്‍ജ്ജന്റീന/കടാമാര്‍ക" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "അര്‍ജ്ജന്റീന/കോര്‍ഡോബ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "അര്‍ജ്ജന്റീന/ജുജുയ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "അര്‍ജ്ജന്റീന/ല_റിയോജ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "അര്‍ജ്ജന്റീന/മെന്‍ഡോസ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "അര്‍ജ്ജന്റീന/റിയോ_ഗലേഗോസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Argentina/Salta" +msgstr "അര്‍ജ്ജന്റീന/സാന്‍_യുവാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "അര്‍ജ്ജന്റീന/സാന്‍_യുവാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "അര്‍ജ്ജന്റീന/സാന്‍_ലൂയിസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "അര്‍ജ്ജന്റീന/ടാകുമാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "അര്‍ജ്ജന്റീന/ഉഷ്വൈയ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "അറൂബ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "അസന്‍സിയോണ്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "ആറ്റികൊക്കാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "അറ്റ്ക" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "ബഹിയ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "ബാര്‍ബഡോസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "ബെലം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "ബെലീസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "ബ്ലാങ്ക്-സബ്ലോന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "ബോയ_വിസ്റ്റ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "ബൊഗോട്ട" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "ബോയിസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "കേംബ്രിഡ്ജ്_ഉള്‍ക്കടല്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "കാമ്പോ_ഗ്രണ്ടേ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "കാന്‍കൂണ്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "കരാകസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "കയേന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "കയ്മാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "ചിക്കാഗോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "ചിഹ്വാഹ്വ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "കോറല്‍_തുറമുഖം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "കോസ്റ്റ_റിക" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "ക്യുയിബ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "ക്യുരാകവോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "ഡന്മാര്‍ക്ഷാവന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "ഡാസണ്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "ഡാസണ്‍_ക്രീക്ക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "ഡെന്‍വര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "ഡെട്രോയിറ്റ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "ഡൊമിനിക" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "എഡ്മോണ്ടന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "യിരുനേപേ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "എല്‍_സാല്‍വഡോര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "എന്‍സേനഡ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "ഫോര്‍ട്ടലേസ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "ഗ്ലേസ്_ഉള്‍ക്കടല്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "ഗോഡ്താബ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "ഗൂസ്_ഉള്‍ക്കടല്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "ഗ്രാന്‍ഡ്_ടര്‍ക്ക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "ഗ്രെനഡ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "ഗ്വാഡെലോപ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "ഗ്വാട്ടിമല" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "ഗുവായക്വില്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "ഗയാന" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "ഹാലിഫാക്സ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "ഹവാന" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "ഹെര്‍മോസില്ലോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "ഇന്ത്യാന/ഇന്ത്യാനപോളിസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "ഇന്ത്യാന/നോക്സ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "ഇന്ത്യാന/മരെങ്കോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "ഇന്ത്യാന/പീറ്റേര്‍സ്ബര്‍ഗ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "ഇന്ത്യാന/ടെല്‍_സിറ്റി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "ഇന്ത്യാന/വെവായ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "ഇന്ത്യാന/വിന്‍സെന്നിസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "ഇന്ത്യാന/വിനാമാക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "ഇനുവിക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "ഇഖ്വാല്വിറ്റ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "ജമൈക" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "ജുന്യൂ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "കെന്റക്കി/ലൂയിവില്ല" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "കെന്റക്കി/മോണ്ടിസെല്ലോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "ലാ_പാസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "ലിമ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "ലോസ്_ഏഞ്ചലസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "മസീയോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "മനാഗ്വ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "മാനസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "മാരിഗോട്ട്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "മാര്‍‌ടിനിക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "മസറ്റ്‌ലാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "മെനോമിനീ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "മെരിഡ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "മെക്സികോ_നഗരം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "മിക്വലോണ്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "മോങ്ടന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "മോണ്ടറി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "മോണ്ടിവിഡിയോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "മോണ്ട്രിയല്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "മോണ്ട്സെറാത്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "നാസ്സു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "ന്യൂ_യോര്‍ക്ക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "നിപിഗോണ്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "നോം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "നൊരോഞ്ഞ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "നോര്‍ത്ത്_ഡക്കോട്ട/സെന്റര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "നോര്‍ത്ത്_ഡക്കോട്ട/ന്യൂ_സലേം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "പനാമ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "പാങ്നിര്‍ടങ്ങ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "പാരാമരിബോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "ഫീനിക്സ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "പോര്‍ട്ട്-ഓ-പ്രിന്‍സ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "പോര്‍ട്ട്_ഓഫ്_സ്പെയിന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "പോര്‍ട്ടോ_ആക്രേ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "പോര്‍ട്ടോ_വെല്ഹോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "പ്യെര്‍‌ട്ടോ_റികോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "റെയ്നി_നദി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "റാങ്കിന്‍_ഇന്‍ലെറ്റ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "റെസിഫെ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "റെജീന" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "റെസൊല്യൂട്ട്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "റിയോ_ബ്രാങ്കോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "സാന്റാറെം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "സാന്റിയാഗോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "സാന്റോ_ഡൊമിങ്കോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "സാവോ_പോളോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "സ്കോര്‍സ്‌ബൈസണ്ട്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "ഷിപ്റോക്ക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "സെയിന്റ്_ബര്‍ത്തലേമി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "സെയിന്റ്_ജോണ്‍സ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "സെയിന്റ്_കിറ്റ്സ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "സെയിന്റ്_ലൂസിയ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "സെയിന്റ്_തോമസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "സെയിന്റ്_വിന്‍സന്റ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "സ്വിഫ്റ്റ്_കറന്റ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "ടെഗുസിഗല്‍പ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "തുലെ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "തുണ്ടര്‍_ഉള്‍ക്കടല്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "ടിജുവാന" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "ടൊറണ്ടോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "ടോര്‍ട്ടോല" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "വാന്‍കോവര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "വിര്‍ജിന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "വൈറ്റ്ഹോര്‍സ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "വിന്നിപെഗ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "യാകുടാറ്റ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "യെല്ലോനൈഫ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "കാസീ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "ഡാവിസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "ഡുമൊണ്ട്-ഡി'ഉര്‍വില്ലെ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "മാസണ്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "മക്മര്‍ഡോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "പാമര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "റൊതേര" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "സിയോവ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "വോസ്ടോക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "അഡലൈഡ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "ബ്രിസ്ബേന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "ബ്രോക്കണ്‍_ഹില്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "കാന്‍ബറ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "ക്യൂറി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "ഡാര്‍വിന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "യൂക്‍ള" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "ഹോബാര്‍ട്ട്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "ലിന്‍ഡെമാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "ലോര്‍ഡ്_ഹോവ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "മെല്ബണ്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "പെര്‍ത്ത്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "സിഡ്നി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "യാങ്കോവിന്ന" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "ലോങിയര്‍ബയന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "ഏദന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "അല്മാട്ടി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "അമ്മാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "അനാഡിര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "അക്ടവു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "അക്ടൊബെ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "അഷ്കാര്ഡബത്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "ബഗ്ദാദ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "ബഹറൈന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "ബാകു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "ബാങ്കോക്ക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "ബെയ്റൂട്ട്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "ബിഷ്കെക്ക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "ബ്രൂണൈ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "ചൊയിബല്‍സാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "ചോങ്ക്വിങ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "കൊളംബോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "ഡമാസ്കസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "ദാക്ക" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "ദിലി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "ദുബായ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "ദുഷാന്‍ബേ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "ഗാസ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "ഹാര്‍ബിന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "ഹോ_ചി_മിന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "ഹോങ്_കോങ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "ഹോവ്ഡ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "ഇര്‍കുത്സ്ക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "ഇസ്താംബുള്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "ജക്കാര്‍ത്ത" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "ജയപുര" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "ജറുസലേം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "കാബൂള്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "കംചത്കാ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "കറാച്ചി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "കാഷ്ഗാര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "കാഠ്മണ്ടു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "കൊല്‍ക്കത്ത" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "ക്രസ്നോയര്‍സ്ക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "ക്വാല_ലംമ്പൂര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "കുച്ചിങ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "കുവൈത്ത്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "മകാവോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "മഗദാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "മകസ്സര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "മനില" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "മസ്കറ്റ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "നികോഷ്യ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "നൊവോസിബിര്‍സ്ക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "ഒമ്സ്ക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "ഒരള്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "നോം_പെന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "പോണ്ടിയാനക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "പ്യോങ്യാങ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "ഖത്തര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "ക്വിസിലോര്‍ഡ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "റംഗൂണ്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "റിയാദ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "റിയാദ്87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "റിയാദ്88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "റിയാദ്89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "സഖാലിന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "സമര്‍ഖണ്ട്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "സിയോള്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "ഷാങ്ഹായ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "സിഗപ്പൂര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "തായ്പേയ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "താഷ്കെന്റ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "തിബിലിസി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "ടെഹ്റാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "ടെല്‍_അവീവ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "തിംഫു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "ടോക്കിയോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "ഉജങ്_പാണ്ടങ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "ഉലാന്‍ബാത്തര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "ഉറുംക്വി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "വിയെന്റിയാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "വ്ലാഡിവോസ്ടോക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "യാകുട്സ്ക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "യെകാറ്റെറിന്‍ബര്‍ഗ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "യെരെവന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "അസോറെസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "ബെര്‍മുഡ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "കാനറി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "കേപ്_വിര്‍ഡേ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "ഫറവോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "ജന്‍_മായെന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "മഡെയ്‌ര" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "റെയ്ക്ജാവിക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "തെക്കന്‍_ജോര്‍ജിയ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "സെയിന്റ്_ഹെലെന" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "സ്റ്റാന്‍ലി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "ആസ്റ്റര്‍ഡാം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "അണ്ടോറ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "ഏഥന്‍സ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "ബെല്‍ഫാസ്റ്റ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "ബെല്‍ഗ്രേഡ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "ബെര്‍ലിന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "ബ്രാട്ടിസ്ലാവ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "ബ്രസ്സല്‍സ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "ബുക്കാറസ്റ്റ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "ബുഡാപെസ്റ്റ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "ചിസിനാവു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "കോപ്പന്‍ഹേഗന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "ഡബ്ലിന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "ജിബ്രാള്‍ട്ടര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "ഗുവണ്‍സി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "ഹെല്‍സിങ്കി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "ഐസില്‍_ഓഫ്_മാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "ജെര്‍സി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "കലിനിന്‍ഗ്രാഡ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "കീവ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "ലിസ്ബണ്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "ലജുബ്ല്യാന" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "ലണ്ടന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "ലക്സംബര്‍ഗ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "മാഡ്രിഡ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "മാള്‍ട്ട" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "മരിയേഹാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "മിന്‍സ്ക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "മൊണാക്കോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "മോസ്കോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "ഓസ്ലോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "പാരീസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "പോഡ്ഗൊറിക്ക" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "പ്രാഗ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "റിഗ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "റോം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "സമാറ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "സാന്‍_മരീനോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "സരജാവോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "സിംഫെറോപോള്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "സ്കോപ്യേ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "സോഫിയ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "സ്റ്റോക്ഹോം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "ടാളിന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "ടിരാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "ടിരാസ്പോള്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "ഉഴ്ഗോരോദ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "വാഡുസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "വത്തിക്കാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "വിയന്ന" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "വില്‍നിയസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "വോള്‍ഗോഗ്രാഡ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "വാഴ്സോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "സഗ്രേബ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "സപ്പോറോഴി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "സൂറിച്ച്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "അന്റനാനാറിവോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "ചാഗോസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "ക്രിസ്തുമസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "കൊകോസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "കൊമോറോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "കെര്‍ഗുവേലന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "മാഹി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "മാലിദ്വീപ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "മൌറീഷ്യസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "മയോട്ടേ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "റീയൂണിയന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "അപിയ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "ഓക്‍ലണ്ട് ‍ " + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "ചാതം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "ഈസ്റ്റര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "ഇഫേറ്റ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "എന്‍ഡെര്‍ബറി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "ഫകവോഫോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "ഫിജി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "ഫുനാഫുട്ടി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "ഗാലപ്പഗോസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "ഗാമ്പിയര്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "ഗ്വാഡല്‍കനാല്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "ഗുാവാം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "ഹോണോലുലു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "ജോണ്‍സണ്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "ക്രിതിമാതി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "കൊസ്രേ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "ക്വജാലൈന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "മജൂറോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "മാര്‍‌ക്വേസാസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "മിഡ്‌വേ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "നൌറു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "നിയു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "നോര്‍ഫോക്ക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "നൌമിയ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "പാഗോ_പാഗോ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "പലാവു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "പിറ്റ്കയേണ്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "പൊനാപേ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "മോര്‍സ്ബി_തുറമുഖം" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "രരോടോങ്ക" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "സായിപാന്‍" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "സമോവ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "താഹിതി" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "തരാവ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "ടോങ്കടാപു" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "ട്രക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "വേയ്ക്ക്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "വാളിസ്" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "യാപ്" --- tzdata-2009f.orig/debian/po/en.po +++ tzdata-2009f/debian/po/en.po @@ -0,0 +1,3158 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2007-12-11 14:45+0100\n" +"Last-Translator: Clint Adams \n" +"Language-Team: English\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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Algiers" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Cairo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El-Aaiún" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao Tome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Please select the time zone corresponding to your location." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Buenos Aires (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Catamarca (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Cordoba (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Jujuy (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "La Rioja (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Mendoza (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Rio Gallegos (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Salta (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "San Juan (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "San Luis (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Tucuman (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Ushuaia (Argentina)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indianapolis (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Knox (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Marengo (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Petersburg (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Tell City (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Vevay (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Vincennes (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Winamac (Indiana)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Louisville (Kentucky)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Monticello (Kentucky)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Center (North Dakota)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "New Salem (North Dakota)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "St Barthelemy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Dumont d'Urville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo (South Pole)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damascus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riyadh87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riyadh88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riyadh89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Tehran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cape Verde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "South Georgia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "St. Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Athens" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Brussels" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bucharest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Copenhagen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Isle of Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisbon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxembourg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moscow" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Prague" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Rome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Vienna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" --- tzdata-2009f.orig/debian/po/de.po +++ tzdata-2009f/debian/po/de.po @@ -0,0 +1,3187 @@ +# Translation of tzdata debconf templates to German +# Copyright (C) Helge Kreutzmann , 2007, 2008. +# This file is distributed under the same license as the tzdata package. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata 2007b-1\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-10-30 19:30+0100\n" +"Last-Translator: Helge Kreutzmann \n" +"Language-Team: de \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\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 "Antarktis" + +#. 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 "Australien" + +#. 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 "Arktis" + +#. 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 "Asien" + +#. 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 "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: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 "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. +#: ../templates:1001 +msgid "Pacific" +msgstr "Pazifik" + +#. 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 "Usw." + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Geographisches Gebiet:" + +#. 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 "" +"Bitte whlen Sie das geographische Gebiet aus, in dem Sie leben. Die " +"folgenden Fragen werden dies weiter durch eine Auswahl von Stdten, die ihre " +"Zeitzonen reprsentieren, in der sie liegen, einschrnken." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Algier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Dschibuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Duala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El Ajun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lom" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadischu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "So Tom" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Time zone:" +msgstr "Zeitzone:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. 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:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Bitte whlen Sie die Zeitzone aus, die zu Ihrem Standort passt." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Aracaju" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentinien/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentinien/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentinien/Crdoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentinien/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentinien/La Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentinien/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentinien/Ro Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Argentinien/Salta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentinien/San Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentinien/San Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentinien/Tucumn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentinien/Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Kaiman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curaao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaika" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Macei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatln" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Mrida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexiko-Stadt" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "North Dakota/Center" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "North Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Prto Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "So Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "Saint-Barthlemy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Asgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bischkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Tschoibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damaskus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Duschanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho-Chi-Minh-Stadt" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Chovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamtschatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karatschi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kaschgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Ujung Pandang (Makassar)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Maskat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pjngjang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Ksyl-Orda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riad87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riad88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riad89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sachalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipeh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Taschkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tiflis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulan-Bator (Ulaanbaatar)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "rmqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Wladiwostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Jakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Jekaterinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Eriwan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azoren" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Kanaren" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Kap Verde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Farr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "South Georgia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "St Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Athen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Brssel" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Kopenhagen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Isle of Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiew" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lissabon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moskau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Prag" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Rom" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uschhorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatikan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Wien" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Wolgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Warschau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Saporischschja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zrich" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Kokos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Malidiven" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Runion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "fat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fidschi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Nouma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" + +#~ msgid "Calcutta" +#~ msgstr "Kolkata" + +#~ msgid "Saigon" +#~ msgstr "Ho-Chi-Minh-Stadt" + +#~ msgid "Canada" +#~ msgstr "Kanada" + +#~ msgid "Central" +#~ msgstr "Central" + +#~ msgid "East-Saskatchewan" +#~ msgstr "East-Saskatchewan" + +#~ msgid "Eastern" +#~ msgstr "Eastern" + +#~ msgid "Mountain" +#~ msgstr "Mountain" + +#~ msgid "Newfoundland" +#~ msgstr "Neufundland" + +#~ msgid "Saskatchewan" +#~ msgstr "Saskatchewan" + +#~ msgid "Yukon" +#~ msgstr "Yukon" --- tzdata-2009f.orig/debian/po/be.po +++ tzdata-2009f/debian/po/be.po @@ -0,0 +1,3173 @@ +# translation of tzdata_2008i-2_be.po to Belarusian (Official spelling) +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/be.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# +# Debian Installer master translation file template +# Don't forget to properly fill-in the header of PO files# +# Debian Installer translators, please read the D-I i18n documentation +# in doc/i18n/i18n.txt# +# +# +# Andrei Darashenka , 2005, 2006. +# Pavel Piatruk , 2006. +# Nasciona Piatrouskaja , 2006. +# Hleb Rubanau , 2006. +# Paul Petruk , 2007. +# Pavel Piatruk , 2008. +msgid "" +msgstr "" +"Project-Id-Version: tzdata_2008i-2_be\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-10-30 01:22+0200\n" +"Last-Translator: Pavel Piatruk \n" +"Language-Team: Belarusian (Official spelling) \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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 "Etc" + +#. 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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Абіджан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Акра" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Адыс-Абэба" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Алжыр" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Самара" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Бамака" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Бангуі" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Банджул" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Бісаў" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Блантыр" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Бразавіль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Бужумбура" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Каір" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Касабланка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Кеута" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Канакры" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Дакар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Дар-эс-Салаам" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Джыбуці" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Дуала" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "Эль-Эўн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Фрытаўн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Габаронэ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Харарэ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Яганэсбург" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Кампала" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Хартум" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Кігалі" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Кіншаса" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Лагос" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Лібрэвіль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Лом" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Луанда" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Лубумбаші" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Лусака" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Малаба" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Мапута" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Масэру" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Мбабанэ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Магадышу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Манровія" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Найробі" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Нджамэна" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Ніямэй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Нуакшот" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Уагадугу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Порта-Нова" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Сан-Томэ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Тымбукту" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Трыпалі" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Туніс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Выберыце часавы пояс адпаведна вашаму знаходжанню." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Адак" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Анхорадж" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Ангілья" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Антыгуа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Арагвайна" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Аргенціна/Буэнас-Айрас" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Аргенціна/Катамарка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Аргенціна/Кардоба" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Аргенціна/Хухуй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Аргенціна/Ла_Рыёха" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Аргенціна/Мендоза" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Аргенціна/Рыё_Галегос" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Аргенціна/Сальта" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Аргенціна/Сан_Хуан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Аргенціна/Сан_Луіс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Аргенціна/Тукуман" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Аргенціна/Ушуайя" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Аруба" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Асунсьён" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Атыкакан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Атка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Багія" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Барбадос" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Бэлем" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Беліз" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Бланк-Саблон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Бона-Віста" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Багота" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Буас" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Кэмбрыдж-Бэй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Кампа-Гранда" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Канкун" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Каракас" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Каен" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Кайман" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Чыкага" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Чыхуахуа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Корал-Харбар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Коста-Рыка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Куяба" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Куракаа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Данмаркшван" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Доўсан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Доўсан-Крык" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Дэнвер" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Дэтройт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Дамініка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Эдмантан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Эйрунэп" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "Эль-Сальвадор" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Энсенада" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Фарталеза" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Глэйс-Бэй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Готаб" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Гус-Бэй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Гранд-Турк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Гранада" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Гвадалупа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Гватамала" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Гваякіль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Гаяна" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Халіфакс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Гавана" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Гермосіла" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Індыяна/Індыянапаліс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Індыяна/Кнокс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Індыяна/Марэнга" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Індыяна/Пітсбург" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Індыяна/Тэл Сіці" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Індыяна/Вівэй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Індыяна/Вінсэнс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Індыяна/Вінамак" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Інувік" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Ікалют" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Ямайка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Жунё" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Кентукі/Луізвіль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Кентукі/Монцісэль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "Ла-Пас" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Ліма" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Лос-Анджалес" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Макеё" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Манагуа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Манаўс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Марыгот" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Мартынік" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Мазатлан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Мэнамінэ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Мэрыда" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Мэхіка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Мікелён" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Монктан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Мантарэй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Мантэвідэа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Манрэаль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Мансэрат" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Насаў" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "Нью-Ёрк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Ніпігон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Ном" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Наронга" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Паўночная_Дакота/Цэнтр" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Паўночная_Дакота/Нью_Салем" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Панама" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Пангніртунг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Парамарыба" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Фенікс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Порт-а-Прынс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Порт-а-Спэйн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Порт-Акрэ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Порта-Вэльга" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Пуэрта-Рыка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Рэйні-Рывар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Ранкін-Інлет" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Рэсіф" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Рэгіна" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Рэзалют" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Рыё-Бранка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Сантарэм" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Санцьяга" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Санта-Дамінга" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Сан-Паўла" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Скорзбізунд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Шыпрок" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "Св_Барталамей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "Сэнт-Джонс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "Сэнт-Кітц" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Сэнт-Люсія" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "Сэнт-Томас" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "Сэнт-Вінсэнт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Свіфт-Карант" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Тэгусыгальпа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Туль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Зандар-Бэй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Тыджвана" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Таронта" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Тартола" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Ванкувэр" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Вірджын" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Уайтхорс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Вініпэг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Якутат" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Елаўнайф" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Кэйсі" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Дэвіс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Дзюмонт-д-Урвіль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Моўсан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "Мак-Мурда" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Палмэр" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Ратэра" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Сыёва" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Васток" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Адэлаіда" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Брызбан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Броўкэн-Хіл" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Канберра" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Кур'е" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Дарвін" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Эўкла" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Хобарт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Ліндаман" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Лорд-Хоў" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Мэльбурн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Пэрт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Сіднэй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Янкавіна" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Лонг'ерб'ен" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Адан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Алматы" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Аман" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Анадыр" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Актаў" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Актоб" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ашгабат" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Багдад" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Бахрэйн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Баку" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Банкок" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Бэйрут" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Бішкек" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Бруней" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Чойбалсан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Чонкінг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Каломба" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Дамаск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Дака" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Дылі" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Дубай" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Душанбэ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Газа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Харбін" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Хо_Шы_Мін" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Ганконг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Хоўд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Іркуцк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Стамбул" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Джакарта" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Джаяпура" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Ерусалім" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Кабул" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Камчатка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Карачы" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Кашгар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Катманду" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Кальката" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Краснаярск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Куала-Лумпур" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Кучынг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Кувэйт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Макаў" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Магадан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Макасар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Маніла" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Мускат" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Нікосія" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Новасібірск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Омск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Арал" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Пном-Пэнь" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Пантыянак" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Пхеньян" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Катар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Кызыларда" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Рангун" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Рыяд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Рыяд87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Рыяд88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Рыяд89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Сахалін" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Самарканд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Сеул" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Шанхай" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Сінгапур" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Тайпэй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Ташкент" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Тбілісі" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Тэгеран" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Тэль-Авіў" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Тымпху" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Токіё" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Уюнг-Панданг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Улан-Батар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Урумкі" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "В'ент'ян" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Уладзівасток" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Якуцк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Екацерынбург" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Ераван" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Азоры" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Бермуды" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Канары" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Капа-Вэрда" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Фароэ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Ян-Маен" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Мадэра" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Рэйк'явік" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Паўднёвая Джорджыя" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "Востраў Св. Алены" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Стэнлі" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Амстэрдам" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Андора" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Афіны" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Белфаст" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Белград" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Берлін" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Братыслава" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Брусель" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Бухарэст" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Будапешт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Чысінаў" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Капенгаген" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Дублін" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Гібралтар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Джэрнсі" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Хельсінкі" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Востраў Мэн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Джэрсі" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Калінінград" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Кіеў" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Лісабон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Любляна" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Лондан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Люксембург" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Мадрыд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Мальта" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Мэрыхамн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Мінск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Манака" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Масква" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Осла" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Парыж" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Падгорыца" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Прага" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Рыга" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Рым" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Самара" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "Сан-Марына" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Сараева" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Сімферопаль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Скоп'е" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Сафія" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Стакгольм" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Талін" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Тырана" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Тыраспаль" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Вужгарад" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Вадуц" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Ватыкан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Вена" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Вільня" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Валгаград" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Варшава" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Заграб" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Запарожжа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Цюрых" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Антананарыву" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Чагас" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Востраў Раства" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Какосавыя астравы" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Каморы" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Кэргелен" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Магэ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Мальдывы" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Маўрыцы" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Маёт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Рэюньён" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Апія" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Оўклэнд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Чатам" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Востраў Пасхі" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Эфат" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Эндарбары" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Факаёфа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Фіджы" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Фунафуці" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Галапагос" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Гамбер" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Гуядалканал" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Гуям" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Ганалулу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Джонстан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Кірытымаці" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Косра" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Кваялэйн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Маджура" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Маркізы" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Мідвэй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Наўру" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Ніў" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Норфалк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Нумэя" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Пага-Пага" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Палаў" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Піткэрн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Панап" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Порт-Морзбі" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Раратонга" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Сайпан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Таіці" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Тарава" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Тангатапу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Трук" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Ўэйк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Ўэліс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Яп" --- tzdata-2009f.orig/debian/po/ca.po +++ tzdata-2009f/debian/po/ca.po @@ -0,0 +1,3396 @@ +# +# Catalan translations for tzdata package. +# Copyright © 2008 GNU Libc Maintainers. +# This file is distributed under the same license as the tzdata package. +# +# Jordà Polo , 2007, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: 2008i-2\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-10-31 09:32+0100\n" +"Last-Translator: Jordà Polo \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. 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" + +# Gnome_2.16_Fifth_Toe [gcompris.HEAD.ca.po] +#. 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" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. 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" + +# Projecte_Mandrake [tm-mandrake.po] +#. 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 "Àrtic" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. 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" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. 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 "Atlantic" +msgstr "Atlàntic" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. 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 "Índic" + +#. 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 "Pacific" +msgstr "Pacífic" + +#. 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 +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 "" +"Si us plau, seleccioneu l'àrea geogràfica de residència. Les següents " +"preguntes de configuració permetran aproximar encara més la selecció tot i " +"mostrant una llista de ciutats que representen les zones horàries en les que " +"es troben." + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Alger" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "El Caire" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "São Tomé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Trípoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Windhoek" +msgstr "Windhoek" + +# Projecte_Mandrake [tm-mandrake.po] +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Time zone:" +msgstr "Fus horari:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. 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:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "" +"Si us plau, seleccioneu el fus horari corresponent a la vostra ubicació." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +# fitxer: addressbook.gui.contact-editor.ca.po +# Gnome_2.16_Desktop [evolution.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Córdoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +# Projecte_Fedora_Core5 [anaconda.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +# Mozilla 1.3->bz +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogotà" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadalupe" + +# Mozilla 1.3->gt +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +# Mozilla 1.3->jm +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Mèrida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Ciutat de Mèxic" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +# fitxer: addressbook.gui.contact-editor.ca.po +# Gnome_2.16_Desktop [evolution.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "Nova York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakota del Nord/Centre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakota del Nord/New Salem" + +# Mozilla 1.3->pa +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panamà" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port-of-Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarém" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "Saint Barthélemy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "Saint Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "Saint Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Saint Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "Saint Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "Saint Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virginia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Baghdad" + +# Mozilla 1.3->bh +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrain" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damasc" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ciutat Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jerusalem" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamchatka" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandú" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Calcuta" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +# Mozilla 1.3->kw +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +# Mozilla 1.3->qa +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riyadh87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riyadh88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riyadh89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sakhalin" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seül" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Xangai" + +# Projecte_Mandrake [tm-mandrake.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tashkent" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Tehran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tòquio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Yerevan" + +# Projecte_Fedora_Core5 [anaconda.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Açores" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermudes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Canàries" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cap Verd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Fèroe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavík" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Georgia del Sud" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "St Helena" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +# fitxer: addressbook.gui.contact-editor.ca.po +# Gnome_2.16_Desktop [evolution.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Atenes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrad" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlín" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Brussel·les" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bucarest" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Copenhagen" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +# Gnome_2.16_Desktop [gnome-games.gnome-2-16.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Illa de Man" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kíev" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisboa" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Londres" + +# Mozilla 1.3->lu +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +# Mozilla 1.3->mc +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Mònaco" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moscow" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "París" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Praga" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +# Gnome_2.16_Desktop [gnome-games.gnome-2-16.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Roma" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Estocolm" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vaticà" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Viena" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Varsòvia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zuric" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldives" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +# fitxer: addressbook.gui.contact-editor.ca.po +# Gnome_2.16_Desktop [evolution.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fiji" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +# Projecte_Fedora_Core5 [anaconda.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midway" + +# Projecte_Mozilla [languageNames.properties.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Naurà" + +# fitxer: addressbook.gui.contact-editor.ca.po +# Gnome_2.16_Desktop [evolution.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +# fitxer: addressbook.gui.contact-editor.ca.po +# Gnome_2.16_Desktop [evolution.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahití" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" + +#~ msgid "Calcutta" +#~ msgstr "Calcuta" + +#~ msgid "Saigon" +#~ msgstr "Saigon" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#~ msgid "Canada" +#~ msgstr "Canada" + +#~ msgid "Central" +#~ msgstr "Central" + +#~ msgid "East-Saskatchewan" +#~ msgstr "Saskatchewan Est" + +#~ msgid "Eastern" +#~ msgstr "Oriental" + +# Gnome_2.16_Desktop [gnome-applets-locations.HEAD.ca.po] +#~ msgid "Mountain" +#~ msgstr "Muntanya" + +#~ msgid "Newfoundland" +#~ msgstr "Terranova" + +#~ msgid "Saskatchewan" +#~ msgstr "Saskatchewan" + +#~ msgid "Yukon" +#~ msgstr "Yukon" --- tzdata-2009f.orig/debian/po/hu.po +++ tzdata-2009f/debian/po/hu.po @@ -0,0 +1,3173 @@ +# 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: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-05-11 14:59+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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis_Ababa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Algiers" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Aszmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Kairó" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar_es_Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Dzsibuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinsasza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbasi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maszeru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Kagadugu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao_Tome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunisz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentína/Buenos_Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentína/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentína/Cordoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentína/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentína/La_Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentína/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentína/Rio_Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Argentina/Salta" +msgstr "Argentina/San_Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San_Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentína/San_Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentína/Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boáz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Csihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral_Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa_Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havanna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell_City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manausz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexikóváros" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New_York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Észak_Dakota/Center" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Észak_Dakota/New_Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto_Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Santarem" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Sao Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "Szent_Bertalan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St_Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Dumont-d'Urville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vosztok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Törött Domb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord Howe-sziget" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Moszkva+10 - Bering-tenger" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Akutau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Akutobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Asgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Bejrút" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Csoibalszán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Csongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damaszkusz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Daka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dusanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gáza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho_Chi_Minh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Moszkva+05 - Bajkál" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Isztambul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Dzsakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Dzsajapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jeruzsálem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Moszkva+09 - Kamcsatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karacsi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Moszkva+04 - Jenyiszej" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Makaó" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Moszkva+08 - Magadán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makasszár" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Moszkva+03 - Novoszibirszk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Moszkva+03 - nyugat-Szibéria" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Katar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Kizilorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Rijád" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Rijád87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Rijád88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Rijád89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Moszkva+07 - Szahalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Szamarkand" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Szöul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Sanghaj" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Szingapúr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Tajpej" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Taskent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbiliszi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Teherán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokió" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulánbátor" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Moszkva+07 - Amur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Moszkva+06 - Léna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Moszkva+02 - Urál" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Jereván" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azori-szigetek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cape_Verde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Dél_Georgia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amszterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Athén" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrád" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Pozsony" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Brüsszel" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Kisinyov" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Koppenhága" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltár" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Man-sziget" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Moszkva-01 - Kalinyingrád" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kijev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisszabon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Málta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minszk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moszkva+00 - nyugat-Oroszország" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Párizs" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Prága" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Róma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Moszkva+01 - Kaszpi-tenger" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Szarajevó" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Szimferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Szkopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Szófia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzsgorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatikán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Bécs" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgográd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Varsó" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zágráb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zürich" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldív-szigetek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham-szigetek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Húsvét-szigetek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury (Főnix-szigetek)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fidzsi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galápagos-szigetek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier-szigetek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston Atoll" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati (Line-szigetek)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Marquesas-szigetek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midway-szigetek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Szamoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa (Gilbert-szigetek)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wake sziget" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" + +#~ msgid "Calcutta" +#~ msgstr "Kalkutta" + +#~ msgid "Saigon" +#~ msgstr "Saigon" --- tzdata-2009f.orig/debian/po/sq.po +++ tzdata-2009f/debian/po/sq.po @@ -0,0 +1,3272 @@ +# translation of sq_tzdata.po to Albanian +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/sq.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Albanian messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# +# +# Elian Myftiu , 2007. +msgid "" +msgstr "" +"Project-Id-Version: sq_tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-05-10 21:33+0100\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:1001 +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:1001 +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:1001 +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:1001 +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: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 "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. +#: ../templates:1001 +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:1001 +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:1001 +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. +#: ../templates:1001 +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: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 "Zona Gjeografike:" + +#. 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 "" +"Të lutem zgjidh krahinën gjeografike ku jeton. Pyetje të tjera konfigurimi " +"do të shfaqen duke prezantuar një listë qytetesh, që përfaqsojnë zonat " +"kohore në të cilat ato gjenden." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis_Ababa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Algjer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Cairo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar_es_Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao_Tome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argjentina/Buenos_Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argjentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argjentina/Cordoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argjentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argjentina/La_Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argjentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argjentina/Rio_Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Argentina/Salta" +msgstr "Argjentina/San_Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argjentina/San_Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argjentina/San_Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argjentina/Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa_Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo_Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral_Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa_Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell_City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico_City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New_York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "North_Dakota/Center" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "North_Dakota/New_Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto_Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto_Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio_Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Santarem" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Sao_Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "St_Barthelemy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St_Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken_Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord_Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damascus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho_Chi_Minh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riyadh87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riyadh88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riyadh89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Tehran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cape_Verde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "South_Georgia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Athens" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Brussels" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bucharest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Copenhagen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Isle_of_Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisbonë" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxembourg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moskë" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Prague" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Rome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Vienna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" + +#~ msgid "Calcutta" +#~ msgstr "Calcutta" + +#~ msgid "Saigon" +#~ msgstr "Saigon" + +#~ msgid "Canada" +#~ msgstr "Kanada" + +#~ msgid "Central" +#~ msgstr "Qëndror" + +#~ msgid "East-Saskatchewan" +#~ msgstr "East-Saskatchewan" + +#~ msgid "Eastern" +#~ msgstr "Lindor" + +#~ msgid "Mountain" +#~ msgstr "Mal" + +#~ msgid "Newfoundland" +#~ msgstr "Newfoundland" + +#~ msgid "Saskatchewan" +#~ msgstr "Saskatchewan" + +#~ msgid "Yukon" +#~ msgstr "Yukon" + +#~ msgid "Asmera" +#~ msgstr "Asmera" + +#~ msgid "Cordoba" +#~ msgstr "Cordoba" + +#~ msgid "Fort_Wayne" +#~ msgstr "Fort_Wayne" + +#~ msgid "Jujuy" +#~ msgstr "Jujuy" + +#~ msgid "Knox_IN" +#~ msgstr "Knox_IN" + +#~ msgid "Mendoza" +#~ msgstr "Mendoza" + +#~ msgid "Rosario" +#~ msgstr "Rosario" + +#~ msgid "South_Pole" +#~ msgstr "Poli_Jugut" + +#~ msgid "ACT" +#~ msgstr "ACT" + +#~ msgid "LHI" +#~ msgstr "LHI" + +#~ msgid "NSW" +#~ msgstr "NSW" + +#~ msgid "North" +#~ msgstr "North" + +#~ msgid "Queensland" +#~ msgstr "Queensland" + +#~ msgid "South" +#~ msgstr "Jug" + +#~ msgid "Tasmania" +#~ msgstr "Tasmania" + +#~ msgid "Victoria" +#~ msgstr "Victoria" + +#~ msgid "West" +#~ msgstr "West" + +#~ msgid "Ashkhabad" +#~ msgstr "Ashkhabad" + +#~ msgid "Chungking" +#~ msgstr "Chungking" + +#~ msgid "Dacca" +#~ msgstr "Dacca" + +#~ msgid "Macao" +#~ msgstr "Macao" + +#~ msgid "Thimbu" +#~ msgstr "Thimbu" + +#~ msgid "Ulan_Bator" +#~ msgstr "Ulan_Bator" + +#~ msgid "Faeroe" +#~ msgstr "Faeroe" --- tzdata-2009f.orig/debian/po/fi.po +++ tzdata-2009f/debian/po/fi.po @@ -0,0 +1,3184 @@ +msgid "" +msgstr "" +"Project-Id-Version: tzdata_2007h-2\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-11-02 20:42+0200\n" +"Last-Translator: Esko Arajärvi \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Country: FINLAND\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - "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 "Afrikka" + +#. 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 "Amerikka" + +#. 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 "Antarktis" + +#. 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 "Arktinen alue" + +#. 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 "Aasia" + +#. 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 "Atlantic" +msgstr "Atlantin valtameri" + +#. 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 "Eurooppa" + +#. 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 "Intian valtameri" + +#. 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 "Pacific" +msgstr "Tyyni valtameri" + +#. 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-tyylinen" + +#. 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 "GMT-ajat" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Maantieteellinen alue:" + +#. 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 "" +"Valitse maantieteellinen alue, jolla elät. Seuraavat asetuskysymykset " +"kaventavat valintaa näyttämällä listan kaupungeista, jotka edustavat " +"aikavyöhykkeitä, joilla ne sijaitsevat." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Alger" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Kairo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiún" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "São Tomé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Time zone:" +msgstr "Aikavyöhyke:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. 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:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Valitse aikavyöhyke, joka vastaa sijaintiasi." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentiina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentiina/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentiina/Córdoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentiina/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentiina/La Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentiina/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentiina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Argentiina/Salta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentiina/San Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentiina/San Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentiina/Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentiina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Nuuk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaika" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Mérida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "México" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Pohjois-Dakota/Keskusta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Pohjois-Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port of Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Ittoqqortoormiit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "Saint Barthélemy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Qaanaaq" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Dumont-d'Urville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aktau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtöbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ašgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Biškek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damaskos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dušanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Hồ Chí Minh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hongkong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamtšatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kalkutta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnojarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Masqat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nikosia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pjongjang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Yangôn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riad87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riad88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riad89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sahalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Soul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Taškent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Ürümqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Jakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Jekaterinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Jerevan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azorit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Kanariansaaret" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Kap Verde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Färsaaret" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavík" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Etelä-Georgia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "St Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Ateena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berliini" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Brysseli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chişinǎu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Kööpenhamina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Mansaari" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiova" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lissabon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Lontoo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Maarianhamina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moskova" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Pariisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Praha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Eiika" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Rooma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Tukholma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Užhorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatikaani" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Wien" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Varsova" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporizhia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zürich" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Joulusaari" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Kookossaaret" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Malediivit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Réunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chathamsaaret" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Pääsiäissaari" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fidži" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galápagossaaret" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midwaysaaret" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Pohnpei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Chuuk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wakensaari" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" + +#~ msgid "Calcutta" +#~ msgstr "Kalkutta" + +#~ msgid "Saigon" +#~ msgstr "Hô Chí Minh" + +#~ msgid "Canada" +#~ msgstr "Kanada" + +#~ msgid "Central" +#~ msgstr "Keskinen" + +#~ msgid "East-Saskatchewan" +#~ msgstr "Itä-Saskatchewan" + +#~ msgid "Eastern" +#~ msgstr "Itäinen" + +#~ msgid "Mountain" +#~ msgstr "Vuori" + +#~ msgid "Newfoundland" +#~ msgstr "Newfoundland" + +#~ msgid "Saskatchewan" +#~ msgstr "Saskatchewan" + +#~ msgid "Yukon" +#~ msgstr "Yukon" --- tzdata-2009f.orig/debian/po/th.po +++ tzdata-2009f/debian/po/th.po @@ -0,0 +1,3533 @@ +# 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-2008 Software in the Public Interest, Inc. +# This file is distributed under the same license as tzdata. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-11-06 14:05+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: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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "อาบิดจัน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "อักกรา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "แอดดิสอาบาบา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "แอลเจียร์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "แอสมารา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "บามาโก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "บังกี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "บันจูล" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "บิสเซา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "บราซซาวิล" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "บูจุมบูรา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "ไคโร" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "คาซาบลังกา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "เซวตา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "โกนากรี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "ดาการ์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "ดาร์-เอส-ซาลาม" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "จิบูตี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "ฟรีทาวน์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "กาโบโรเน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "ฮาราเร" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "โจฮันเนสเบิร์ก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "กัมปาลา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "คาร์ทูม" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "คิกาลี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "กินชาซา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "ลากอส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "ลีเบรอวิล" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "โลเม" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "ลูอันดา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "ลูบูมบาชี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "ลูซากา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "มาลาโบ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "มาปูโต" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "มาเซรู" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "อัมบาบาเน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "โมกาดิชู" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "มันโรเวีย" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "ไนโรบี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "เอ็นจาเมนา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "นีอาเม" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "นูแอกชอต" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "วากาดูกู" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "ปอร์โต-โนโว" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "เซาตูเม" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "ตริโปลี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "ตูนิส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "โปรดระบุเขตเวลาที่ตรงกับตำแหน่งที่คุณอยู่" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "แองเคอเรจ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "แองกวิลลา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "แอนติกา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "อาร์เจนตินา/บัวโนสไอเรส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "อาร์เจนตินา/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "อาร์เจนตินา/Cordoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "อาร์เจนตินา/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "อาร์เจนตินา/La Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "อาร์เจนตินา/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "อาร์เจนตินา/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "อาร์เจนตินา/Salta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "อาร์เจนตินา/ซานฮวน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "อาร์เจนตินา/ซานลุยส์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "อาร์เจนตินา/Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "อาร์เจนตินา/Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "อารูบา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "อะซุนซิออง" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "แอตกา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "บาเยีย" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "บาร์เบโดส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "เบลีซ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "บัววีชตา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "โบโกตา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "บอยซี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "อ่าวเคมบริดจ์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "กัมปูกรันดี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "การากัส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "กาแยน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "เคย์แมน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "ชิคาโก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "ชีวาวา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "คอรัลฮาร์เบอร์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "คอสตาริกา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "กุยาบา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "ดอว์สัน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "ดอว์สันครีก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "เดนเวอร์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "ดีทรอยต์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "โดมินิกา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "เอดมันตัน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "เอลซัลวาดอร์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "ฟอร์ตาเลซา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "กอตฮอบ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "กูสเบย์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "แกรนด์เติร์ก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "เกรเนดา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "กวาเดอลูป" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "กัวเตมาลา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "กายอานา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "แฮลิแฟกซ์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "ฮาวานา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "เอร์โมซีโย" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "อินดีแอนา/อินเดียแนโพลิส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "อินดีแอนา/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "อินดีแอนา/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "อินดีแอนา/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "อินดีแอนา/เทลล์ซิตี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "อินดีแอนา/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "อินดีแอนา/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "อินดีแอนา/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "อีกวาลิต" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "จาเมกา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "จูโน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "เคนทักกี/ลุยส์วิลล์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "เคนทักกี/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "ลาปาซ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "ลิมา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "ลอสแองเจลีส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "มานากัว" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "มาเนาส์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "มาร์ตินีก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "มีนอมินี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "เมรีดา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "เม็กซิโกซิตี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "มีเกอลง" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "มอนเตร์เรย์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "มอนเตวิเดโอ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "มอนทรีออล" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "มอนต์เซอร์รัต" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "แนสซอ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "นิวยอร์ก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "โนม" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "นอร์ทดาโคตา/เซนเตอร์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "นอร์ทดาโคตา/นิวเซเลม" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "ปานามา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "ปารามาริโบ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "ฟินิกซ์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "ปอร์โตแปรงซ์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "พอร์ต-ออฟ-สเปน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "ปอร์ตูอาเกร" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "ปอร์ตูเวลโย" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "เปอร์โตริโก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "เรซีเฟ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "ริไจนา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "รีโอบรังโก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "ซันติอาโก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "ซันโตโดมิงโก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "เซาเปาลู" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "เซนต์จอห์นส์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "เซนต์คิตส์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "เซนต์ลูเซีย" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "เซนต์โทมัส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "เซนต์วินเซนต์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "สวิฟต์เคอร์เรนต์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "เตกูซิกัลปา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "ธันเดอร์เบย์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "โทรอนโต" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "แวนคูเวอร์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "เวอร์จิน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "ไวต์ฮอร์ส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "วินนิเพก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "แยคุแทต" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "เยลโลว์ไนฟ์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "เดวิส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "พาล์เมอร์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "วอสต็อก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "แอดิเลด" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "บริสเบน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "โบรเคนฮิลล์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "แคนเบอร์รา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "ดาร์วิน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "โฮบาร์ต" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "เมลเบิร์น" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "เพิร์ท" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "ซิดนีย์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "ลองเยียร์เบียน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "อัลมาตี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "อัมมาน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "อาชกาบัต" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "แบกแดด" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "บาห์เรน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "บากู" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "กรุงเทพฯ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "เบรุต" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "บิชเคก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "บรูไน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "ฉงชิ่ง" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "โคลัมโบ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "ดามัสกัส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "ธากา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "ดิลี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "ดูไบ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "ดูชานเบ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "ฮาร์บิน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "โฮจิมินห์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "ฮ่องกง" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "อิสตันบูล" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "จาการ์ตา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "เยรูซาเลม" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "คาบูล" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "การาจี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "กาฐมาณฑุ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "โกลกาตา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "กัวลาลัมเปอร์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "กูชิง" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "คูเวต" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "มาเก๊า" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "มากาดาน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "มะนิลา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "มัสกัต" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "นิโคเซีย" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "โนโวสิเบียรสก์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "พนมเปญ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "เปียงยาง" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "กาตาร์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "ย่างกุ้ง" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "ริยาด" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "ริยาด87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "ริยาด88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "ริยาด89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "โซล" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "ช่างไห่" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "สิงคโปร์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "ไทเป" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "ทาชเคนต์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "ทบิลิซี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "เตหะราน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "เทลอาวีฟ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "ทิมพู" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "โตเกียว" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "อูลานบาตอร์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "อุรุมชี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "เวียงจันทน์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "วลาดิวอสต็อก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "ยาคุตสค์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "เยเรวาน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "เบอร์มิวดา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "คะเนรี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "เคปเวิร์ด" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "แฟโร" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "ยานไมเอน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "มาเดรา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "เรคยาวิก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "เซาท์จอร์เจีย" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "เซนต์เฮเลนา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "สแตนลีย์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "อัมสเตอร์ดัม" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "อันดอร์รา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "เอเธนส์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "เบลฟัสต์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "เบลเกรด" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "เบอร์ลิน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "บราติสลาวา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "บรัสเซลส์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "บูคาเรสต์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "บูดาเปสต์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "คีชีเนา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "โคเปนเฮเกน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "ดับลิน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "ยิบรอลตาร์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "เกิร์นซีย์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "เฮลซิงกิ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "เกาะแมน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "เจอร์ซีย์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "เคียฟ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "ลิสบอน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "ลูบลิยานา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "ลอนดอน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "ลักเซมเบิร์ก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "มาดริด" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "มอลตา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "มินสก์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "โมนาโก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "มอสโก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "ออสโล" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "ปารีส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "พอดกอรีตซา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "ปราก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "รีกา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "โรม" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "ซานมารีโน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "ซาราเยโว" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "สโกเปีย" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "โซเฟีย" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "สตอกโฮล์ม" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "ทาลลินน์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "วาดุซ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "วาติกัน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "เวียนนา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "วิลนีอุส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "วอร์ซอ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "ซาเกร็บ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "ซูริก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "อันตานานาริโว" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "คริสต์มาส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "โคโคส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "คอโมโรส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "มัลดีฟส์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "มอริเชียส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "มายอต" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "เรอูนียง" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "อาปีอา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "โอ๊คแลนด์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "แชตแธม" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "อีสเทอร์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "ฟิจิ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "ฟูนะฟูตี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "กาลาปากอส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "กวม" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "โฮโนลูลู" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "จอห์นสตัน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "มาจูโร" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "มิดเวย์" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "นาอูรู" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "นีอูเอ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "นอร์ฟอล์ก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "นูเมอา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "ปาโกปาโก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "ปาเลา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "พิตแคร์น" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "พอร์ตมอร์สบี" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "ไซปัน" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "ซามัว" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "ตาฮิติ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "ตาระวา" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "เวก" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "วาลลิส" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "" + +#~ msgid "Calcutta" +#~ msgstr "กัลกัตตา" + +#~ msgid "Saigon" +#~ msgstr "ไซ่ง่อน" + +#~ msgid "Canada" +#~ msgstr "แคนาดา" + +#~ msgid "Central" +#~ msgstr "ภาคกลาง" + +#~ msgid "East-Saskatchewan" +#~ msgstr "ซัสแคตเชวันตะวันออก" + +#~ msgid "Eastern" +#~ msgstr "ภาคตะวันออก" + +#~ msgid "Mountain" +#~ msgstr "เทือกเขา" + +#~ msgid "Newfoundland" +#~ msgstr "นิวฟันด์แลนด์" + +#~ msgid "Saskatchewan" +#~ msgstr "ซัสแคตเชวัน" + +#~ msgid "Yukon" +#~ msgstr "ยูคอน" + +#~ msgid "Fort_Wayne" +#~ msgstr "ฟอร์์ตเวย์น" + +#~ msgid "South_Pole" +#~ msgstr "ขั้วโลกใต้" + +#~ msgid "North" +#~ msgstr "เหนือ" + +#~ msgid "Queensland" +#~ msgstr "ควีนส์แลนด์" + +#~ msgid "South" +#~ msgstr "ใต้" + +#~ msgid "Tasmania" +#~ msgstr "แทสเมเนีย" + +#~ msgid "Victoria" +#~ msgstr "วิกตอเรีย" + +#~ msgid "West" +#~ msgstr "ตะวันตก" + +#~ msgid "Chungking" +#~ msgstr "จุงกิง" + +#~ msgid "Macao" +#~ msgstr "มาเก๊า" + +#~ msgid "Ulan_Bator" +#~ msgstr "อูลานบาตอร์" + +#~ msgid "Faeroe" +#~ 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-2009f.orig/debian/po/es.po +++ tzdata-2009f/debian/po/es.po @@ -0,0 +1,3436 @@ +# tzdata po-debconf translation to Spanish +# Copyright (C) 2002-2007, 2009 Software in the Public Interest +# This file is distributed under the same license as the tzdata package. +# +# Changes: +# - Translation of most of the cities in this PO file are based on +# anaconda's timeconfig which was originally translated by +# Tullio Dovera , 2000 +# Nuria Soriano , 2002 +# +# - It was adapted to use in Debian's tzdata, and spelling fixes +# were introduced by +# Rudy Godoy Guillén , 2007 +# +# - It was also reviewed by +# Javier Fernández-Sanguino , 2007 +# +# - Updates +# Francisco Javier Cuadrado , 2009 +# +# Traductores, si no conocen el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/coordinacion +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata 2009c-1\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-05-25 18:30-0500\n" +"Last-Translator: Rudy Godoy \n" +"Language-Team: Debian l10n Spanish \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. +#: ../templates:1001 +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 "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 "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. +#: ../templates:1001 +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 +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 elija el área geográfica donde reside. La lista de ciudades que se " +"presentarán después representan la zona horaria en la que están localizadas." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abiyán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Ababa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Argel" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissáu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "El Cairo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Yibuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Duala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburgo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Jartum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadiscio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nuakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Uagadugú" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Puerto Nuevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Santo Tomás" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Tombuctú" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Trípoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Túnez" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Time zone:" +msgstr "Zona horaria:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. 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:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Por favor, elija la zona horaria que corresponde a su ubicación." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Córdoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tucumán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahía" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belén" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belice" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Buena Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Caimán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curazao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Granada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadalupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Habana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianápolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los Ángeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Mérida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Ciudad de México" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelón" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "Nueva York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakota del Norte/Centro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakota del Norte/Nuevo Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panamá" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Fénix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Puerto Príncipe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Puerto España" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Puerto Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Puerto Bello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Río Blanco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "San Pablo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Ittoqqortoormiit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "San Bartolomé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "San Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "San Cristóbal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Santa Lucía" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "Santo Tomás" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "San Vicente" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tórtola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Dumont d'Urville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sídney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Ammán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aktau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Asjabad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahréin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Bakú" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunéi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damasco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ciudad Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Estambul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Yakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jerusalén" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandú" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Calcuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangún" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riad87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riad88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riad89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sajalín" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarcanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seúl" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shangai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Taskent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tiflis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Teherán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Timbu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulán Bator" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Ürümqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientián" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Ekaterimburgo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Ereván" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermudas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Canarias" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cabo Verde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Feroe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reikiavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Georgia del Sur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "Santa Elena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Ámsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Atenas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlín" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Bruselas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bucarest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Copenhague" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublín" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Isla de Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrado" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisboa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Liubliana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxemburgo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Mónaco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moscú" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "París" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofía" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Estocolmo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vaticano" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgogrado" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Varsovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zúrich" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Isla de Navidad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldivas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauricio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunión" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Isla de Pascua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fiyi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galápagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulú" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Numea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Puerto Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahití" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" + +#~ msgid "Calcutta" +#~ msgstr "Calcuta" + +#~ msgid "Saigon" +#~ msgstr "Saigón" + +#~ msgid "Canada" +#~ msgstr "Canadá" + +#~ msgid "Central" +#~ msgstr "Central" + +#~ msgid "East-Saskatchewan" +#~ msgstr "East-Saskatchewan" + +#~ msgid "Eastern" +#~ msgstr "Oriental" + +#~ msgid "Mountain" +#~ msgstr "Montaña" + +#~ msgid "Newfoundland" +#~ msgstr "Newfoundland" + +#~ msgid "Saskatchewan" +#~ msgstr "Saskatchewan" + +#~ msgid "Yukon" +#~ msgstr "Yukón" + +#~ msgid "Asmera" +#~ msgstr "Asmera" + +#~ msgid "Cordoba" +#~ msgstr "Córdoba" + +#~ msgid "Fort_Wayne" +#~ msgstr "Fort Wayne" + +#~ msgid "Jujuy" +#~ msgstr "Jujuy" + +#~ msgid "Knox_IN" +#~ msgstr "Knox IN" + +#~ msgid "Mendoza" +#~ msgstr "Mendoza" + +#~ msgid "Rosario" +#~ msgstr "Rosario" + +#~ msgid "South_Pole" +#~ msgstr "Polo sur" + +#~ msgid "ACT" +#~ msgstr "ACT" + +#~ msgid "LHI" +#~ msgstr "LHI" + +#~ msgid "NSW" +#~ msgstr "NSW" + +#~ msgid "North" +#~ msgstr "Norte" + +#~ msgid "Queensland" +#~ msgstr "Queensland" + +#~ msgid "South" +#~ msgstr "Sur" + +#~ msgid "Tasmania" +#~ msgstr "Tasmania" + +#~ msgid "Victoria" +#~ msgstr "Victoria" + +#~ msgid "West" +#~ msgstr "Oeste" + +#~ msgid "Ashkhabad" +#~ msgstr "Asjabad" + +#~ msgid "Chungking" +#~ msgstr "Chungking" + +#~ msgid "Dacca" +#~ msgstr "Dacca" + +#~ msgid "Macao" +#~ msgstr "Macao" + +#~ msgid "Thimbu" +#~ msgstr "Timbu" + +#~ msgid "Ulan_Bator" +#~ msgstr "Ulan Bator" + +#~ msgid "Faeroe" +#~ msgstr "Feroe" + +#~ 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 "Universal" + +#~ msgid "Zulu" +#~ msgstr "Zulú" --- tzdata-2009f.orig/debian/po/ja.po +++ tzdata-2009f/debian/po/ja.po @@ -0,0 +1,3161 @@ +# 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: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-10-30 14:02+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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "アビジャン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "アクラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "アディスアベバ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "アルジェー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "アスマラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "バマコ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "バンギ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "バンジュル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "ビサウ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "ブランタイア" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "ブラザヴィル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "ブジュンブラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "カイロ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "カサブランカ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "セウタ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "コナクリ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "ダカール" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "ダルエスサラーム" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "ジブチ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "ドゥアーラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "エルアイウン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "フリータウン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "ハボローネ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "ハラレ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "ヨハネスバーグ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "カンパラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "ハルツーム" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "キガリ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "キンシャサ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "ラゴス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "リーブルヴィル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "ロメ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "ルアンダ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "ルブンバシ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "ルサカ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "マラボ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "マプート" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "マセル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "ムババネ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "モガディシュ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "モンロヴィア" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "ナイロビ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "ウンジャメナ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "ニアメ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "ヌアクショット" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "ワガドゥーグ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "ポルトノヴォ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "サオトメ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "ティンブクトゥ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "トリポリ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "チュニス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "あなたの居住地に一致する時間帯を選択してください。" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "エイダック" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "アンカレジ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "アングイラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "アンティグア" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "アラグアイナ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "アルゼンチン/ブエノスアイレス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "アルゼンチン/カタマルカ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "アルゼンチン/コルドバ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "アルゼンチン/フフイ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "アルゼンチン/ラリオハ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "アルゼンチン/メンドサ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "アルゼンチン/リオガエゴス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "アルゼンチン/サルタ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "アルゼンチン/サンファン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "アルゼンチン/サンルイス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "アルゼンチン/トゥクマン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "アルゼンチン/ウシュアイア" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "アルバ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "アスンシオン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "アティコカン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "アトカ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "バイア" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "バルバドス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "ベレン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "ベリーズ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "ブランサブロン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "ボアヴィスタ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "ボゴタ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "ボイシ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "ケンブリッジ湾" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "カンポグランデ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "カンクン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "カラカス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "カイエンヌ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "ケイマン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "シカゴ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "チワワ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "コーラルハーバー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "コスタリカ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "クヤバ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "キュラソー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "デンマークシャウン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "ドーソン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "ドーソン運河" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "デンヴァー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "デトロイト" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "ドミニカ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "エドモントン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "エイルネペ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "エルサルバドル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "エンセナダ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "フォルタレザ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "グラッセ湾" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "ゴッドホープ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "グース湾" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "グランドターク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "グレナダ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "グアドループ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "グアテマラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "グアヤキル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "ガイアナ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "ハリファックス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "ハバナ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "エルモシヨ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "インディアナ/インディアナポリス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "インディアナ/ノックス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "インディアナ/マレンゴ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "インディアナ/ピーターズバーグ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "インディアナ/テルシティ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "インディアナ/ビベー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "インディアナ/ヴィンセンズ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "インディアナ/ウィナマック" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "イヌヴィック" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "イカルイット" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "ジャマイカ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "ジュノー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "ケンタッキー/ルーイヴィル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "ケンタッキー/モンティセロ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "ラパス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "リマ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "ロサンゼルス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "マセイオ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "マナグア" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "マナウス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "マリゴット" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "マルティニク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "マサトラン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "メノミニー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "メリダ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "メキシコシティ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "ミクロン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "マンクトン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "モンテレー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "モンテビデオ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "モントリオール" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "モントセラト" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "ナッソー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "ニューヨーク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "ニピゴン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "ノーム" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "ノロニャ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "北ダコタ/中央" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "北ダコタ/ニューセイラム" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "パナマ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "パンナータング" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "パラマリボ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "フェニックス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "ポルトープランス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "ポートオブスペイン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "ポルトアクレ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "ポルトヴェリエ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "プエルトリコ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "レイニーリバー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "ランキン湾" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "レシフェ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "レジャイナ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "レソリュート" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "リオブランコ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "サンタレン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "サンチアゴ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "セントドミニゴ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "サンパウロ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "スコレスビスン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "シップロック" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "セントバルテルミ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "セントジョーンズ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "セントキッツ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "セントルチア" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "セントトーマス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "セントビンセント" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "スイフトカレント" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "テグシガルパ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "テューレ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "サンダー湾" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "ティフアナ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "トロント" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "トルトラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "バンクーバー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "バージン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "ホワイトホース" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "ウィニペグ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "ヤクーツク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "イエローナイフ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "ケーシー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "デーヴィス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "デュモンデュルヴィル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "モーソン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "マクムード" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "パーマー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "ロデラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "昭和基地" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "ヴォストーク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "アデレード" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "ブリスベーン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "ブロークンヒル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "キャンベラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "カリー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "ダーウィン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "ユークラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "ホーバート" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "リンデマン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "ロードハウ島" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "メルボルン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "パース" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "シドニー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "ロングイールビュアン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "アデン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "アルマトゥイ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "アンマン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "アナディル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "アクタウ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "アクトベ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "アシガバード" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "バグダード" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "バーレーン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "バクー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "バンコク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "ベイルート" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "ビシュケク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "ブルネイ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "チョイバルサン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "重慶" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "コロンボ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "ダマスカス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "ダッカ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "ディリ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "ドバイ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "ドゥシャンベ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "ガザ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "ハルビン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "ホーチミン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "香港" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "ホブド" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "イルクーツク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "イスタンブール" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "ジャカルタ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "ジャヤプラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "エルサレム" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "カブール" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "カムチャッカ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "カラチ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "カシュガル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "カトマンズ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "コルコタ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "クラスノヤルスク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "クアラルンプール" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "クチン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "クウェート" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "マカオ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "マガダン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "マカッサル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "マニラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "マスカット" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "ニコシア" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "ノヴォシビルスク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "オムスク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "ウラル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "ブノンペン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "ポンティアナク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "平壌" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "カタール" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "キジルオルダ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "ラングーン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "リヤド" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "リヤド87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "リヤド88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "リヤド89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "サハリン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "サマルカンド" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "ソウル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "上海" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "シンガポール" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "台北" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "タシケント" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "トビリシ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "テヘラン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "テルアビブ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "ティンプー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "東京" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "ウランバートル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "ウルムチ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "ヴィエンチャン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "ウラジオストック" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "ヤクーツク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "エカテリンブルグ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "エレヴァン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "アゾレス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "バーミューダ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "カナリヤ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "ケープヴェルデ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "フェロー諸島" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "ヤンマイエン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "マデイラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "レイキャヴィク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "サウスジョージア" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "セントヘレナ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "スタンリー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "アムステルダム" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "アンドラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "アセンズ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "ベルファスト" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "ベオグラード" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "ベルリン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "ブラチスラヴァ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "ブリュッセル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "ブカレスト" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "ブダペスト" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "キシニョフ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "コペンハーゲン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "ダブリン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "ジブラルタル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "ガーンジー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "ヘルシンキ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "マン島" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "ジャージー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "カリーニングラード" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "キエフ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "リスボン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "リュブリャーナ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "ロンドン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "ルクセンブルグ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "マドリード" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "マルタ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "マリーハムン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "ミンスク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "モナコ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "モスクワ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "オスロ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "パリ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "ポドゴリツァ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "プラハ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "リガ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "ローマ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "サマーラ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "サンマリノ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "サラエヴォ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "シムフェロポリ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "スコピエ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "ソフィア" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "ストックホルム" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "タリン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "ティラナ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "ティラスポリ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "ウジゴロド" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "ファドーツ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "バチカン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "ヴィエナ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "ヴィリニュス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "ヴォルゴグラード" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "ワルシャワ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "ザグレブ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "ザポロージェ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "チューリヒ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "アンタナナリヴォ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "チャゴス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "クリスマス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "ココス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "コモロ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "ケルゲレン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "マエ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "モルジヴ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "モーリシャス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "マヨット" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "レユニオン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "アピア" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "オークランド" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "チャタム島" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "イースター島" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "エファーテ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "エンダーベリー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "ファカオフォ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "フィジー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "フナフティ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "ガラパゴス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "ガンビア" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "ガダルカナル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "グアム" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "ホノルル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "ジョンストン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "キリティマティ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "コスラエ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "クアジャリン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "マジュロ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "マルケサス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "ミッドウェー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "ナウル" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "ニウエ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "ノーフォーク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "ヌーメア" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "パゴパゴ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "パラオ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "ピトケアン島" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "ポナペ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "ポルトモーズビー" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "ラロトンガ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "サイパン" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "サモア" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "タヒチ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "タラワ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "トンガタプ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "トラック" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "ウェーク" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "ヴァリス" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "ヤップ" --- tzdata-2009f.orig/debian/po/lt.po +++ tzdata-2009f/debian/po/lt.po @@ -0,0 +1,3163 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/lt.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Lithuanian messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# Kęstutis Biliūnas , 2004, 2007, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: debian-installer\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-10-30 01:12+0200\n" +"Last-Translator: Kęstutis Biliūnas \n" +"Language-Team: Lithuanian \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 "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: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 "Arktis" + +#. 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. +#: ../templates:1001 +msgid "Atlantic" +msgstr "Atlanto" + +#. 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 "Indijos regionas" + +#. 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 "Pacific" +msgstr "Ramiojo vandenyno" + +#. 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 "kita" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Geografinė zona:" + +#. 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 "" +"Pasirinkite geografinę zoną kurioje Jūs gyvenate. Paskesnis konfigūravimo " +"klausimas bus susiaurintas, pateikiant miestų, esančių šioje laiko zonoje, " +"sąrašą." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidžanas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Akra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Adis_Abeba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Alžyras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamakas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Bandžulis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bisau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantairas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazavilis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bužumbūra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Kairas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Kasablanka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Konakris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakaras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar_es_Salamas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Džibutis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Duala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "Ajunas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Fritaunas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaboronas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Hararė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johanesburgas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Chartumas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigalis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagosas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Librevilis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lomė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabanė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadišas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovija" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndžamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamėjus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nuakšotas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Uagadugu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto_Novas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "San_Tomė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunisas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Windhoek" +msgstr "Vindhukas" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Time zone:" +msgstr "Lako zona:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. 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:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Pasirinkite laiko zoną, atitinkančią Jūsų vietovę." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adakas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Ankoridžas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Angilija" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigva" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentina/Buenos_Airės" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentina/Katamarka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentina/Kordoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentina/Žužujus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentina/La_Riocha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentina/Mendosa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentina/Rio_Galjegosas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Argentina/Salta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentina/San_Chuanas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentina/San_Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentina/Tukumanas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentina/Ušuaja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asunsjonas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokanas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbadosas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belenas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belizas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blank-Sablonas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa_Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boizis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Kembridž_Bėjus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo_Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Kankunas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Karakasas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Kajenas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Kaimanų_salos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Čikaga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Čiuaua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Koralinis_Harboras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Kosta_Rika" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Karakasas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dausonas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dauson_Krykas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denveris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroitas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominika" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmontonas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "Salvadoras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Gleis_Bėjus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Gūs_Bėjus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Terko_sala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Gvadelupa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Gvatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Gvajakilis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Gviana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifaksas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosiljas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Noksas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburgas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tel_Sitis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevėjus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincenesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Vinmakas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvikas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Ikaluitas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaika" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Džunas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentukis/Luizvilis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentukis/Montičelas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La_Pasas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los_Andželas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Masejo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managva" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manausas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Mauricijus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinika" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Masatlanas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Meksikas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Mikelonas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Monktonas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterėjus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevidėjas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Monrealis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montseratas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nasau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "Niujorkas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigonas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Numea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Šiaurės_Dakota/Centras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Šiaurės_Dakota/Niusalemas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtungas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Finiksas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port_o_Prensas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port_of_Speinas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto_Akrė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto_Veljas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto_Rikas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rein_Riveras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inletas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Resifė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Redžaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Rezoliutas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Riu_Brankas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santaremas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santjago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo_Domingas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "San_Paulas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Skoresbiusūnas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Šiprokas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "Sent_Bartelmis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "Sent_Džonsas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "Sent_Kitsas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Sent_Luisas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "Sent_Tomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "Sent_Vinsentas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Svift_Karentas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegusigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Tulė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Tander_Bėjus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tichuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Torontas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vankuveris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virdžinija" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Vaithorsas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Vinipegas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Kautatas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Jelounaifas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrvilis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mavsonas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "Mak-Mardas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmeris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Seva" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostokas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaidė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbenas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken_Hilas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Kanbera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Keris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darvinas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Jukla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobartas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindemanas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lordo_Houvo_sala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melburnas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Pertas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sidnis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Jankovina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longjyras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Adenas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amanas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyrė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aktau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aktiubinskas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ašchabadas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdadas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahreinas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bankokas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirutas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Biškekas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunėjus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Čoibalsanas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Čongčingas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Kolombas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damaskas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Daka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dilis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubajus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dušanbė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbinas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Hošiminas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Honkongas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Houdas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutskas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Stambulas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Džakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Džapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jeruzalė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabulas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamčatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karačis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kašgaras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnojarskas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpūras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kučingas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuveitas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Makao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadanas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makasaras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Maskatas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nikosija" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirskas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omskas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Uralskas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Pnompenis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianakas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pchenjanas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Kataras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Kyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangūnas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Rijadas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Rijadas87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Rijadas88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Rijadas89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sachalinas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkandas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seulas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Šanchajus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapūras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipėjus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Taškentas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Teheranas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel_Avivas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Timpu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokijas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Udžungpandangas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulanbatoras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumčis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientianas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostokas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Jakutskas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Jakaterinburgas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Jerevanas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azorų_salos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermudai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Kanarai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Žaliasis_Kyšulys" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Farerų_salos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan_Maienas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Maderas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reikjavikas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Pietų_Džordžija" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "Šventos_Elenos_sala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stenlis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdamas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andora" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Atėnai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfastas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgradas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlynas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Briuselis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bukareštas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapeštas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Kišiniovas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Kopenhaga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublinas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltaras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Gernsi_sala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinkis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Meno_sala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Džersi_Sitis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningradas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kijevas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisabona" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Liubliana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Londonas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Liuksemburgas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madridas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamnas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minskas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monakas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Maskva" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Paryžius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Praha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Ryga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San_Marinas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopjė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofija" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stokholmas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Talinas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Užgorodas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaducas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatikanas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgogradas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Varšuva" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagrebas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporožė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Ciūrichas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananaryvas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Čagoso_archipelagas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Velykų_sala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Kokoso_salos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Komoro_salos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Ketgeleno_sala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldyvai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauricijus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayoteas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunionas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apija" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Oklandas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham_salos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Velykų_sala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate_sala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderberis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo_sala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fidžis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafutis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier_salos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Gvadalkanalio_sala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guamas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Džonstono_atolas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kvadželeino_atolas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Madžūras" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Markizo_salos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midvėjaus_salos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niuė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolkas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Nomea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pikterno_salos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponapė" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port_Morsbis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipanas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Taitis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Trukas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Veiko_sala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Valis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Japas" --- tzdata-2009f.orig/debian/po/fr.po +++ tzdata-2009f/debian/po/fr.po @@ -0,0 +1,3169 @@ +# Translation of iodine debconf templates to French +# Copyright (C) 2008 Christian Perrier +# This file is distributed under the same license as the tzdata package. +# +# Several translations merged with translations from debian-installer's tzsetup package +# +# Christian Perrier , 2002-2004. +# Pierre Machard , 2002-2004. +# Denis Barbier , 2002-2004. +# Philippe Batailler , 2002-2004. +# Michel Grentzinger , 2003-2004. +# Christian Perrier , 2005, 2006, 2007, 2008. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-07-28 01:56+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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Alger" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Le Caire" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta et Melilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesbourg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lomé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadiscio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "N'Djamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao-Tomé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Tombouctou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "" +"Veuillez choisir le fuseau horaire correspondant à votre emplacement " +"géographique." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Buenos Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Córdoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "La Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Rio Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Salta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "San Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "San Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "La Barbade" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Îles Caïman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Détroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenade" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "La Havane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaïque" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montréal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakota du Nord/Centre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakota du Nord/New Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port d'Espagne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Porto-Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Saint-Domingue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "Saint Barthélemy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "Saint-Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "Saint-Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Sainte-Lucie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "Saint-Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "Saint-Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thulé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Vierges (îles)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Base Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Base Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Base Dumont-d'Urville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Base Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "Base McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Base Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Base Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Base Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Base Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaïde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Île Lord Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Alma-Ata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashkhabad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahreïn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Bakou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beyrouth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Bruneï" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubaï" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Douchanbé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Hô-Chi-Minh-Ville " + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong-Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkoutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Djakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jérusalem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kaboul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamtchatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Calcutta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoïarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Koweït" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Macasar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manille" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oural" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom enh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Kzyl-Orda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riyad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riyad 87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riyad 88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riyad 89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sakhaline" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarcande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Séoul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shanghaï" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tachkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilissi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Téhéran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel-Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Timphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakoutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Ekaterinenbourg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Erevan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Açores" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermudes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Canaries" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cap-Vert" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madère" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Géorgie du Sud" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "Sainte-Hélène" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Athènes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Bruxelles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bucarest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Copenhague" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernesey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Île de Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisbonne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxembourg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moscou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Prague" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Rome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "Saint-Marin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Oujhorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Vienne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Varsovie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporijia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Tananarive" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas (île)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos (îles)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comores" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Île Maurice" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Réunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "îles Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Île de Pâques" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury (îles Phoenix)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fidji" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Îles Galapagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Îles Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati (îles Line)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Îles Marquises" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "îles Midway" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Nouméa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port-Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa (îles Gilbert)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wake (île)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" --- tzdata-2009f.orig/debian/po/vi.po +++ tzdata-2009f/debian/po/vi.po @@ -0,0 +1,3169 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/vi.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Vietnamese translation for Debian Installer Level 1. +# Copyright © 2008 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# Jean Christophe André +# Vũ Quang Trung +# Trịnh Minh Thành +# Clytie Siddall , 2005-2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata 2008d-1\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-07-16 16:58+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.7b3\n" + +#. Type: select +#. Choices +#. Note to translators: +#. - "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 "Châu Phi" + +#. 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 "Mỹ" + +#. 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 "Nam Cực" + +#. 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 "Úc" + +#. 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 "Bắc Cực" + +#. 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 "Châu Á" + +#. 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 "Atlantic" +msgstr "Đại Tây Dương" + +#. 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 "Châu Âu" + +#. 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 "Ấn Độ Dương" + +#. 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 "Pacific" +msgstr "Thái Bình Dương" + +#. 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 "v.v." + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Vùng địa lý:" + +#. 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 "" +"Hãy chọn vùng địa lý trong đó bạn ở. Các câu hỏi cấu hình sau sẽ tập trung " +"về chỗ bạn, bằng cách cung cấp danh sách thành phố, mỗi điều đại diện múi " +"giờ chứa nó." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis_Ababa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "An-giê-ri" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bi-xau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Cai-rô" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar_es_Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao_Tome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Time zone:" +msgstr "Múi giờ :" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. 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:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Hãy chọn múi giờ đại diện với chỗ bạn." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Ă-gienh-ti-nạ/Buenos_Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Ă-gienh-ti-nạ/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Ă-gienh-ti-nạ/Cordoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Ă-gienh-ti-nạ/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Ă-gienh-ti-nạ/La_Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Ă-gienh-ti-nạ/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Ă-gienh-ti-nạ/Rio_Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Argentina/Salta" +msgstr "Ă-gienh-ti-nạ/San_Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Ă-gienh-ti-nạ/San_Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Ă-gienh-ti-nạ/San_Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Ă-gienh-ti-nạ/Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Ă-gienh-ti-nạ/Ushuala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa_Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo_Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral_Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa_Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell_City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Gia-mê-ca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico_City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New_York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "North_Dakota/Center" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "North_Dakota/New_Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto_Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto_Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio_Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Sao_Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "St_Barthelemy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St_Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide (Nam)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane (Bắc Đông)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill (ở sâu trong)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra (thủ đô)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin (Bắc)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart (Đảo hướng Nam Đông)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman (Các đảo nghỉ Bắc Đông)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord Howe Island (Đảo hướng Đông)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne (Nam Đông)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth (Tây)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney (Đông)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Baghdad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damascus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Hồ_Chí_Minh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riyadh87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riyadh88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riyadh89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Xin-ga-po" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Tai-pei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Tehran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Be-mu-đa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cape_Verde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "South_Georgia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Athens" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Brussels" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bucharest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Copenhagen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Isle_of_Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisbon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxembourg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moscow" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Paris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Prague" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Vienna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham Islands" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Easter Island" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Phi-gi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Quần đảo Marquesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Quần Đảo Midway" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa (Quần đảo trong Thái Bình Dương)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti (Quần đảo Society)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa (Quần đảo Gilbert)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Đảo Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" --- tzdata-2009f.orig/debian/po/ku.po +++ tzdata-2009f/debian/po/ku.po @@ -0,0 +1,3168 @@ +# translation of ku.po to Kurdish +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/ku.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# Kurdish messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# +# Main translator: Rizoyê Xerzî +# Amed Çeko Jiyan , 2008. +# Erdal Ronahi , 2008. +msgid "" +msgstr "" +"Project-Id-Version: ku\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-11-05 00:50+0100\n" +"Last-Translator: Erdal Ronahi \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" +"X-Generator: Lokalize 0.2\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 "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:1001 +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:1001 +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:1001 +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:1001 +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:1001 +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. +#: ../templates:1001 +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:1001 +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:1001 +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. +#: ../templates:1001 +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: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 "Wekî din" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Qada cografîk:" + +#. 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 "" +"Ji kerema xwe re qada cografîk a ku tu lê dijî hilbijêre. Dê di nexşeyekê de " +"lîsteya bajaran derkeve." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abîcan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Akra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis_Ababa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Algiers" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Kahîre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Kazablanka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Konakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar-ul Selam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nayrobî" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao_Tome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Arjantîn/Buenos_Aîres" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Arjantîn/Katamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Arjantîn/Kordoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Arjantîn/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Arjantîn/La_Rîoja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Arjantîn/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Arjantîn/Rîo_Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Arjantîn/Salta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Arjantîn/San_Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Arjantîn/Buenos_Aîres" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Arjantşn/Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Arjantîn/Ûşûîa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa_Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo_Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral_Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa_Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominîk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Hindistan/Îndianapolîs" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Hindistan/Knoks" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Hindistan/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Hindistan/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Hindistan/Tell_City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Hindistan/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indianapolis/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Hindistan/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentakî/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentakî/Montîcello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marîgot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico_City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New_York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakotaya_Bakur/Navend" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakotaya_Bakur/New_Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto_Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto_Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio_Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Sao_Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "St_Barthelemy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St_Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken_Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord_Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bexda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Behreyn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beyrût" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bîşkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Şam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dûşanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Xaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho_Şî_Mîn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Stenbol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Darûselam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabîl" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karaçî" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kaşgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuçîng" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuweyt" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riyad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riyad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riyad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riyad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Semerqand" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seûl" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Şangay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Sîngapûr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Taşkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tiblîs" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Tehran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Êrîvan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azores" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Canary" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cape_Verde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "South_Georgia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Atena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrade" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Brussels" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bucharest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapeşte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Kopengahen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Isle_of_Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiyev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisbon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luksembûrg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moskow" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Parîs" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Prague" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofya" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Viyena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Warsaw" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zurîx" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldives" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fîjî" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" --- tzdata-2009f.orig/debian/po/he.po +++ tzdata-2009f/debian/po/he.po @@ -0,0 +1,3208 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/he.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# translation of he.po to Hebrew +# Hebrew messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# +# +# Lior Kaplan , 2004-2007. +# Amit Dovev , 2007. +msgid "" +msgstr "" +"Project-Id-Version: he\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2007-05-23 19:14+0300\n" +"Last-Translator: Lior Kaplan \n" +"Language-Team: Hebrew \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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "אביג'אן" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "אקרה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "אדיס אבבה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "אלג'יר" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "אסמרה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "במקו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "בנגואי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "בנג'ול" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "ביסאו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "ברזוויל" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "בוג'ומבורה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "קהיר" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "קזבלנקה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "קונאקרי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "דקר" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "דאר א-סלאם" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "דג'יבוטי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "פריטאון" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "גאבורון" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "יוהנסבורג" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "קמפלה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "חרטום" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "קיגאלי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "קינשסה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "לאגוס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "ליברוויל" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "לומה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "לואנדה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "לובומבאשי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "מפוטו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "מסרו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "מבבנה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "מוגדישו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "מונרוביה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "ניירובי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "נג'מנה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "ניאמיי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "פורטו נובו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "סאו טומה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "טימבוקטו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "טריפולי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "תוניס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "בחר בבקשה את אזור הזמן שמתאים למקום שלך:" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Argentina/Buenos_Aires" +msgstr "בואנוס איירס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Argentina/Salta" +msgstr "בואנוס איירס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Argentina/San_Luis" +msgstr "בואנוס איירס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "ארובה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "באהיה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "ברבדוס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "בלם" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "בליז" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "בואה ויסטה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "בוגוטה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "קאמפו קראנדה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "קראקס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "שיקגו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "קויאבה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "דנבר" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "דטרויט" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "אדמונטון" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "אל סלוודור" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "פורטלזה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "נאוק" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "גרנדה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "גוואדלופ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "גואטמלה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "גוויאקיל" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "גיאנה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "הליפקס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "הוואנה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Indiana/Indianapolis" +msgstr "אינדיאנפוליס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Indiana/Knox" +msgstr "הודי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Indiana/Tell_City" +msgstr "הודי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Indiana/Vevay" +msgstr "הודי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Indiana/Vincennes" +msgstr "אינדיאנפוליס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "ג'מייקה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Kentucky/Louisville" +msgstr "לואיוויל" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "לה פאס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "לימה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "לוס אנג'לס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "מסיו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "מנאוס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Marigot" +msgstr "מסיו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "מרידה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "מקסיקו סיטי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "מונקטון" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "מונטרי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "מונטריאול" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "מונטסראט" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "ניו יורק" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "פנמה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "פניקס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "פורט-או-פרנס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "פורטו ולאהו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "פורטו ריקו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "רסיפה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "ריו ברנקו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Santarem" +msgstr "סניאגו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "סניאגו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "סנטו דומינגו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "סאו פאולו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "טורונטו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "ונקובר" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDUrville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "אדלייד" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "בריזביין" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken_Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "קנברה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "דרווין" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "אי הלורד האו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "מלבורן" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "פרת'" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "סידני" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "עדן" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "אלמטי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "עמאן" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "אשגאבט" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "בגדד" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "בחריין" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "באקו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "בנגקוק" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "ביירות" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "בישקק" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "צ'ויבלסאן" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "דמשק" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "דאקה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "דובאי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "עזה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "חרבין" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "הונג קונג" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "חובד" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "אירקוטסק" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "איסטנבול" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "ג'קרטה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "ירושלים" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "קאבול" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "חצי האי קמצ'טקה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "קטמנדו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "קואלה לומפור" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "כווית" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "מנילה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "ניקוסיה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "נובוסיבירסק" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "אומסק" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "פיונגיאנג" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "קאטר" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "סחלין" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "סיאול" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "שנגחאי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "סינגפור" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "טאיפיי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "טשקנט" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "טהרן" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "תל אביב" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "טוקיו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "אולן בטור" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "ולדיווסטוק" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "יקוצק" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "ברמודה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "כף ורדה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "רייקיאוויק" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "אמסטרדם" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "אנדורה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "אתונה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "בלפסט" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "בלגרד" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "ברלין" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "ברטיסלבה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "בריסל" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "בוקרשט" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "בודפשט" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "קופנהגן" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "דבלין" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "גיברלטר" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "הלסינקי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "ג'רזי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "קלינינגרד" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "קייב" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "ליסבון" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "לונדון" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "לוקסמבורג" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "מדריד" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "מלטה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "מינסק" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "מונקו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "מוסקבה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "אוסלו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "פריז" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "פראג" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "ריגה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "רומא" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "סמרה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "סאן מרינו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "סרייבו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "סופיה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "שטוקהולם" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "וותיקן" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "וינה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "ורשה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "זגרב" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "ציריך" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury (Phoenix Islands)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "פיג'י" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "איי גלפאגוס" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier Islands" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "הונולולו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "אטול ג'ונסטון" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "קיריטימטי (Line Islands)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "קוסראה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "איי מרקיז" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "אטול מידוויי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "נאורו" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "פונאפי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "פורט מורסבי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "סמואה" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "טהיטי" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa (איי גילברט)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "טרוק" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "יאפ" + +#~ msgid "Calcutta" +#~ msgstr "קולקטה" + +#~ msgid "Saigon" +#~ msgstr "סייגון" + +#, fuzzy +#~| msgid "Luanda" +#~ msgid "Canada" +#~ msgstr "לואנדה" + +#, fuzzy +#~| msgid "Montreal" +#~ msgid "Central" +#~ msgstr "מונטריאול" + +#, fuzzy +#~| msgid "Easter" +#~ msgid "Eastern" +#~ msgstr "Easter" + +#, fuzzy +#~| msgid "Moncton" +#~ msgid "Mountain" +#~ msgstr "מונקטון" + +#, fuzzy +#~| msgid "Sakhalin" +#~ msgid "Saskatchewan" +#~ msgstr "סחלין" --- tzdata-2009f.orig/debian/po/gl.po +++ tzdata-2009f/debian/po/gl.po @@ -0,0 +1,3190 @@ +# Galician debconf templates for tzdata. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as the tzdata package. +# +# Jacobo Tarrio , 2006, 2007, 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-07-13 18:39+0100\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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Acra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis Abeba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Alxer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "O Cairo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar es Salám" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Duala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El Aaiún" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburgo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadiscio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "São Tomé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Escolla o fuso horario correspondente á súa ubicación." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Arxentina/Buenos Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Arxentina/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Arxentina/Córdoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Arxentina/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Arxentina/La Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Arxentina/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Arxentina/Río Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Argentina/Salta" +msgstr "Arxentina/San Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Arxentina/San Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Arxentina/San Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Arxentina/Tucumán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Arxentina/Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asunción" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogotá" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancún" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Porto Coral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curação" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Gran Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Granada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadalupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Güiana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "A Habana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Xamaica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Mérida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Cidade de México" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "Nova York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "North Dakota/Center" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "North Dakota/New Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panamá" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Porto Príncipe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Porto España" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Porto Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarém" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "San Bartolomé" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St. Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St. Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St. Lucía" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St. Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St. Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Dumont-d'Urville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Camberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Illa de Lord Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Adén" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Atyrau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beirut" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damasco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho Chi Minh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Estambul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Xacarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Xaiapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Xerusalén" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandú" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwait" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangún" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "O Riad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "O Riad 87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "O Riad 88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "O Riad 89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarcanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tiflis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Teherán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokyo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Yakutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Yekaterinburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Illas Azores" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Illas Bermudas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Illas Canarias" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Cabo Verde" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Illas Faroes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Xeorxia do Sul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "Santa Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Atenas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlín" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Bruxelas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bucarest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Copenhague" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublín" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Xibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Illa de Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisboa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Londres" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxemburgo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Mónaco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moscova" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "París" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Praga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Roma" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Saraxevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofía" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Estocolmo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallín" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Cidade do Vaticano" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Viena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgogrado" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Varsovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Illa de Nadal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Illas Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Illas Comores" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Illas Maldivas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauricio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Illa de Reunión" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Illas Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Illa de Pascua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury (Illas Phoenix)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fixi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galápagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Illas Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulú" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Atol de Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati (Illas Line)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Illas Marquesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Illas Midway" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipán" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahití" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa (Illas Gilbert)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Illa de Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" + +#~ msgid "Calcutta" +#~ msgstr "Calcuta" + +#~ msgid "Saigon" +#~ msgstr "Saigón" + +#~ msgid "Canada" +#~ msgstr "Canadá" + +#~ msgid "Central" +#~ msgstr "Central" + +#~ msgid "East-Saskatchewan" +#~ msgstr "Saskatchewan oriental" + +#~ msgid "Eastern" +#~ msgstr "Oriental" + +#~ msgid "Mountain" +#~ msgstr "Montañas" + +#~ msgid "Newfoundland" +#~ msgstr "Terranova" + +#~ msgid "Saskatchewan" +#~ msgstr "Saskatchewan" + +#~ msgid "Yukon" +#~ msgstr "Yukon" --- tzdata-2009f.orig/debian/po/nl.po +++ tzdata-2009f/debian/po/nl.po @@ -0,0 +1,3191 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: tzdata\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-05-18 13:02+0200\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: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 "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 "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:1001 +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:1001 +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. +#: ../templates:1001 +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: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 "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. +#: ../templates:1001 +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:1001 +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:1001 +msgid "Etc" +msgstr "Anders" + +#. Type: select +#. Description +#: ../templates:1002 +msgid "Geographic area:" +msgstr "Geografisch gebied:" + +#. 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 "" +"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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abidjan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Accra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis_Ababa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Algiers" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Bangui" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Cairo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Casablanca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Conakry" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar_es_Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Djibouti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Douala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Khartoum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Ndjamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Niamey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nouakchott" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Ouagadougou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao_Tome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Timboektoe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Tunis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Wat is de tijdzone die met uw lokatie overeenkomt?" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Argentinië/Buenos_Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Argentinië/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Argentinië/Cordoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Argentinië/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Argentinië/LA_Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Argentinië/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Argentinië/Rio_Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Argentina/Salta" +msgstr "Argentinië/San_Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Argentinië/San_Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Argentinië/San_Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Argentinië/Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Argentinië/Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa_Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo_Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Cancun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Caracas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Cayman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Chicago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral_Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa_Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiaba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curaçao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guayaquil" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Havana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knox" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell_Stad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamaica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinique" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico_Stad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New_York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Noord_Dakota/Centrum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Noord_Dakota/Nieuw_Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto_Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto_Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio_Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +#, fuzzy +msgid "Santarem" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "São_Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "Sint-Bartholomeus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St_Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "DumontDurville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken_Hill" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Lord_Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Anadyr" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Bagdad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Bakoe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Bangkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Beiroet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Colombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damascus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho_Chi_Minh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hong_Kong" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Irkutsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istanbul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Jerusalem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kaboel" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Kamchatka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Krasnoyarsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Koeweit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Macau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Magadan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Makassar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Muscat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nicosia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Novosibirsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Omsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oral" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Phnom_Penh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyongyang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Rangoon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riyadh" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riyadh87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riyadh88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riyadh89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Sakhalin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Seoul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shanghai" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Singapore" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taipei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Teheran" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tokio" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Ulaanbaatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Vladivostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Jakoeten" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Jekaterinenburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Azoren" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Canaria" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Kaapverdië" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Reykjavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Zuid_Georgia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Athene" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgrado" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berlijn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Brussel" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Boekarest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Boedapest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Kopenhagen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Eiland van Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Kaliningrad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiev" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lissabon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Ljubljana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Londen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luxemburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monaco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moskou" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Parijs" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgorica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Praag" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Rome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Samara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarajevo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopje" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stockholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vaticaanstad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Wenen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Warschau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zurich" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Comoro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldiven" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mauritius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayotte" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Easter" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Galapagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Marquesas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Midway" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Noumea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" + +#~ msgid "Calcutta" +#~ msgstr "Calcutta" + +#~ msgid "Saigon" +#~ msgstr "Saigon" + +#~ msgid "Canada" +#~ msgstr "Canada" + +#~ msgid "Central" +#~ msgstr "Centrum" + +#~ msgid "East-Saskatchewan" +#~ msgstr "Oost-Saskatchewan" + +#~ msgid "Eastern" +#~ msgstr "Oosters" + +#~ msgid "Mountain" +#~ msgstr "Bergen" + +#~ msgid "Newfoundland" +#~ msgstr "Newfoundland" + +#~ msgid "Saskatchewan" +#~ msgstr "Saskatchewan" + +#~ msgid "Yukon" +#~ msgstr "Yukon" --- tzdata-2009f.orig/debian/po/wo.po +++ tzdata-2009f/debian/po/wo.po @@ -0,0 +1,3162 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/wo.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# translation of wo.po to Wolof +# +# +# Mouhamadou Mamoune Mbacke , 2005, 2006, 2007, 2008. +msgid "" +msgstr "" +"Project-Id-Version: wo\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-11-07 23:43+0100\n" +"Last-Translator: Mouhamadou Mamoune Mbacke \n" +"Language-Team: Wolof \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 "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:1001 +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:1001 +msgid "Antarctica" +msgstr "Antarktik" + +#. 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 "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: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 "Asi" + +#. 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 "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:1001 +msgid "Europe" +msgstr "Óróop" + +#. 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 "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. +#: ../templates:1001 +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: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 "Goxu geograafi:" + +#. 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 "" +"Tannal goxu geograafi bi nga dëkke. Laaj yu komfiguraasioŋ yiy dikk, dina la " +"wan ab list bu ay dëkk, benn bu nekk di teewal ab goxu waxtu yi ñu nekk." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Abijaan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Akra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Addis_Ababa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Aljer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Asmara" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Bamako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Baŋgi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Banjul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Bissau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Blantyre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Brazzaville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Bujumbura" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Keer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Kaasablaŋka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Ceuta et Melilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Konaakiri" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Dakaar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Dar_es_Salaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Jibuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Duwaala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "El_Aaiun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Freetown" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Gaborone" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Harare" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Johannesburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Kampala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Xartuum" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Kigali" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Kinshasa (Sowwu)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Lagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Libreville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Lome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Luanda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Lubumbashi (Peeŋku)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Lusaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Malabo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Maputo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Maseru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Mbabane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Mogadishu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Monrovia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Nairobi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Njamena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Ñaame" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Nuwaksoot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Wagadugu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Porto-Novo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Sao_Tome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Tumbuktu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Tripoli" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Toonus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Time zone:" +msgstr "Goxu waxtu:" + +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. Type: select +#. Description +#. 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:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Tannal goxu waxtu bi dëppóo ak barab bi nga nekk." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Adak" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Anchorage" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Anguilla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Antigua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Araguaina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Arsantiin/Buenos_Aires" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Arsantiin/Catamarca" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Arsantiin/Kordoba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Arsantiin/Jujuy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Arsantiin/La_Rioja" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Arsantiin/Mendoza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Arsantiin/Rio_Gallegos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Arsantiin/Salta" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Arsantiin/San_Juan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Arsantiin/San_Luis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Arsantiin/Tucuman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Arsantiin/Ushuaia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Aruba" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Asuncion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Atikokan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Atka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Bahia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Barbados" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Belém" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Belize" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Blanc-Sablon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Boa Vista" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Bogota" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Boise" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Cambridge_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Campo Grande" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Kankun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Karakas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Cayenne" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Kayman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Cikaago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Chihuahua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Coral_Harbour" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Costa_Rica" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Cuiabá" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Curacao" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Danmarkshavn (côte Est - Nord de Scoresbysund)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Dawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Dawson_Creek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Denver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Detroit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Dominika" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Edmonton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Eirunepe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "El_Salvador" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Ensenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Fortaleza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Glace_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Godthab (cas général)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Goose_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Grand_Turk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Grenada" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Guadeloupe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Guatemala" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Guyaquil (cas général)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Guyana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Halifax" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Habaana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Hermosillo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Indiana/Indianapolis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Indiana/Knoks" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Indiana/Marengo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Indiana/Petersburg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Indiana/Tell_City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Indiana/Vevay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Indiana/Vincennes" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Indiana/Winamac" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Inuvik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Iqaluit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Jamayka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Juneau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Kentucky/Louisville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Kentucky/Monticello" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "La_Paz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Lima" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Los_Angeles" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Maceió" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Managua" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Manaus" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Marigot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Martinik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Mazatlan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Menominee" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Merida" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Mexico_City" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Miquelon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Moncton" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Monterrey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Montevideo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Montreal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Montserrat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Nassau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "New_York" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Nipigon" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Nome" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Noronha (îles de l'Atlantique)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Dakota_Noor/Digg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Dakota_Noor/New_Salem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Panama" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Pangnirtung" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Paramaribo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Phoenix" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Port-au-Prince" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Port_of_Spain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Porto_Acre" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Porto Velho" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Puerto_Rico" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Rainy_River" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Rankin_Inlet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Recife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Regina" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Resolute" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Rio Branco" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Santarem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Santiago (cas général)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Santo_Domingo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "São Paulo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Scoresbysund - Ittoqqortoormiit" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Shiprock" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "St_Barthelemy" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "St_Johns" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "St_Kitts" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "St_Lucia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "St_Thomas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "St_Vincent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Swift_Current" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Tegucigalpa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Thule - Pituffik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Thunder_Bay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Tijuana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Toronto" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Tortola" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Vancouver" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Virgin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Whitehorse" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Winnipeg" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Yakutat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Yellowknife" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Baas Casey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Baas Davis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "BaasDumont-d'Urville" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Baas Mawson" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "Baas McMurdo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Baas Palmer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Baas Rothera" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Baas Syowa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Baas Vostok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Adelaide (Australie du Sud)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Brisbane (Queensland - cas général)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Broken Hill (Nouvelles-Galles du Sud - Yancowinna)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Canberra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Currie" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Darwin (territoire du Nord)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Eucla" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Hobart (Tasmanie)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Lindeman (Queensland - îles Holiday)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "Île Lord Howe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Melbourne (Victoria)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Perth (Australie de l'Ouest)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Sydney (Nouvelles-Galles du Sud - cas général)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Yancowinna" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Longyearbyen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Aden" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Almaty (cas général)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Amman" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Moscou +10 (Mer de Béring)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Aqtau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Aqtobe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ashgabat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Baxdaad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Bahrain" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Baku" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Baŋkok" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Bayruut" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Bishkek" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Brunei" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Choibalsan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Chongqing" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Kolombo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Damasq" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Dhaka" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Dili" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Dubay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Dushanbe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Gaza" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Harbin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Ho_Ci_Min" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Hoŋ_Koŋ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Hovd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Moscou +05 (Lac Baïkal)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Istambul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Jakarta (Java ak Sumatra)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Jayapura (Irian Jaya ak Moluques)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Yerusalem" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Kabul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Moscou +09 (Kamtchatka)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Karachi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Kashgar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Katmandu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Kolkata" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Moscou +04 (Fleuve Ienisseï)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Kuala_Lumpur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Kuching" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Kuwet" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Makaaw" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Moscou +08 (Magadan)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Macasar (Borneo E/S - Célèbes - Bali - Nusa Tengarra - Timor ouest)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Manila" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Masqat" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Nikoosi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Moscou +03 (Novosibirsk)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Moscou +03 (Sibérie de l'Ouest)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Oural (Kazakhstan Sowwu)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Penoom_Pen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Pontianak (Bornéo Sowwu ak diggba)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Pyoŋyaŋ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Qatar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Qyzylorda (Kyzylorda - Kzyl-Orda)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Raŋguun" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Riyaad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Riyaad87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Riyaad88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Riyaad89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Moscou +07 (Île Sakhaline)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Samarkand" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Sewul" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Shaŋhaay" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Siŋgapoor" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Taaypeey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Tashkent" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Tbilisi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Tehraan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Tel_Aviv" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Thimphu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Tookyoo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Ujung_Pandang" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Oulan-Bator (cas général)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Urumqi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Vientiane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Moscou +07 (Fleuve Amour)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Moscou +06 (Fleuve Lena)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Moscou +02 (Oural)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Yerevan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Asoor" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Bermuuda" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Kanari" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Kap_Weer" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Faroe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Jan_Mayen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Madeira" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Rekyaavik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "South_Georgia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "St_Helena" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Stanley" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Amsterdaam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Andorra" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Ateen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Belfast" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Belgraad" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Berliin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Bratislava" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Bruuksel" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Bukarest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Budapest" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Chisinau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Kopenhaagen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Dublin" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Gibraltar" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Guernsey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Helsinki" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Isle_of_Man" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Jersey" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Moscou -01 (Kaliningrad)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Kiyeef" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Lisbonne (cas général)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Liyubliyaana" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "London" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Luksembuur" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Madrid (cas général)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Malt" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Mariehamn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Minsk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Monaako" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Moscou (Russie de l'Ouest)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Oslo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Pari" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Podgoritsa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Praag" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Riga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Room" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Moscou +01 (Mer Caspienne)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "San_Marino" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Sarayeefo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Simferopol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Skopiye" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "Sofia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Stokholm" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Tallinn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Tirane" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Tiraspol" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Uzhgorod" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Vaduz" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Vatican" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Vieen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Vilnius" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Volgograd" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Warsowi" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Zagreb" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Zaporozhye" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Zurik" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Antananarivo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Chagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "Christmas" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "Cocos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Komoor" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Kerguelen" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Mahe" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Maldiif" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Mooris" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Mayot" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Reunion" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Apia" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Auckland (cas général)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "îles Chatham" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Île de Pâques" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Efate" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Enderbury (îles Phoenix)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Fakaofo" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Fiji" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Funafuti" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Îles Galapagos" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "Îles Gambier" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Guadalcanal" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Guam" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Honolulu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Atoll Johnston" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Kiritimati (îles Line)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Kosrae" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Kwajalein" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Majuro" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Îles Marquises" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "îles Midway" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Nauru" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Niue" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Norfolk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Numea" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Pago_Pago" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Palau" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Pitcairn" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Ponape" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Port_Moresby" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Rarotonga" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Saipan" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Samoa" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Tahiti (îles de la Société)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Tarawa (îles Gilbert)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Tongatapu" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Truk" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "île Wake" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Wallis" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Yap" --- tzdata-2009f.orig/debian/po/bg.po +++ tzdata-2009f/debian/po/bg.po @@ -0,0 +1,3166 @@ +# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE +# packages/po/bg.po +# +# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST +# +# translation of bg.po to Bulgarian +# Bulgarian messages for debian-installer. +# Copyright (C) 2003 Software in the Public Interest, Inc. +# This file is distributed under the same license as debian-installer. +# +# Ognyan Kulev , 2004, 2005, 2006. +# Nikola Antonov , 2004. +# Damyan Ivanov , 2006, 2007. +# Damyan Ivanov , 2008. +# Yavor Doganov , 2008. +msgid "" +msgstr "" +"Project-Id-Version: bg\n" +"Report-Msgid-Bugs-To: tzdata@packages.debian.org\n" +"POT-Creation-Date: 2008-10-27 22:33-0400\n" +"PO-Revision-Date: 2008-11-05 16:33+0200\n" +"Last-Translator: Yavor Doganov \n" +"Language-Team: Bulgarian \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. +#: ../templates:1001 +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 "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. +#: ../templates:1001 +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 +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Abidjan" +msgstr "Абиджан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Accra" +msgstr "Акра" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Addis_Ababa" +msgstr "Адис Абеба" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Algiers" +msgstr "Алжир" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Asmara" +msgstr "Асмара" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bamako" +msgstr "Бамако" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bangui" +msgstr "Банги" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Banjul" +msgstr "Банджул" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bissau" +msgstr "Бисау" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Blantyre" +msgstr "Блантир" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Brazzaville" +msgstr "Бразавил" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Bujumbura" +msgstr "Бужумбура" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Cairo" +msgstr "Кайро" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Casablanca" +msgstr "Казабланка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ceuta" +msgstr "Селта" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Conakry" +msgstr "Конакри" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dakar" +msgstr "Дакар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Dar_es_Salaam" +msgstr "Дар ес Салаам" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Djibouti" +msgstr "Джибути" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Douala" +msgstr "Дуала" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "El_Aaiun" +msgstr "Ел Ааюн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Freetown" +msgstr "Фрийтаун" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Gaborone" +msgstr "Габороне" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Harare" +msgstr "Хараре" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Johannesburg" +msgstr "Йоханесбург" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kampala" +msgstr "Кампала" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Khartoum" +msgstr "Хартум" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kigali" +msgstr "Кигали" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Kinshasa" +msgstr "Киншаса" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lagos" +msgstr "Лагос" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Libreville" +msgstr "Либревил" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lome" +msgstr "Ломе" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Luanda" +msgstr "Луанда" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lubumbashi" +msgstr "Любумбаши" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Lusaka" +msgstr "Лусака" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Malabo" +msgstr "Малабо" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maputo" +msgstr "Мапуто" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Maseru" +msgstr "Масеру" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mbabane" +msgstr "Мбабане" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Mogadishu" +msgstr "Могадишу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Monrovia" +msgstr "Монровия" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nairobi" +msgstr "Найроби" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ndjamena" +msgstr "Нджамена" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Niamey" +msgstr "Ниамей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Nouakchott" +msgstr "Нуакшот" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Ouagadougou" +msgstr "Уагадугу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Porto-Novo" +msgstr "Порто-Ново" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Sao_Tome" +msgstr "Сао Томе" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Timbuktu" +msgstr "Тимбукту" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tripoli" +msgstr "Триполи" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:2001 +msgid "Tunis" +msgstr "Тунис" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +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 +#: ../templates:2002 ../templates:3002 ../templates:4002 ../templates:5002 +#: ../templates:6002 ../templates:7002 ../templates:8002 ../templates:9002 +#: ../templates:10002 ../templates:11002 ../templates:12001 ../templates:13001 +msgid "Please select the time zone corresponding to your location." +msgstr "Изберете часовия пояс, в който се намирате." + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Adak" +msgstr "Адак" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anchorage" +msgstr "Анкъридж" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Anguilla" +msgstr "Ангила" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Antigua" +msgstr "Антигуа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Araguaina" +msgstr "Арагуейна" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Buenos_Aires" +msgstr "Аржентина/Буенос Айрес" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Catamarca" +msgstr "Аржентина/Катамарка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Cordoba" +msgstr "Аржентина/Кордоба" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Jujuy" +msgstr "Аржентина/Хухуй" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/La_Rioja" +msgstr "Аржентина/Ла Риоха" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Mendoza" +msgstr "Аржентина/Мендоса" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Rio_Gallegos" +msgstr "Аржентина/Рио Галегос" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Salta" +msgstr "Аржентина/Салта" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Juan" +msgstr "Аржентина/Сан Хуан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/San_Luis" +msgstr "Аржентина/Сан Луис" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Tucuman" +msgstr "Аржентина/Тукуман" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Argentina/Ushuaia" +msgstr "Аржентина/Ушуая" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Aruba" +msgstr "Аруба" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Asuncion" +msgstr "Асунсион" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atikokan" +msgstr "Атикокан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Atka" +msgstr "Атка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bahia" +msgstr "Баия" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Barbados" +msgstr "Барбадос" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belem" +msgstr "Белем" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Belize" +msgstr "Белиз" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Blanc-Sablon" +msgstr "Блан-Саблон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boa_Vista" +msgstr "Боа Виста" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Bogota" +msgstr "Богота" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Boise" +msgstr "Боис" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cambridge_Bay" +msgstr "Кембридж Бей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Campo_Grande" +msgstr "Кампо Гранде" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cancun" +msgstr "Канкун" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Caracas" +msgstr "Каракас" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayenne" +msgstr "Шайен" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cayman" +msgstr "Каймани" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chicago" +msgstr "Чикаго" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Chihuahua" +msgstr "Чихуахуа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Coral_Harbour" +msgstr "Корал Харбър" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Costa_Rica" +msgstr "Коста Рика" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Cuiaba" +msgstr "Куяба" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Curacao" +msgstr "Кюрасао" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Danmarkshavn" +msgstr "Данмарксхафен" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson" +msgstr "Досън" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dawson_Creek" +msgstr "Досън Крийк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Denver" +msgstr "Денвър" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Detroit" +msgstr "Детройт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Dominica" +msgstr "Доминика" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Edmonton" +msgstr "Едмънтън" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Eirunepe" +msgstr "Ейрунепе" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "El_Salvador" +msgstr "Ел Салвадор" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Ensenada" +msgstr "Енсенада" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Fortaleza" +msgstr "Форталеза" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Glace_Bay" +msgstr "Глейс Бей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Godthab" +msgstr "Готаб" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Goose_Bay" +msgstr "Гуус Бей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grand_Turk" +msgstr "Гранд Тюрк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Grenada" +msgstr "Гренада" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guadeloupe" +msgstr "Гваделупа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guatemala" +msgstr "Гватемала" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guayaquil" +msgstr "Гуаякил" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Guyana" +msgstr "Гайана" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Halifax" +msgstr "Халифакс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Havana" +msgstr "Хавана" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Hermosillo" +msgstr "Ермосильо" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Indianapolis" +msgstr "Индиана/Индианаполис" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Knox" +msgstr "Индиана/Нокс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Marengo" +msgstr "Индиана/Маренго" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Petersburg" +msgstr "Индиана/Питърсбърг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Tell_City" +msgstr "Индиана/Тел сити" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vevay" +msgstr "Индиана/Вивей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Vincennes" +msgstr "Индиана/Винсенес" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Indiana/Winamac" +msgstr "Индиана/Уинамак" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Inuvik" +msgstr "Инувик" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Iqaluit" +msgstr "Икалуит" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Jamaica" +msgstr "Ямайка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Juneau" +msgstr "Жуно" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Louisville" +msgstr "Кентъки/Луисвил" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Kentucky/Monticello" +msgstr "Кентъки/Монтичело" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "La_Paz" +msgstr "Ла Пас" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Lima" +msgstr "Лима" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Los_Angeles" +msgstr "Лос Анжелис" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Maceio" +msgstr "Масейо" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Managua" +msgstr "Манагуа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Manaus" +msgstr "Манаус" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Marigot" +msgstr "Маригот" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Martinique" +msgstr "Мартиника" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mazatlan" +msgstr "Масатлан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Menominee" +msgstr "Меномини" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Merida" +msgstr "Мерида" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Mexico_City" +msgstr "Мексико сити" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Miquelon" +msgstr "Микелон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Moncton" +msgstr "Монктън" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Monterrey" +msgstr "Монтерей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montevideo" +msgstr "Монтевидео" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montreal" +msgstr "Монреал" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Montserrat" +msgstr "Монсерат" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nassau" +msgstr "Насау" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "New_York" +msgstr "Ню Йорк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nipigon" +msgstr "Нипигън" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Nome" +msgstr "Ном" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Noronha" +msgstr "Нороня" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/Center" +msgstr "Северна Дакота/Център" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "North_Dakota/New_Salem" +msgstr "Северна Дакота/Ню Сейлем" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Panama" +msgstr "Панама" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Pangnirtung" +msgstr "Пангниртунг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Paramaribo" +msgstr "Парамарибо" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Phoenix" +msgstr "Финикс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port-au-Prince" +msgstr "Порт-о-Пренс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Port_of_Spain" +msgstr "Порт-ъф-Спейн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Acre" +msgstr "Порту Акри" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Porto_Velho" +msgstr "Порту Велю" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Puerto_Rico" +msgstr "Пуерто Рико" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rainy_River" +msgstr "Рейни Ривър" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rankin_Inlet" +msgstr "Ранкин Инлет" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Recife" +msgstr "Ресифи" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Regina" +msgstr "Реджайна" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Resolute" +msgstr "Резолют" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Rio_Branco" +msgstr "Рио Бранко" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santarem" +msgstr "Сантарем" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santiago" +msgstr "Сантяго" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Santo_Domingo" +msgstr "Санто Доминго" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Sao_Paulo" +msgstr "Сао Паоло" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Scoresbysund" +msgstr "Скоресбисунд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Shiprock" +msgstr "Шипрок" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Barthelemy" +msgstr "Св. Вартоломей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Johns" +msgstr "Св. Джон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Kitts" +msgstr "Сейнт Китс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Lucia" +msgstr "Сейнт Лусия" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Thomas" +msgstr "Сейнт Томас" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "St_Vincent" +msgstr "Сейнт Винсент" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Swift_Current" +msgstr "Суифт Кърънт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tegucigalpa" +msgstr "Тегусигалпа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thule" +msgstr "Туле" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Thunder_Bay" +msgstr "Тъндър Бей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tijuana" +msgstr "Тихуана" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Toronto" +msgstr "Торонто" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Tortola" +msgstr "Тортола" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Vancouver" +msgstr "Ванкувър" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Virgin" +msgstr "Вирджински о-ви" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Whitehorse" +msgstr "Уайтхорс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Winnipeg" +msgstr "Уинипег" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yakutat" +msgstr "Якутат" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:3001 +msgid "Yellowknife" +msgstr "Йелоунайф" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Casey" +msgstr "Кейси" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Davis" +msgstr "Дейвис" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "DumontDUrville" +msgstr "Дюмон Дюрвил" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Mawson" +msgstr "Моусън" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "McMurdo" +msgstr "МакМърдо" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Palmer" +msgstr "Палмър" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Rothera" +msgstr "Ротера" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Syowa" +msgstr "Сьова" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:4001 +msgid "Vostok" +msgstr "Восток" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Adelaide" +msgstr "Аделаида" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Brisbane" +msgstr "Бризбейн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Broken_Hill" +msgstr "Броукън Хил" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Canberra" +msgstr "Канбера" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Currie" +msgstr "Кюри" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Darwin" +msgstr "Дарвин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Eucla" +msgstr "Еукла" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Hobart" +msgstr "Хобарт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lindeman" +msgstr "Линдеман" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Lord_Howe" +msgstr "о-в Лорд Хоу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Melbourne" +msgstr "Мелбърн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Perth" +msgstr "Пърт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Sydney" +msgstr "Сидни" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:5001 +msgid "Yancowinna" +msgstr "Янковина" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:6001 +msgid "Longyearbyen" +msgstr "Лонгиърбйен" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aden" +msgstr "Аден" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Almaty" +msgstr "Алмати" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Amman" +msgstr "Аман" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Anadyr" +msgstr "Анадир" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtau" +msgstr "Актау" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Aqtobe" +msgstr "Актобе" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ashgabat" +msgstr "Ашхабад" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baghdad" +msgstr "Багдад" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bahrain" +msgstr "Бахрейн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Baku" +msgstr "Баку" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bangkok" +msgstr "Банкок" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Beirut" +msgstr "Бейрут" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Bishkek" +msgstr "Бишкек" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Brunei" +msgstr "Бруней" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Choibalsan" +msgstr "Чойбалсан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Chongqing" +msgstr "Чонгкинг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Colombo" +msgstr "Коломбо" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Damascus" +msgstr "Дамаск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dhaka" +msgstr "Дака" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dili" +msgstr "Дили" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dubai" +msgstr "Дубай" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Dushanbe" +msgstr "Душанбе" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Gaza" +msgstr "Газа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Harbin" +msgstr "Харбин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ho_Chi_Minh" +msgstr "Хо Ши Мин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hong_Kong" +msgstr "Хонг Конг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Hovd" +msgstr "Ховд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Irkutsk" +msgstr "Иркутск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Istanbul" +msgstr "Истанбул" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jakarta" +msgstr "Джакарта" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jayapura" +msgstr "Джаяпура" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Jerusalem" +msgstr "Йерусалим" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kabul" +msgstr "Кабул" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kamchatka" +msgstr "Камчатка" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Karachi" +msgstr "Карачи" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kashgar" +msgstr "Кашгар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kathmandu" +msgstr "Катманду" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kolkata" +msgstr "Калкута" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Krasnoyarsk" +msgstr "Красноярск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuala_Lumpur" +msgstr "Куала Лумпур" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuching" +msgstr "Кучинг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Kuwait" +msgstr "Кувейт" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Macau" +msgstr "Макао" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Magadan" +msgstr "Магадан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Makassar" +msgstr "Макасар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Manila" +msgstr "Манила" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Muscat" +msgstr "Мускат" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 ../templates:9001 +msgid "Nicosia" +msgstr "Никозия" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Novosibirsk" +msgstr "Новосибирск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Omsk" +msgstr "Омск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Oral" +msgstr "Орал" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Phnom_Penh" +msgstr "Пном Пен" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pontianak" +msgstr "Понтианак" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Pyongyang" +msgstr "Пйонгянг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qatar" +msgstr "Катар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Qyzylorda" +msgstr "Кизилорда" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Rangoon" +msgstr "Рангун" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh" +msgstr "Рияд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh87" +msgstr "Рияд87" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh88" +msgstr "Рияд88" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Riyadh89" +msgstr "Рияд89" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Sakhalin" +msgstr "Сахалин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Samarkand" +msgstr "Самарканд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Seoul" +msgstr "Сеул" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Shanghai" +msgstr "Шанхай" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Singapore" +msgstr "Сингапур" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Taipei" +msgstr "Тайпе" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tashkent" +msgstr "Ташкент" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tbilisi" +msgstr "Тбилиси" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tehran" +msgstr "Техеран" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tel_Aviv" +msgstr "Тел Авив" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Thimphu" +msgstr "Тимбу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Tokyo" +msgstr "Токио" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ujung_Pandang" +msgstr "Уюнг Панданг" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Ulaanbaatar" +msgstr "Улан Батор" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Urumqi" +msgstr "Урумчи" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vientiane" +msgstr "Виентян" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Vladivostok" +msgstr "Владивосток" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yakutsk" +msgstr "Якутск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yekaterinburg" +msgstr "Екатеринбург" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:7001 +msgid "Yerevan" +msgstr "Ереван" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Azores" +msgstr "Азорски о-ви" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Bermuda" +msgstr "Бермуди" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Canary" +msgstr "Канарски о-ви" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Cape_Verde" +msgstr "Кабо Верде" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Faroe" +msgstr "Фарьорски о-ви" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Jan_Mayen" +msgstr "Ян Майен" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Madeira" +msgstr "Мадейра" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Reykjavik" +msgstr "Рейкявик" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "South_Georgia" +msgstr "Южна Джорджия" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "St_Helena" +msgstr "Сейнт Хелена" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:8001 +msgid "Stanley" +msgstr "Стенли" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Amsterdam" +msgstr "Амстердам" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Andorra" +msgstr "Андора" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Athens" +msgstr "Атина" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belfast" +msgstr "Белфаст" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Belgrade" +msgstr "Белград" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Berlin" +msgstr "Берлин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bratislava" +msgstr "Братислава" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Brussels" +msgstr "Брюксел" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Bucharest" +msgstr "Букурещ" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Budapest" +msgstr "Будапеща" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Chisinau" +msgstr "Кишинев" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Copenhagen" +msgstr "Копенхаген" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Dublin" +msgstr "Дъблин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Gibraltar" +msgstr "Гибралтар" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Guernsey" +msgstr "Джърнси" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Helsinki" +msgstr "Хелзинки" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Isle_of_Man" +msgstr "Айл ъф Ман" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Jersey" +msgstr "Джърси" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kaliningrad" +msgstr "Калининград" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Kiev" +msgstr "Киев" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Lisbon" +msgstr "Лисабон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Ljubljana" +msgstr "Любляна" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "London" +msgstr "Лондон" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Luxembourg" +msgstr "Люксембург" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Madrid" +msgstr "Мадрид" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Malta" +msgstr "Малта" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Mariehamn" +msgstr "Мариехамн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Minsk" +msgstr "Минск" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Monaco" +msgstr "Монако" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Moscow" +msgstr "Москва" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Oslo" +msgstr "Осло" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Paris" +msgstr "Париж" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Podgorica" +msgstr "Подгорица" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Prague" +msgstr "Прага" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Riga" +msgstr "Рига" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Rome" +msgstr "Рим" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Samara" +msgstr "Самара" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "San_Marino" +msgstr "Сан Марино" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sarajevo" +msgstr "Сараево" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Simferopol" +msgstr "Симферопол" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Skopje" +msgstr "Скопие" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Sofia" +msgstr "София" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Stockholm" +msgstr "Стокхолм" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tallinn" +msgstr "Талин" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tirane" +msgstr "Тирана" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Tiraspol" +msgstr "Тираспол" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Uzhgorod" +msgstr "Ужгород" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vaduz" +msgstr "Вадуц" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vatican" +msgstr "Ватикана" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vienna" +msgstr "Виена" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Vilnius" +msgstr "Вилнюс" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Volgograd" +msgstr "Волгоград" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Warsaw" +msgstr "Варшава" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zagreb" +msgstr "Загреб" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zaporozhye" +msgstr "Запорожие" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:9001 +msgid "Zurich" +msgstr "Цюрих" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Antananarivo" +msgstr "Антананариво" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Chagos" +msgstr "Чагос" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Christmas" +msgstr "о-в Рождество" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Cocos" +msgstr "о-ви Кокос" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Comoro" +msgstr "Коморски о-ви" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Kerguelen" +msgstr "Кергуелен" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mahe" +msgstr "Махе" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Maldives" +msgstr "Малдивски о-ви" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mauritius" +msgstr "Мавриций" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Mayotte" +msgstr "Майоте" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:10001 +msgid "Reunion" +msgstr "Реюнион" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Apia" +msgstr "Апия" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Auckland" +msgstr "Окланд" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Chatham" +msgstr "о-ви Чатам" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Easter" +msgstr "Великденски остров" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Efate" +msgstr "Ефат" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Enderbury" +msgstr "Ендербъри" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fakaofo" +msgstr "Факаофо" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Fiji" +msgstr "Фиджи" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Funafuti" +msgstr "Фунафути" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Galapagos" +msgstr "Галапагоски о-ви" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Gambier" +msgstr "о-ви Гамбир" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guadalcanal" +msgstr "Гуадалканал" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Guam" +msgstr "Гуам" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Honolulu" +msgstr "Хонолулу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Johnston" +msgstr "Джонстън" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kiritimati" +msgstr "Киритимати" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kosrae" +msgstr "Косрае" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Kwajalein" +msgstr "Куаджалейн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Majuro" +msgstr "Маджуро" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Marquesas" +msgstr "Маркизки о-ви" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Midway" +msgstr "Мидуей" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Nauru" +msgstr "Науру" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Niue" +msgstr "Ниуе" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Norfolk" +msgstr "Норфолк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Noumea" +msgstr "Нумеа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pago_Pago" +msgstr "Паго Паго" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Palau" +msgstr "Палау" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Pitcairn" +msgstr "Питкейрн" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Ponape" +msgstr "Понапе" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Port_Moresby" +msgstr "Порт Морзби" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Rarotonga" +msgstr "Раротонга" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Saipan" +msgstr "Сейпан" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Samoa" +msgstr "Самоа" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tahiti" +msgstr "Таити (Дружествени о-ви)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tarawa" +msgstr "Тарава (Гилбертски о-ви)" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Tongatapu" +msgstr "Тонгатапу" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Truk" +msgstr "Трък" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wake" +msgstr "Уейк" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Wallis" +msgstr "Уелис" + +#. Type: select +#. Choices +#. Translators: do not translate underscores. You can use spaces instead. +#: ../templates:11001 +msgid "Yap" +msgstr "Яп" --- tzdata-2009f.orig/debian/patches/quiltrc +++ tzdata-2009f/debian/patches/quiltrc @@ -0,0 +1,2 @@ +QUILT_PATCHES="../debian/patches" +QUILT_NO_DIFF_TIMESTAMPS=0 --- tzdata-2009f.orig/debian/patches/series +++ tzdata-2009f/debian/patches/series @@ -0,0 +1,2 @@ +systemv.diff -p1 +java.diff -p1 --- tzdata-2009f.orig/debian/patches/systemv.diff +++ tzdata-2009f/debian/patches/systemv.diff @@ -0,0 +1,21 @@ +Create the SystemV links, for compatibility with previous versions. + +--- tzdata.orig/systemv 2006-04-10 11:36:52.455402059 +0200 ++++ tzdata/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 --- tzdata-2009f.orig/debian/patches/java.diff +++ tzdata-2009f/debian/patches/java.diff @@ -0,0 +1,209 @@ +--- tzdata.orig/gmt 1970-01-01 01:00:00.000000000 +0100 ++++ tzdata/gmt 2008-07-31 13:52:42.000000000 +0200 +@@ -0,0 +1,27 @@ ++# ++# Copyright 2000-2005 Sun Microsystems, Inc. All Rights Reserved. ++# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. ++# ++# This code is free software; you can redistribute it and/or modify it ++# under the terms of the GNU General Public License version 2 only, as ++# published by the Free Software Foundation. Sun designates this ++# particular file as subject to the "Classpath" exception as provided ++# by Sun in the LICENSE file that accompanied this code. ++# ++# This code is distributed in the hope that it will be useful, but WITHOUT ++# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ++# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ++# version 2 for more details (a copy is included in the LICENSE file that ++# accompanied this code). ++# ++# You should have received a copy of the GNU General Public License version ++# 2 along with this work; if not, write to the Free Software Foundation, ++# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. ++# ++# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, ++# CA 95054 USA or visit www.sun.com if you need additional information or ++# have any questions. ++# ++ ++# Zone NAME GMTOFF RULES FORMAT [UNTIL] ++Zone GMT 0:00 - GMT +--- tzdata.orig/jdk11_backward 1970-01-01 01:00:00.000000000 +0100 ++++ tzdata/jdk11_backward 2008-07-31 13:52:42.000000000 +0200 +@@ -0,0 +1,80 @@ ++# ++# Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved. ++# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. ++# ++# This code is free software; you can redistribute it and/or modify it ++# under the terms of the GNU General Public License version 2 only, as ++# published by the Free Software Foundation. Sun designates this ++# particular file as subject to the "Classpath" exception as provided ++# by Sun in the LICENSE file that accompanied this code. ++# ++# This code is distributed in the hope that it will be useful, but WITHOUT ++# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ++# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ++# version 2 for more details (a copy is included in the LICENSE file that ++# accompanied this code). ++# ++# You should have received a copy of the GNU General Public License version ++# 2 along with this work; if not, write to the Free Software Foundation, ++# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. ++# ++# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, ++# CA 95054 USA or visit www.sun.com if you need additional information or ++# have any questions. ++# ++# JDK 1.1.x compatible time zone IDs ++# ++ ++Link Australia/Darwin ACT ++Link Australia/Sydney AET ++Link America/Argentina/Buenos_Aires AGT ++Link Africa/Cairo ART ++Link America/Anchorage AST ++Link America/Sao_Paulo BET ++Link Asia/Dhaka BST ++Link Africa/Harare CAT ++Link America/St_Johns CNT ++Link America/Chicago CST ++Link Asia/Shanghai CTT ++Link Africa/Addis_Ababa EAT ++Link Europe/Paris ECT ++Link America/New_York EST ++Link Pacific/Honolulu HST ++Link America/Indianapolis IET ++Link Asia/Calcutta IST ++Link Asia/Tokyo JST ++Link Pacific/Apia MIT ++Link America/Denver MST ++Link Asia/Yerevan NET ++Link Pacific/Auckland NST ++Link Asia/Karachi PLT ++Link America/Phoenix PNT ++Link America/Puerto_Rico PRT ++Link America/Los_Angeles PST ++Link Pacific/Guadalcanal SST ++Link Asia/Saigon VST ++ ++# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S ++Rule SystemV min 1973 - Apr lastSun 2:00 1:00 D ++Rule SystemV min 1973 - Oct lastSun 2:00 0 S ++Rule SystemV 1974 only - Jan 6 2:00 1:00 D ++Rule SystemV 1974 only - Nov lastSun 2:00 0 S ++Rule SystemV 1975 only - Feb 23 2:00 1:00 D ++Rule SystemV 1975 only - Oct lastSun 2:00 0 S ++Rule SystemV 1976 max - Apr lastSun 2:00 1:00 D ++Rule SystemV 1976 max - Oct lastSun 2:00 0 S ++ ++# Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL] ++Zone SystemV/AST4ADT -4:00 SystemV A%sT ++Zone SystemV/EST5EDT -5:00 SystemV E%sT ++Zone SystemV/CST6CDT -6:00 SystemV C%sT ++Zone SystemV/MST7MDT -7:00 SystemV M%sT ++Zone SystemV/PST8PDT -8:00 SystemV P%sT ++Zone SystemV/YST9YDT -9:00 SystemV Y%sT ++Zone SystemV/AST4 -4:00 - AST ++Zone SystemV/EST5 -5:00 - EST ++Zone SystemV/CST6 -6:00 - CST ++Zone SystemV/MST7 -7:00 - MST ++Zone SystemV/PST8 -8:00 - PST ++Zone SystemV/YST9 -9:00 - YST ++Zone SystemV/HST10 -10:00 - HST +--- tzdata.orig/jdk11_full_backward 1970-01-01 01:00:00.000000000 +0100 ++++ tzdata/jdk11_full_backward 2008-07-31 13:52:42.000000000 +0200 +@@ -0,0 +1,93 @@ ++# ++# Copyright 2001-2006 Sun Microsystems, Inc. All Rights Reserved. ++# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. ++# ++# This code is free software; you can redistribute it and/or modify it ++# under the terms of the GNU General Public License version 2 only, as ++# published by the Free Software Foundation. Sun designates this ++# particular file as subject to the "Classpath" exception as provided ++# by Sun in the LICENSE file that accompanied this code. ++# ++# This code is distributed in the hope that it will be useful, but WITHOUT ++# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ++# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ++# version 2 for more details (a copy is included in the LICENSE file that ++# accompanied this code). ++# ++# You should have received a copy of the GNU General Public License version ++# 2 along with this work; if not, write to the Free Software Foundation, ++# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. ++# ++# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, ++# CA 95054 USA or visit www.sun.com if you need additional information or ++# have any questions. ++# ++# JDK 1.1.x compatible time zone IDs ++# ++ ++Link Australia/Darwin ACT ++Link Australia/Sydney AET ++Link America/Argentina/Buenos_Aires AGT ++Link Africa/Cairo ART ++Link America/Anchorage AST ++Link America/Sao_Paulo BET ++Link Asia/Dhaka BST ++Link Africa/Harare CAT ++Link America/St_Johns CNT ++Link America/Chicago CST ++Link Asia/Shanghai CTT ++Link Africa/Addis_Ababa EAT ++Link Europe/Paris ECT ++Link America/New_York EST ++Link Pacific/Honolulu HST ++Link America/Indiana/Indianapolis IET ++Link Asia/Calcutta IST ++Link Asia/Tokyo JST ++Link Pacific/Apia MIT ++Link America/Denver MST ++Link Asia/Yerevan NET ++Link Pacific/Auckland NST ++Link Asia/Karachi PLT ++Link America/Phoenix PNT ++Link America/Puerto_Rico PRT ++Link America/Los_Angeles PST ++Link Pacific/Guadalcanal SST ++Link Asia/Saigon VST ++ ++# The follwong link is required to generate J2SE 1.2.x and 1.3.x ++# compatible zones. In the Olson public source, MET is defined as ++# GMT+1:00 with the C-Eur rules. In J2SE, MET is defined as an alias ++# of Asia/Tehran. This line must be removed if a full set of Olson ++# zones is generated. Otherwise, MET appears twice in the ++# ZoneInfoMappings.IDs table. ++Link Asia/Tehran MET ++ ++# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S ++Rule SystemV min 1973 - Apr lastSun 2:00 1:00 D ++Rule SystemV min 1973 - Oct lastSun 2:00 0 S ++Rule SystemV 1974 only - Jan 6 2:00 1:00 D ++Rule SystemV 1974 only - Nov lastSun 2:00 0 S ++Rule SystemV 1975 only - Feb 23 2:00 1:00 D ++Rule SystemV 1975 only - Oct lastSun 2:00 0 S ++Rule SystemV 1976 max - Apr lastSun 2:00 1:00 D ++Rule SystemV 1976 max - Oct lastSun 2:00 0 S ++ ++# Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL] ++Zone SystemV/AST4ADT -4:00 SystemV A%sT ++Zone SystemV/EST5EDT -5:00 SystemV E%sT ++Zone SystemV/CST6CDT -6:00 SystemV C%sT ++Zone SystemV/MST7MDT -7:00 SystemV M%sT ++Zone SystemV/PST8PDT -8:00 SystemV P%sT ++Zone SystemV/YST9YDT -9:00 SystemV Y%sT ++Zone SystemV/AST4 -4:00 - AST ++Zone SystemV/EST5 -5:00 - EST ++Zone SystemV/CST6 -6:00 - CST ++Zone SystemV/MST7 -7:00 - MST ++Zone SystemV/PST8 -8:00 - PST ++Zone SystemV/YST9 -9:00 - YST ++Zone SystemV/HST10 -10:00 - HST ++ ++# ++# For the UTC change in Mustang ++# ++Link GMT UTC