Deleted Added
full compact
2c2
< # Copyright (c) 2012-2013 Devin Teske
---
> # Copyright (c) 2012-2014 Devin Teske
26c26
< # $FreeBSD: stable/10/usr.sbin/bsdconfig/usermgmt/include/messages.subr 260675 2014-01-15 07:36:34Z dteske $
---
> # $FreeBSD: stable/10/usr.sbin/bsdconfig/usermgmt/include/messages.subr 263980 2014-04-01 00:19:13Z dteske $
36c36
< msg_account_expires_in_how_many_days="Account expires in how many days?"
---
> msg_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."
58a59
> msg_enter_groups_manually="Enter Groups manually"
76a78
> msg_groups="Groups"
78,79d79
< msg_invalid_number_of_days="Invalid number of days."
< msg_invalid_number_of_seconds="Invalid number of seconds."
88c88
< msg_login_not_found="Login not found."
---
> msg_login_not_found="%s: Login not found."
92a93,94
> msg_no_group_specified="No group specified!"
> msg_no_user_specified="No user specified!"
97c99
< msg_password_expires_in_how_many_days="Password expires in how many days?"
---
> msg_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."
99a102,103
> msg_please_enter_a_group_name="Please enter a group name!"
> msg_please_enter_a_user_name="Please enter a user name!"
104a109
> msg_select_groups_from_list="Select Groups from a list"