Deleted Added
full compact
messages.subr (238438) messages.subr (249751)
1# Copyright (c) 2012 Ron McDowell
1# Copyright (c) 2012 Ron McDowell
2# Copyright (c) 2012 Devin Teske
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

--- 7 unchanged lines hidden (view full) ---

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#
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

--- 7 unchanged lines hidden (view full) ---

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: head/usr.sbin/bsdconfig/usermgmt/include/messages.subr 238438 2012-07-14 03:16:57Z dteske $
26# $FreeBSD: head/usr.sbin/bsdconfig/usermgmt/include/messages.subr 249751 2013-04-22 05:52:06Z dteske $
27
28hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
27
28hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
29hline_alnum_space_tab_enter="Use alpha-numeric, SPACE, TAB or ENTER"
29hline_alnum_tab_enter="Use alpha-numeric, TAB or ENTER"
30hline_arrows_space_tab_enter="Use arrows, SPACE, TAB or ENTER"
31hline_arrows_tab_enter="Press arrows, TAB or ENTER"
32hline_num_arrows_tab_enter="Use numbers, arrows, TAB or ENTER"
33hline_num_tab_enter="Use numbers, TAB or ENTER"
34msg_account_expires_in_how_many_days="Account expires in how many days?"
35msg_account_expires_on="Account Expires on"
36msg_account_does_not_expire="Account does not expire"

--- 75 unchanged lines hidden ---
30hline_alnum_tab_enter="Use alpha-numeric, TAB or ENTER"
31hline_arrows_space_tab_enter="Use arrows, SPACE, TAB or ENTER"
32hline_arrows_tab_enter="Press arrows, TAB or ENTER"
33hline_num_arrows_tab_enter="Use numbers, arrows, TAB or ENTER"
34hline_num_tab_enter="Use numbers, TAB or ENTER"
35msg_account_expires_in_how_many_days="Account expires in how many days?"
36msg_account_expires_on="Account Expires on"
37msg_account_does_not_expire="Account does not expire"

--- 75 unchanged lines hidden ---