1 |
--- smeserver-remoteuseraccess-1.2/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/remoteuseraccess.pootle 2006-11-10 03:19:44.000000000 +1100 |
2 |
+++ smeserver-remoteuseraccess-1.2/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/remoteuseraccess 2008-02-25 19:47:56.000000000 +1100 |
3 |
@@ -1,57 +1,40 @@ |
4 |
<lexicon lang="en-us"> |
5 |
- |
6 |
<entry> |
7 |
- <base>Security</base> |
8 |
- <trans>Security</trans> |
9 |
+ <base>User Remote Access</base> |
10 |
+ <trans>User Remote Access</trans> |
11 |
</entry> |
12 |
<entry> |
13 |
- <base>User Remote Access</base> |
14 |
- <trans>User Remote Access</trans> |
15 |
+ <base>SSH keys</base> |
16 |
+ <trans>SSH keys</trans> |
17 |
</entry> |
18 |
<entry> |
19 |
- <base>Your Settings</base> |
20 |
- <trans>Your Settings</trans> |
21 |
- </entry> |
22 |
- <entry> |
23 |
- <base>SSH keys</base> |
24 |
- <trans>SSH keys</trans> |
25 |
- </entry> |
26 |
- |
27 |
- <entry> |
28 |
<base>FORM_TITLE</base> |
29 |
<trans>Change user remote access settings</trans> |
30 |
</entry> |
31 |
- |
32 |
<entry> |
33 |
<base>CURRENT_LIST_OF_USERS</base> |
34 |
<trans>Current list of users</trans> |
35 |
</entry> |
36 |
- |
37 |
<entry> |
38 |
<base>LABEL_USER</base> |
39 |
<trans>Account</trans> |
40 |
</entry> |
41 |
- |
42 |
<entry> |
43 |
<base>LABEL_FULLNAME</base> |
44 |
<trans>User Name</trans> |
45 |
</entry> |
46 |
- |
47 |
<entry> |
48 |
<base>SHELL_ACCESS</base> |
49 |
<trans>Shell</trans> |
50 |
</entry> |
51 |
- |
52 |
<entry> |
53 |
<base>SUDO</base> |
54 |
<trans>Sudo</trans> |
55 |
</entry> |
56 |
- |
57 |
<entry> |
58 |
<base>SSH_KEYS</base> |
59 |
<trans>SSH Keys</trans> |
60 |
</entry> |
61 |
- |
62 |
<entry> |
63 |
<base>CHROOT_PATH</base> |
64 |
<trans>Chroot Path</trans> |
65 |
@@ -64,68 +47,41 @@ |
66 |
<base>CHROOT_PATH_NON_EXISTANT</base> |
67 |
<trans>Chroot Path does not exist</trans> |
68 |
</entry> |
69 |
- |
70 |
<entry> |
71 |
<base>SELECT_CHROOT_PATH</base> |
72 |
<trans>Select Chroot Path</trans> |
73 |
</entry> |
74 |
- |
75 |
<entry> |
76 |
<base>VPN_ACCESS</base> |
77 |
<trans>RSSH + VPN Access</trans> |
78 |
</entry> |
79 |
- |
80 |
<entry> |
81 |
<base>SHELL_ACCESS</base> |
82 |
<trans>Shell Access</trans> |
83 |
</entry> |
84 |
- |
85 |
<entry> |
86 |
<base>SUDOER_ACCESS</base> |
87 |
<trans>Sudo Access</trans> |
88 |
</entry> |
89 |
- |
90 |
- <entry> |
91 |
- <base>MODIFY</base> |
92 |
- <trans>Modify</trans> |
93 |
- </entry> |
94 |
- |
95 |
- <entry> |
96 |
- <base>NO_ACCOUNTS</base> |
97 |
- <trans>There are no user accounts in the system.</trans> |
98 |
- </entry> |
99 |
- |
100 |
- <entry> |
101 |
- <base>YES</base> |
102 |
- <trans>Yes</trans> |
103 |
- </entry> |
104 |
- |
105 |
<entry> |
106 |
- <base>NO</base> |
107 |
- <trans>No</trans> |
108 |
+ <base>NO_ACCOUNTS</base> |
109 |
+ <trans>There are no user accounts in the system.</trans> |
110 |
</entry> |
111 |
- |
112 |
- <entry> |
113 |
- <base>SAVE</base> |
114 |
- <trans>Save</trans> |
115 |
- </entry> |
116 |
- |
117 |
<entry> |
118 |
<base>SUCCESS</base> |
119 |
<trans>Success</trans> |
120 |
</entry> |
121 |
- |
122 |
<entry> |
123 |
<base>MODIFY_DESCRIPTION</base> |
124 |
<trans> <![CDATA[ |
125 |
<p> |
126 |
- Enabling bash shell access for a user account poses a security risk. |
127 |
+ Enabling bash shell access for a user account poses a security risk. |
128 |
Only use this option if you know what you are doing. A safer option is to allow |
129 |
rssh access (sftp, ssh & rsync). |
130 |
- </p> |
131 |
+ </p> |
132 |
<p> |
133 |
- Sudo access allows users to execute commands with the permissions |
134 |
- of the root account without knowing the root password. This is more desirable |
135 |
+ Sudo access allows users to execute commands with the permissions |
136 |
+ of the root account without knowing the root password. This is more desirable |
137 |
than passing around the root password. Setting Sudo to yes also sets the shell to bash |
138 |
</p> |
139 |
<p> |
140 |
@@ -143,25 +99,17 @@ |
141 |
To delete all keys type "deletekeys". |
142 |
</p> |
143 |
]]> |
144 |
- </trans> |
145 |
+ </trans> |
146 |
</entry> |
147 |
- |
148 |
<entry> |
149 |
<base>SSHKEYS_DESCRIPTION</base> |
150 |
- <trans> <![CDATA[ |
151 |
- <p> |
152 |
- Enter the public SSH Keys to allow ssh access without passwords, |
153 |
+ <trans> Enter the public SSH Keys to allow ssh access without passwords, |
154 |
keys should be pasted as a single line, |
155 |
but they will wrap onto three or more lines in the display. |
156 |
- To delete all keys type "deletekeys". |
157 |
- </p> |
158 |
- ]]> |
159 |
- </trans> |
160 |
+ To delete all keys type "deletekeys". </trans> |
161 |
</entry> |
162 |
- |
163 |
<entry> |
164 |
<base>INVALID_USER</base> |
165 |
<trans>Invalid user</trans> |
166 |
</entry> |
167 |
- |
168 |
</lexicon> |