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 26continent_africa_title="Africa" 27continent_america_title="America -- North and South" 28continent_antarctica_title="Antarctica" 29continent_arctic_title="Arctic Ocean" 30continent_asia_title="Asia" 31continent_atlantic_title="Atlantic Ocean" 32continent_australia_title="Australia" 33continent_europe_title="Europe" 34continent_indian_title="Indian Ocean" 35continent_pacific_title="Pacific Ocean" 36continent_utc_title="UTC" 37msg_cancel="Cancel" 38msg_cannot_open_for_reading="Cannot open %s for reading. Does it exist?" 39msg_confirmation="Confirmation" 40msg_conflicting_zone_definition="%s:%d: conflicting zone definition" 41msg_copied_timezone_file="Copied timezone file from %s to %s" 42msg_copying_file="Copying %s to %s" 43msg_country_code_invalid="%s:%d: country code \`%s' invalid" 44msg_country_code_multiply_defined="%s:%d: country code \`%s' multiply defined: %s" 45msg_country_code_unknown="%s:%d: country code \`%s' unknown" 46msg_country_time_zones="%s Time Zones" 47msg_country_title="Countries in %s" 48msg_created_symlink="Created symbolic link from %s to %s" 49msg_creating_symlink="Creating symbolic link %s to %s" 50msg_default_zone_provided="Default timezone provided" 51msg_done="Done" 52msg_error="Error" 53msg_error_reading="Error reading %s." 54msg_info="Info" 55msg_invalid_code="%s:%d: invalid code \`%s'" 56msg_invalid_country_code="%s:%d: invalid country code \`%s'" 57msg_invalid_format="%s:%d: invalid format" 58msg_invalid_region="%s:%d: invalid region \`%s'" 59msg_invalid_zone_name="%s:%d: invalid zone name \`%s'" 60msg_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!" 61msg_island_and_group_title="Islands and groups in the %s" 62msg_look_reasonable="Does the abbreviation \`%s' look reasonable?" 63msg_no="No" 64msg_ok="OK" 65msg_removed_file="Removed %s" 66msg_removing_file="Removing %s" 67msg_select_country="Select a country" 68msg_select_island_or_group="Select an island or group" 69msg_select_local_or_utc="Select local or UTC (Greenwhich Mean Time) clock" 70msg_select_region="Select a region" 71msg_select_zone="Select a zone which observes the same time as your locality." 72msg_time_zone="Time Zone" 73msg_unable_to_determine_name_from_db="Unable to determine earlier installed zoneinfo name. Check %s" 74msg_use_default_zone="Use the default \`%s' zone?" 75msg_yes="Yes" 76msg_zone_multiply_defined="%s:%d: zone multiply defined" 77msg_zone_must_have_description="%s:%d: zone must have description" 78