1238438Sdteske# Copyright (c) 2012 Devin Teske
2238438Sdteske# All rights reserved.
3238438Sdteske#
4238438Sdteske# Redistribution and use in source and binary forms, with or without
5238438Sdteske# modification, are permitted provided that the following conditions
6238438Sdteske# are met:
7238438Sdteske# 1. Redistributions of source code must retain the above copyright
8238438Sdteske#    notice, this list of conditions and the following disclaimer.
9238438Sdteske# 2. Redistributions in binary form must reproduce the above copyright
10238438Sdteske#    notice, this list of conditions and the following disclaimer in the
11238438Sdteske#    documentation and/or other materials provided with the distribution.
12238438Sdteske#
13238438Sdteske# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14238438Sdteske# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15238438Sdteske# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16238438Sdteske# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17238438Sdteske# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18238438Sdteske# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19238438Sdteske# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20238438Sdteske# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21238438Sdteske# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22238438Sdteske# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23238438Sdteske# SUCH DAMAGE.
24238438Sdteske#
25238438Sdteske# $FreeBSD$
26238438Sdteske
27238438Sdteskecontinent_africa_title="Africa"
28238438Sdteskecontinent_america_title="America -- North and South"
29238438Sdteskecontinent_antarctica_title="Antarctica"
30238438Sdteskecontinent_arctic_title="Arctic Ocean"
31238438Sdteskecontinent_asia_title="Asia"
32238438Sdteskecontinent_atlantic_title="Atlantic Ocean"
33238438Sdteskecontinent_australia_title="Australia"
34238438Sdteskecontinent_europe_title="Europe"
35238438Sdteskecontinent_indian_title="Indian Ocean"
36238438Sdteskecontinent_pacific_title="Pacific Ocean"
37238438Sdteskecontinent_utc_title="UTC"
38238438Sdteskemsg_cancel="Cancel"
39238438Sdteskemsg_cannot_open_for_reading="Cannot open %s for reading. Does it exist?"
40238438Sdteskemsg_confirmation="Confirmation"
41238438Sdteskemsg_conflicting_zone_definition="%s:%d: conflicting zone definition"
42238438Sdteskemsg_copied_timezone_file="Copied timezone file from %s to %s"
43238438Sdteskemsg_copying_file="Copying %s to %s"
44238438Sdteskemsg_country_code_invalid="%s:%d: country code \`%s' invalid"
45238438Sdteskemsg_country_code_multiply_defined="%s:%d: country code \`%s' multiply defined: %s"
46238438Sdteskemsg_country_code_unknown="%s:%d: country code \`%s' unknown"
47238438Sdteskemsg_country_time_zones="%s Time Zones"
48238438Sdteskemsg_country_title="Countries in %s"
49238438Sdteskemsg_created_symlink="Created symbolic link from %s to %s"
50238438Sdteskemsg_creating_symlink="Creating symbolic link %s to %s"
51238438Sdteskemsg_default_zone_provided="Default timezone provided"
52238438Sdteskemsg_done="Done"
53238438Sdteskemsg_error="Error"
54238438Sdteskemsg_error_reading="Error reading %s."
55238438Sdteskemsg_info="Info"
56238438Sdteskemsg_invalid_code="%s:%d: invalid code \`%s'"
57238438Sdteskemsg_invalid_country_code="%s:%d: invalid country code \`%s'"
58238438Sdteskemsg_invalid_format="%s:%d: invalid format"
59238438Sdteskemsg_invalid_region="%s:%d: invalid region \`%s'"
60238438Sdteskemsg_invalid_zone_name="%s:%d: invalid zone name \`%s'"
61238438Sdteskemsg_is_machine_clock_utc="Is the machine's CMOS clock set to UTC? If it is set to local time,\nor you don't know, please choose NO here!"
62238438Sdteskemsg_island_and_group_title="Islands and groups in the %s"
63238438Sdteskemsg_look_reasonable="Does the abbreviation \`%s' look reasonable?"
64238438Sdteskemsg_no="No"
65238438Sdteskemsg_ok="OK"
66238438Sdteskemsg_removed_file="Removed %s"
67238438Sdteskemsg_removing_file="Removing %s"
68238438Sdteskemsg_select_country="Select a country"
69238438Sdteskemsg_select_island_or_group="Select an island or group"
70238438Sdteskemsg_select_local_or_utc="Select local or UTC (Greenwhich Mean Time) clock"
71238438Sdteskemsg_select_region="Select a region"
72238438Sdteskemsg_select_zone="Select a zone which observes the same time as your locality."
73238438Sdteskemsg_time_zone="Time Zone"
74238438Sdteskemsg_unable_to_determine_name_from_db="Unable to determine earlier installed zoneinfo name. Check %s"
75238438Sdteskemsg_use_default_zone="Use the default \`%s' zone?"
76238438Sdteskemsg_yes="Yes"
77238438Sdteskemsg_zone_multiply_defined="%s:%d: zone multiply defined"
78238438Sdteskemsg_zone_must_have_description="%s:%d: zone must have description"
79