mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-23 05:54:20 +02:00
Added new error and updated French translation
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
593a775148
commit
d12fa27168
19 changed files with 24 additions and 7 deletions
|
|
@ -854,7 +854,7 @@ fn getAuthErrorMsg(err: anyerror, lang: Lang) []const u8 {
|
|||
error.SetUserGidFailed => lang.err_user_gid,
|
||||
error.SetUserUidFailed => lang.err_user_uid,
|
||||
error.ChangeDirectoryFailed => lang.err_perm_dir,
|
||||
error.TtyControlTransferFailed => "tty control transfer failed",
|
||||
error.TtyControlTransferFailed => lang.err_tty_ctrl,
|
||||
error.SetPathFailed => lang.err_path,
|
||||
error.PamAccountExpired => lang.err_pam_acct_expired,
|
||||
error.PamAuthError => lang.err_pam_auth,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue