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