Skip to content
Snippets Groups Projects
Commit 9f258754 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add parameter to DeletedUser string (deletion or last activity date)

parent 7e0ffb06
No related branches found
No related tags found
No related merge requests found
Pipeline #7927 failed
......@@ -508,7 +508,7 @@
"UNUSED416" 416 Unused416
"UNUSED417" 417 Unused417
"\7\r\nNo user data defined.\r\n" 418 NoUserData
"\1r\1h\xAE\xAE\xAE \1iDELETED\1n\1r\1h \xAF\xAF\xAF\r\n" 419 DeletedUser
"\1r\1h\xAE\xAE\xAE \1iDELETED\1n\1r\1h since %s \xAF\xAF\xAF\r\n" 419 DeletedUser
"\1b\1h\xAE\xAE\xAE \1iINACTIVE\1n\1b\1h \xAF\xAF\xAF\r\n" 420 InactiveUser
"\1n\1cAlias : \1h%-30.30s \1n\1cPass \1h%s\1n\1c: "\ 421 UeditAliasPassword
"\1h%s\r\n"
......@@ -1116,4 +1116,4 @@
"@Deleted@ %d %s" 929 DeletedNumberItems
"E-Mail" 930 E_Mail
"E-Mails" 931 E_Mails
"Sorry, DOS programs are not supported on this node.\r\n" 932 NoDOS
\ No newline at end of file
"Sorry, DOS programs are not supported on this node.\r\n" 932 NoDOS
......@@ -695,7 +695,8 @@ const char * const text_defaults[TOTAL_TEXT]={
,"\x55\x4e\x55\x53\x45\x44\x34\x31\x36" // 416 Unused416
,"\x55\x4e\x55\x53\x45\x44\x34\x31\x37" // 417 Unused417
,"\x07\x0d\x0a\x4e\x6f\x20\x75\x73\x65\x72\x20\x64\x61\x74\x61\x20\x64\x65\x66\x69\x6e\x65\x64\x2e\x0d\x0a" // 418 NoUserData
,"\x01\x72\x01\x68\xae\xae\xae\x20\x01\x69\x44\x45\x4c\x45\x54\x45\x44\x01\x6e\x01\x72\x01\x68\x20\xaf\xaf\xaf\x0d\x0a" // 419 DeletedUser
,"\x01\x72\x01\x68\xae\xae\xae\x20\x01\x69\x44\x45\x4c\x45\x54\x45\x44\x01\x6e\x01\x72\x01\x68\x20\x73\x69\x6e\x63\x65\x20\x25\x73"
"\x20\xaf\xaf\xaf\x0d\x0a" // 419 DeletedUser
,"\x01\x62\x01\x68\xae\xae\xae\x20\x01\x69\x49\x4e\x41\x43\x54\x49\x56\x45\x01\x6e\x01\x62\x01\x68\x20\xaf\xaf\xaf\x0d\x0a" // 420 InactiveUser
,"\x01\x6e\x01\x63\x41\x6c\x69\x61\x73\x20\x20\x20\x20\x20\x3a\x20\x01\x68\x25\x2d\x33\x30\x2e\x33\x30\x73\x20\x20\x01\x6e\x01\x63"
"\x50\x61\x73\x73\x20\x01\x68\x25\x73\x01\x6e\x01\x63\x3a\x20\x01\x68\x25\x73\x0d\x0a" // 421 UeditAliasPassword
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment