-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathparpass.lang.en
25 lines (22 loc) · 978 Bytes
/
parpass.lang.en
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
UILANG="English"
label_ID="IDs (uid/gid)"
label_homeDir="Directory"
label_loginShell="Login Shell"
label_realName="Real Name"
label_room="Room"
label_workPhone="Work Fon"
label_phone="Home Phone"
label_comment="Comment"
field_descriptions[1]="Username;Login name of the user;name"
field_descriptions[2]="Password;Placeholder for encrypted password (usually 'x')"
field_descriptions[3]="UID;User ID number"
field_descriptions[4]="GID;Primary group ID number"
field_descriptions[5]="GECOS;User information (full name, contact details)"
field_descriptions[6]="Home directory;Path to user's home directory;directory"
field_descriptions[7]="Login shell;Path to user's default shell;shell"
ERROR="ERROR"
ERR_INCORRECT_FIELD="Incorrect field name or number provided"
INFO_CORRECT_FIELDS="Please use a valid field name or field number!"
AVAILABLE_FIELD_NAMES="Available field names"
AVAILABLE_FIELD_NUMBERS="Available field numbers"
FIELD="Field"