|
@@ -20,7 +20,10 @@
|
20
|
20
|
"No Administrator user found. Check $COMPLETION_FILE": "",
|
21
|
21
|
"Username not found": "",
|
22
|
22
|
"Home directory not found": "",
|
23
|
|
- "Change password for": "",
|
|
23
|
+ "Change password": "",
|
|
24
|
+ "New password for user $SELECTED_USERNAME": "",
|
|
25
|
+ "The password should be ${MINIMUM_PASSWORD_LENGTH} or more characters": "",
|
|
26
|
+ "Password for $SELECTED_USERNAME was changed": "",
|
24
|
27
|
"IRC Password": "",
|
25
|
28
|
"Password for all IRC users, or press Enter for no password": "",
|
26
|
29
|
"The IRC password was changed": "",
|
|
@@ -96,6 +99,8 @@
|
96
|
99
|
"Enter the domain name of the server from which you wish to restore": "",
|
97
|
100
|
"Remote server domain name": "",
|
98
|
101
|
"Invalid domain name": "",
|
|
102
|
+ "\\nDo you want to enable other systems to ping this machine?\\n\\nPing may be useful for diagnostic purposes, but for added security you may not want to enable it.": "",
|
|
103
|
+ "Enable Ping / ICMP": "",
|
99
|
104
|
"Logging": "",
|
100
|
105
|
"\\nDo you want to turn logging on?": "",
|
101
|
106
|
"Restore GPG key for user": "",
|
|
@@ -166,6 +171,7 @@
|
166
|
171
|
"Show SIP Phone Extensions": "",
|
167
|
172
|
"Reset Tripwire": "",
|
168
|
173
|
"Logging on/off": "",
|
|
174
|
+ "Ping enable/disable": "",
|
169
|
175
|
"Security Settings": "",
|
170
|
176
|
"Media menu": "",
|
171
|
177
|
"IRC menu": ""
|