xref: /freebsd-src/usr.sbin/bsdconfig/usermgmt/include/messages.subr (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1641a6cfbSDevin Teske# Copyright (c) 2012 Ron McDowell
227c43fe1SDevin Teske# Copyright (c) 2012-2014 Devin Teske
3641a6cfbSDevin Teske# All rights reserved.
4641a6cfbSDevin Teske#
5641a6cfbSDevin Teske# Redistribution and use in source and binary forms, with or without
6641a6cfbSDevin Teske# modification, are permitted provided that the following conditions
7641a6cfbSDevin Teske# are met:
8641a6cfbSDevin Teske# 1. Redistributions of source code must retain the above copyright
9641a6cfbSDevin Teske#    notice, this list of conditions and the following disclaimer.
10641a6cfbSDevin Teske# 2. Redistributions in binary form must reproduce the above copyright
11641a6cfbSDevin Teske#    notice, this list of conditions and the following disclaimer in the
12641a6cfbSDevin Teske#    documentation and/or other materials provided with the distribution.
13641a6cfbSDevin Teske#
14641a6cfbSDevin Teske# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15641a6cfbSDevin Teske# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16641a6cfbSDevin Teske# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17641a6cfbSDevin Teske# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18641a6cfbSDevin Teske# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19641a6cfbSDevin Teske# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20641a6cfbSDevin Teske# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21641a6cfbSDevin Teske# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22641a6cfbSDevin Teske# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23641a6cfbSDevin Teske# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24641a6cfbSDevin Teske# SUCH DAMAGE.
25641a6cfbSDevin Teske#
26641a6cfbSDevin Teske
27641a6cfbSDevin Teskehline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
28d3a0f918SDevin Teskehline_alnum_space_tab_enter="Use alpha-numeric, SPACE, TAB or ENTER"
29641a6cfbSDevin Teskehline_alnum_tab_enter="Use alpha-numeric, TAB or ENTER"
30641a6cfbSDevin Teskehline_arrows_space_tab_enter="Use arrows, SPACE, TAB or ENTER"
31641a6cfbSDevin Teskehline_arrows_tab_enter="Press arrows, TAB or ENTER"
32641a6cfbSDevin Teskehline_num_arrows_tab_enter="Use numbers, arrows, TAB or ENTER"
33641a6cfbSDevin Teskehline_num_tab_enter="Use numbers, TAB or ENTER"
3484dfba8dSDevin Teskemsg_account_does_not_expire="Account does not expire"
35*f589320aSDevin Teskemsg_account_expire_manual_edit="Enter account expiration time. Format is one of:\n\n a) decimal for UNIX time since %s\n b) dd-mmm-yy[yy] for day, month, and 2- or 4-digit year\n c) +n[mhdwoy] for relative time from current date\n\nNOTE: Value of zero disables expiration."
36641a6cfbSDevin Teskemsg_account_expires_on="Account Expires on"
37641a6cfbSDevin Teskemsg_add="Add"
38641a6cfbSDevin Teskemsg_add_group="Add Group"
39641a6cfbSDevin Teskemsg_add_login="Add Login"
40641a6cfbSDevin Teskemsg_cancel="Cancel"
41641a6cfbSDevin Teskemsg_continue="Continue"
42641a6cfbSDevin Teskemsg_create_dotfiles="Create Dotfiles"
43641a6cfbSDevin Teskemsg_create_home_directory="Create Home Directory"
44641a6cfbSDevin Teskemsg_delete="Delete"
45641a6cfbSDevin Teskemsg_delete_exit_or_cancel="Choose Delete/Exit when finished or Cancel."
46641a6cfbSDevin Teskemsg_delete_group="Delete Group"
47641a6cfbSDevin Teskemsg_delete_home_directory="Delete Home Directory"
48641a6cfbSDevin Teskemsg_delete_login="Delete Login"
49641a6cfbSDevin Teskemsg_delete_primary_group="Delete Primary Group"
50641a6cfbSDevin Teskemsg_deleting_home_directory="Deleting home directory..."
51641a6cfbSDevin Teskemsg_disable_password_auth_for_account="Disable password authentication for this account?"
52641a6cfbSDevin Teskemsg_disable_password_auth_for_group="Disable password authentication for this group?"
53641a6cfbSDevin Teskemsg_edit_date_time_with_a_calendar="Edit date/time with a calendar"
54641a6cfbSDevin Teskemsg_edit_group="Edit/View Group"
55641a6cfbSDevin Teskemsg_edit_login="Edit/View Login"
56641a6cfbSDevin Teskemsg_edit_view="Edit/View"
57641a6cfbSDevin Teskemsg_enter_group_members_manually="Enter Group Members manually"
58*f589320aSDevin Teskemsg_enter_groups_manually="Enter Groups manually"
59641a6cfbSDevin Teskemsg_enter_number_of_days_into_the_future="Enter number of days into the future"
60641a6cfbSDevin Teskemsg_enter_value_manually="Edit value manually"
61641a6cfbSDevin Teskemsg_error="ERROR!"
62641a6cfbSDevin Teskemsg_exit="Exit"
63641a6cfbSDevin Teskemsg_full_name="Full Name"
64641a6cfbSDevin Teskemsg_group="Group"
65641a6cfbSDevin Teskemsg_group_added="Group Added"
66641a6cfbSDevin Teskemsg_group_already_used="%s: Group is already used."
67641a6cfbSDevin Teskemsg_group_deleted="Group Deleted"
68641a6cfbSDevin Teskemsg_group_id="Group ID"
69641a6cfbSDevin Teskemsg_group_id_leave_empty_for_default="Group ID (Leave empty for default)"
7084dfba8dSDevin Teskemsg_group_is_empty="Group is empty."
71641a6cfbSDevin Teskemsg_group_members="Group Members"
72641a6cfbSDevin Teskemsg_group_must_start_with_letter="Group must start with a letter."
73641a6cfbSDevin Teskemsg_group_not_found="%s: Group not found."
74641a6cfbSDevin Teskemsg_group_password="Group Password"
75641a6cfbSDevin Teskemsg_group_passwords_do_not_match="Group Passwords do not match."
76641a6cfbSDevin Teskemsg_group_updated="Group Updated"
77*f589320aSDevin Teskemsg_groups="Groups"
78641a6cfbSDevin Teskemsg_home_directory="Home Directory"
79641a6cfbSDevin Teskemsg_login="Login"
80641a6cfbSDevin Teskemsg_login_added="Login Added"
81641a6cfbSDevin Teskemsg_login_already_used="%s: Login is already used."
82641a6cfbSDevin Teskemsg_login_class="Login Class"
83641a6cfbSDevin Teskemsg_login_deleted="Login Deleted"
84641a6cfbSDevin Teskemsg_login_is_empty="Login is empty."
85641a6cfbSDevin Teskemsg_login_management="Login/Group Management"
86641a6cfbSDevin Teskemsg_login_must_start_with_letter="Login must start with a letter."
87*f589320aSDevin Teskemsg_login_not_found="%s: Login not found."
88641a6cfbSDevin Teskemsg_login_updated="Login Updated"
89641a6cfbSDevin Teskemsg_member_of_groups="Member of Groups"
90641a6cfbSDevin Teskemsg_n_a="N/A"
91641a6cfbSDevin Teskemsg_no="No"
9227c43fe1SDevin Teskemsg_no_group_specified="No group specified!"
93*f589320aSDevin Teskemsg_no_user_specified="No user specified!"
9484dfba8dSDevin Teskemsg_number_of_seconds_since_epoch="Number of seconds since the Epoch\n(1 = %s)\nNULL or zero to disable:"
95641a6cfbSDevin Teskemsg_ok="OK"
96641a6cfbSDevin Teskemsg_password="Password"
9784dfba8dSDevin Teskemsg_password_does_not_expire="Password does not expire"
98*f589320aSDevin Teskemsg_password_expire_manual_edit="Enter password expiration time. Format is one of:\n\n a) decimal for UNIX time since %s\n b) dd-mmm-yy[yy] for day, month, and 2- or 4-digit year\n c) +n[mhdwoy] for relative time from current date\n\nNOTE: Value of zero disables expiration."
99641a6cfbSDevin Teskemsg_password_expires_on="Password Expires on"
100641a6cfbSDevin Teskemsg_passwords_do_not_match="Passwords do not match."
10127c43fe1SDevin Teskemsg_please_enter_a_group_name="Please enter a group name!"
102*f589320aSDevin Teskemsg_please_enter_a_user_name="Please enter a user name!"
103641a6cfbSDevin Teskemsg_reenter_group_password="Re-enter Group Password"
104641a6cfbSDevin Teskemsg_reenter_password="Re-enter Password"
105641a6cfbSDevin Teskemsg_save="Save"
106641a6cfbSDevin Teskemsg_save_exit_or_cancel="Choose Save/Exit when finished or Cancel."
107641a6cfbSDevin Teskemsg_select_group_members_from_list="Select Group Members from a list"
108*f589320aSDevin Teskemsg_select_groups_from_list="Select Groups from a list"
109641a6cfbSDevin Teskemsg_select_login_shell="Select Login Shell"
11084dfba8dSDevin Teskemsg_separated_by_commas="Separated by commas"
111641a6cfbSDevin Teskemsg_shell="Shell"
112df750a6cSDevin Teskemsg_unknown_user_management_menu_selection="Unknown user management menu selection"
1139b897ae7SDevin Teskemsg_use_default_values_for_all_account_details="Use default values for all account details?"
114641a6cfbSDevin Teskemsg_user="User"
115641a6cfbSDevin Teskemsg_user_id="UID"
116641a6cfbSDevin Teskemsg_user_id_leave_empty_for_default="UID (Leave empty for default)"
117641a6cfbSDevin Teskemsg_warning="WARNING!"
118641a6cfbSDevin Teskemsg_yes="Yes"
119