]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/bsdconfig/usermgmt/include/messages.subr
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / bsdconfig / usermgmt / include / messages.subr
1 # Copyright (c) 2012 Ron McDowell
2 # Copyright (c) 2012-2013 Devin Teske
3 # All rights reserved.
4 #
5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions
7 # are met:
8 # 1. Redistributions of source code must retain the above copyright
9 #    notice, this list of conditions and the following disclaimer.
10 # 2. Redistributions in binary form must reproduce the above copyright
11 #    notice, this list of conditions and the following disclaimer in the
12 #    documentation and/or other materials provided with the distribution.
13 #
14 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 # ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 # SUCH DAMAGE.
25 #
26 # $FreeBSD$
27
28 hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
29 hline_alnum_space_tab_enter="Use alpha-numeric, SPACE, TAB or ENTER"
30 hline_alnum_tab_enter="Use alpha-numeric, TAB or ENTER"
31 hline_arrows_space_tab_enter="Use arrows, SPACE, TAB or ENTER"
32 hline_arrows_tab_enter="Press arrows, TAB or ENTER"
33 hline_num_arrows_tab_enter="Use numbers, arrows, TAB or ENTER"
34 hline_num_tab_enter="Use numbers, TAB or ENTER"
35 msg_account_expires_in_how_many_days="Account expires in how many days?"
36 msg_account_expires_on="Account Expires on"
37 msg_account_does_not_expire="Account does not expire"
38 msg_add="Add"
39 msg_add_group="Add Group"
40 msg_add_login="Add Login"
41 msg_cancel="Cancel"
42 msg_continue="Continue"
43 msg_create_dotfiles="Create Dotfiles"
44 msg_create_home_directory="Create Home Directory"
45 msg_delete="Delete"
46 msg_delete_exit_or_cancel="Choose Delete/Exit when finished or Cancel."
47 msg_delete_group="Delete Group"
48 msg_delete_home_directory="Delete Home Directory"
49 msg_delete_login="Delete Login"
50 msg_delete_primary_group="Delete Primary Group"
51 msg_deleting_home_directory="Deleting home directory..."
52 msg_disable_password_auth_for_account="Disable password authentication for this account?"
53 msg_disable_password_auth_for_group="Disable password authentication for this group?"
54 msg_edit_date_time_with_a_calendar="Edit date/time with a calendar"
55 msg_edit_group="Edit/View Group"
56 msg_edit_login="Edit/View Login"
57 msg_edit_view="Edit/View"
58 msg_enter_group_members_manually="Enter Group Members manually"
59 msg_enter_number_of_days_into_the_future="Enter number of days into the future"
60 msg_enter_value_manually="Edit value manually"
61 msg_error="ERROR!"
62 msg_exit="Exit"
63 msg_full_name="Full Name"
64 msg_group="Group"
65 msg_group_added="Group Added"
66 msg_group_already_used="%s: Group is already used."
67 msg_group_deleted="Group Deleted"
68 msg_group_is_empty="Group is empty."
69 msg_group_id="Group ID"
70 msg_group_id_leave_empty_for_default="Group ID (Leave empty for default)"
71 msg_group_members="Group Members"
72 msg_group_must_start_with_letter="Group must start with a letter."
73 msg_group_not_found="%s: Group not found."
74 msg_group_password="Group Password"
75 msg_group_passwords_do_not_match="Group Passwords do not match."
76 msg_group_updated="Group Updated"
77 msg_home_directory="Home Directory"
78 msg_invalid_number_of_days="Invalid number of days."
79 msg_invalid_number_of_seconds="Invalid number of seconds."
80 msg_login="Login"
81 msg_login_added="Login Added"
82 msg_login_already_used="%s: Login is already used."
83 msg_login_class="Login Class"
84 msg_login_deleted="Login Deleted"
85 msg_login_is_empty="Login is empty."
86 msg_login_management="Login/Group Management"
87 msg_login_must_start_with_letter="Login must start with a letter."
88 msg_login_not_found="Login not found."
89 msg_login_updated="Login Updated"
90 msg_member_of_groups="Member of Groups"
91 msg_n_a="N/A"
92 msg_number_of_seconds_since_epoch="Number of seconds since the Epoch\n(1 = %s)\nNULL or zero to disable:"
93 msg_no="No"
94 msg_ok="OK"
95 msg_password="Password"
96 msg_password_expires_in_how_many_days="Password expires in how many days?"
97 msg_password_expires_on="Password Expires on"
98 msg_passwords_do_not_match="Passwords do not match."
99 msg_password_does_not_expire="Password does not expire"
100 msg_reenter_group_password="Re-enter Group Password"
101 msg_reenter_password="Re-enter Password"
102 msg_save="Save"
103 msg_save_exit_or_cancel="Choose Save/Exit when finished or Cancel."
104 msg_separated_by_commas="Separated by commas"
105 msg_select_group_members_from_list="Select Group Members from a list"
106 msg_select_login_shell="Select Login Shell"
107 msg_shell="Shell"
108 msg_unknown_user_management_menu_selection="Unknown user management menu selection"
109 msg_use_default_values_for_all_account_details="Use default values for all account details?"
110 msg_user="User"
111 msg_user_id="UID"
112 msg_user_id_leave_empty_for_default="UID (Leave empty for default)"
113 msg_warning="WARNING!"
114 msg_yes="Yes"