messages.subr (e477abf734cc777a55286bfbd6b80a6760c96acf) | messages.subr (d3a0f9181641cfebdceac242e7a496001c67c28e) |
---|---|
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 --- 10 unchanged lines hidden (view full) --- 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 28hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER" | 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 --- 10 unchanged lines hidden (view full) --- 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 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 --- |