1# Copyright (c) 2012 Devin Teske 2# All rights reserved. 3# 4# Redistribution and use in source and binary forms, with or without 5# modification, are permitted provided that the following conditions 6# are met: 7# 1. Redistributions of source code must retain the above copyright 8# notice, this list of conditions and the following disclaimer. 9# 2. Redistributions in binary form must reproduce the above copyright 10# notice, this list of conditions and the following disclaimer in the 11# documentation and/or other materials provided with the distribution. 12# 13# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 14# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 16# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 17# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23# SUCH DAMAGE. 24# 25# $FreeBSD$ 26 27continent_africa_title="Africa" 28continent_america_title="America -- North and South" 29continent_antarctica_title="Antarctica" 30continent_arctic_title="Arctic Ocean" 31continent_asia_title="Asia" 32continent_atlantic_title="Atlantic Ocean" 33continent_australia_title="Australia" 34continent_europe_title="Europe" 35continent_indian_title="Indian Ocean" 36continent_pacific_title="Pacific Ocean" 37continent_utc_title="UTC" 38msg_cancel="Cancel" 39msg_cannot_open_for_reading="Cannot open %s for reading. Does it exist?" 40msg_confirmation="Confirmation" 41msg_conflicting_zone_definition="%s:%d: conflicting zone definition" 42msg_copied_timezone_file="Copied timezone file from %s to %s" 43msg_copying_file="Copying %s to %s" 44msg_country_code_invalid="%s:%d: country code \`%s' invalid" 45msg_country_code_multiply_defined="%s:%d: country code \`%s' multiply defined: %s" 46msg_country_code_unknown="%s:%d: country code \`%s' unknown" 47msg_country_time_zones="%s Time Zones" 48msg_country_title="Countries in %s" 49msg_created_symlink="Created symbolic link from %s to %s" 50msg_creating_symlink="Creating symbolic link %s to %s" 51msg_default_zone_provided="Default timezone provided" 52msg_done="Done" 53msg_error="Error" 54msg_error_reading="Error reading %s." 55msg_info="Info" 56msg_invalid_code="%s:%d: invalid code \`%s'" 57msg_invalid_country_code="%s:%d: invalid country code \`%s'" 58msg_invalid_format="%s:%d: invalid format" 59msg_invalid_region="%s:%d: invalid region \`%s'" 60msg_invalid_zone_name="%s:%d: invalid zone name \`%s'" 61msg_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!" 62msg_island_and_group_title="Islands and groups in the %s" 63msg_look_reasonable="Does the abbreviation \`%s' look reasonable?" 64msg_no="No" 65msg_ok="OK" 66msg_removed_file="Removed %s" 67msg_removing_file="Removing %s" 68msg_select_country="Select a country" 69msg_select_island_or_group="Select an island or group" 70msg_select_local_or_utc="Select local or UTC (Greenwhich Mean Time) clock" 71msg_select_region="Select a region" 72msg_select_zone="Select a zone which observes the same time as your locality." 73msg_time_zone="Time Zone" 74msg_unable_to_determine_name_from_db="Unable to determine earlier installed zoneinfo name. Check %s" 75msg_use_default_zone="Use the default \`%s' zone?" 76msg_yes="Yes" 77msg_zone_multiply_defined="%s:%d: zone multiply defined" 78msg_zone_must_have_description="%s:%d: zone must have description" 79