1 |
--- smeserver-shared-folders-0.1/root/etc/e-smith/locale/he/etc/e-smith/web/functions/shares 1969-12-31 17:00:00.000000000 -0700 |
2 |
+++ smeserver-shared-folders-0.1.update/root/etc/e-smith/locale/he/etc/e-smith/web/functions/shares 2010-07-05 00:34:07.000000000 -0600 |
3 |
@@ -0,0 +1,264 @@ |
4 |
+<lexicon lang="he" params="getExtraParams()"> |
5 |
+ <entry> |
6 |
+ <base>Shared Folders</base> |
7 |
+ <trans>Shared Folders</trans> |
8 |
+ </entry> |
9 |
+ <entry> |
10 |
+ <base>FORM_TITLE</base> |
11 |
+ <trans>Create, modify, or remove shared folders</trans> |
12 |
+ </entry> |
13 |
+ <entry> |
14 |
+ <base>FIRSTPAGE_DESC</base> |
15 |
+ <trans>You can remove any shared folder by clicking on the corresponding command next to the shared folder.</trans> |
16 |
+ </entry> |
17 |
+ <entry> |
18 |
+ <base>ADD_TITLE</base> |
19 |
+ <trans>Create or modify a shared folder</trans> |
20 |
+ </entry> |
21 |
+ <entry> |
22 |
+ <base>NAME_FIELD_DESC</base> |
23 |
+ <trans>The share name should contain only lower-case letters, numbers, periods, hyphens and underscores, and should start with a lower-case letter. For example "johnson", "intra", and "cust3.prj12" are all valid names, but "3associates", "John Smith" and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans> |
24 |
+ </entry> |
25 |
+ <entry> |
26 |
+ <base>NAME_LABEL</base> |
27 |
+ <trans>Shared folder name</trans> |
28 |
+ </entry> |
29 |
+ <entry> |
30 |
+ <base>REMOVE_TITLE</base> |
31 |
+ <trans>Remove shared folder</trans> |
32 |
+ </entry> |
33 |
+ <entry> |
34 |
+ <base>REMOVE_DESC</base> |
35 |
+ <trans><![CDATA[ <p> You are about to remove the following shared folder </p> <p> All files belonging to this shared folder will be deleted. </p> <p> Are you sure you wish to remove it ? </p> ]]></trans> |
36 |
+ </entry> |
37 |
+ <entry> |
38 |
+ <base>ERROR_WHILE_CREATING_SHARE</base> |
39 |
+ <trans>An error occurred while creating the shared folder.</trans> |
40 |
+ </entry> |
41 |
+ <entry> |
42 |
+ <base>SUCCESSFULLY_CREATED_SHARE</base> |
43 |
+ <trans>Successfully created shared folder.</trans> |
44 |
+ </entry> |
45 |
+ <entry> |
46 |
+ <base>NO_SHARES</base> |
47 |
+ <trans>There are no shared folders currently configured.</trans> |
48 |
+ </entry> |
49 |
+ <entry> |
50 |
+ <base>CANT_FIND_SHARE</base> |
51 |
+ <trans>Can't find account for {$name} (does it exist?)</trans> |
52 |
+ </entry> |
53 |
+ <entry> |
54 |
+ <base>CANT_CREATE_SHARE</base> |
55 |
+ <trans>Can't create new account for {$name} (does it already exist?)</trans> |
56 |
+ </entry> |
57 |
+ <entry> |
58 |
+ <base>ERROR_WHILE_MODIFYING_SHARE</base> |
59 |
+ <trans>An error occurred while modifying the shared folder.</trans> |
60 |
+ </entry> |
61 |
+ <entry> |
62 |
+ <base>SUCCESSFULLY_MODIFIED_SHARE</base> |
63 |
+ <trans>Successfully modified shared folder.</trans> |
64 |
+ </entry> |
65 |
+ <entry> |
66 |
+ <base>SUCCESSFULLY_DELETED_SHARE</base> |
67 |
+ <trans>Successfully deleted shared folder.</trans> |
68 |
+ </entry> |
69 |
+ <entry> |
70 |
+ <base>ERROR_WHILE_DELETING_SHARE</base> |
71 |
+ <trans>An error occurred while deleting the share.</trans> |
72 |
+ </entry> |
73 |
+ <entry> |
74 |
+ <base>Shares</base> |
75 |
+ <trans>Shares</trans> |
76 |
+ </entry> |
77 |
+ <entry> |
78 |
+ <base>INVALID_SHARE_DESCRIPTION</base> |
79 |
+ <trans>Error: unexpected or missing characters in share description</trans> |
80 |
+ </entry> |
81 |
+ <entry> |
82 |
+ <base>ACCT_NAME_HAS_INVALID_CHARS</base> |
83 |
+ <trans>The shared folder name "{$acctName}" contains invalid characters. Shared folder names must start with a lower case letter and contain only lower case letters, numbers, and hyphens.</trans> |
84 |
+ </entry> |
85 |
+ <entry> |
86 |
+ <base>MAX_SHARE_NAME_LENGTH_ERROR</base> |
87 |
+ <trans>The shared folder name "{$acctName}" is too long. The maximum is {$maxShareNameLength} characters.</trans> |
88 |
+ </entry> |
89 |
+ <entry> |
90 |
+ <base>ACCT_CLASHES_WITH_PSEUDONYM</base> |
91 |
+ <trans><![CDATA[ The account "{$acctName}" clashes with pseudonym details for {$acctType} account "{$acct}". <p>{$acctName} is a pseudonym for {$acct}.</p> ]]></trans> |
92 |
+ </entry> |
93 |
+ <entry> |
94 |
+ <base>ACCOUNT_EXISTS</base> |
95 |
+ <trans>The account "{$acctName}" is an existing {$acctType} account.</trans> |
96 |
+ </entry> |
97 |
+ |
98 |
+ <entry> |
99 |
+ <base>LABEL_ADD_SHARE_BUTTON</base> |
100 |
+ <trans>Create a new shared folder</trans> |
101 |
+ </entry> |
102 |
+ |
103 |
+ <entry> |
104 |
+ <base>DESC_PERMISSIONS</base> |
105 |
+ <trans>You can use this matrix to define groups access permissions.</trans> |
106 |
+ </entry> |
107 |
+ |
108 |
+ <entry> |
109 |
+ <base>DESC_SMB_SETTINGS</base> |
110 |
+ <trans>The following settings control the access of this shared folder from the local network, using the SMB/CIFS protocole.</trans> |
111 |
+ </entry> |
112 |
+ |
113 |
+ <entry> |
114 |
+ <base>LABEL_SMB_ACCESS</base> |
115 |
+ <trans>SMB Access</trans> |
116 |
+ </entry> |
117 |
+ |
118 |
+ <entry> |
119 |
+ <base>LABEL_RECYCLEBIN</base> |
120 |
+ <trans>Recycle bin</trans> |
121 |
+ </entry> |
122 |
+ |
123 |
+ <entry> |
124 |
+ <base>DESC_HTTP_SETTINGS</base> |
125 |
+ <trans>The following settings control the access of this shared folder using the HTTP/HTTPS protocole.</trans> |
126 |
+ </entry> |
127 |
+ |
128 |
+ <entry> |
129 |
+ <base>LABEL_HTTP_ACCESS</base> |
130 |
+ <trans>Web Access</trans> |
131 |
+ </entry> |
132 |
+ |
133 |
+ <entry> |
134 |
+ <base>LABEL_REQUIRE_SSL</base> |
135 |
+ <trans>Force secure connections</trans> |
136 |
+ </entry> |
137 |
+ |
138 |
+ <entry> |
139 |
+ <base>LABEL_INDEXES</base> |
140 |
+ <trans>Indexes</trans> |
141 |
+ </entry> |
142 |
+ |
143 |
+ <entry> |
144 |
+ <base>LABEL_DYNAMIC_CONTENT</base> |
145 |
+ <trans>Dynamic content execution (PHP, CGI, SSI)</trans> |
146 |
+ </entry> |
147 |
+ |
148 |
+ <entry> |
149 |
+ <base>NONE</base> |
150 |
+ <trans>No access</trans> |
151 |
+ </entry> |
152 |
+ |
153 |
+ <entry> |
154 |
+ <base>LOCAL_NETWORK_NO_PASSWORD</base> |
155 |
+ <trans>Local network (no password required)</trans> |
156 |
+ </entry> |
157 |
+ |
158 |
+ <entry> |
159 |
+ <base>LOCAL_NETWORK_PASSWORD</base> |
160 |
+ <trans>Local network (password required)</trans> |
161 |
+ </entry> |
162 |
+ |
163 |
+ <entry> |
164 |
+ <base>ENTIRE_INTERNET_NO_PASSWORD</base> |
165 |
+ <trans>Entire Internet (no password required)</trans> |
166 |
+ </entry> |
167 |
+ |
168 |
+ <entry> |
169 |
+ <base>ENTIRE_INTERNET_PASSWORD</base> |
170 |
+ <trans>Entire Internet (password required)</trans> |
171 |
+ </entry> |
172 |
+ |
173 |
+ <entry> |
174 |
+ <base>ENTIRE_INTERNET_PASSWORD_REMOTE</base> |
175 |
+ <trans>Entire Internet (password required outside local network)</trans> |
176 |
+ </entry> |
177 |
+ |
178 |
+ <entry> |
179 |
+ <base>ENABLED_BROWSEABLE</base> |
180 |
+ <trans>Enabled, browseable</trans> |
181 |
+ </entry> |
182 |
+ |
183 |
+ <entry> |
184 |
+ <base>ENABLED_NON_BROWSEABLE</base> |
185 |
+ <trans>Enabled, hidden</trans> |
186 |
+ </entry> |
187 |
+ |
188 |
+ <entry> |
189 |
+ <base>DONT_KEEP_VERSIONS</base> |
190 |
+ <trans>Enabled, keep only the latest version</trans> |
191 |
+ </entry> |
192 |
+ |
193 |
+ <entry> |
194 |
+ <base>KEEP_VERSIONS</base> |
195 |
+ <trans>Enabled, keep a copy of all versions</trans> |
196 |
+ </entry> |
197 |
+ |
198 |
+ <entry> |
199 |
+ <base>PERMISSIONS</base> |
200 |
+ <trans>Permissions</trans> |
201 |
+ </entry> |
202 |
+ |
203 |
+ <entry> |
204 |
+ <base>WRITE_PERM</base> |
205 |
+ <trans>Read / Write</trans> |
206 |
+ </entry> |
207 |
+ |
208 |
+ <entry> |
209 |
+ <base>READ_PERM</base> |
210 |
+ <trans>Read Only</trans> |
211 |
+ </entry> |
212 |
+ |
213 |
+ <entry> |
214 |
+ <base>ENABLED</base> |
215 |
+ <trans>מאופשר</trans> |
216 |
+ </entry> |
217 |
+ |
218 |
+ <entry> |
219 |
+ <base>DISABLED</base> |
220 |
+ <trans>מבוטל</trans> |
221 |
+ </entry> |
222 |
+ |
223 |
+ <entry> |
224 |
+ <base>YES</base> |
225 |
+ <trans>כן</trans> |
226 |
+ </entry> |
227 |
+ |
228 |
+ <entry> |
229 |
+ <base>NO</base> |
230 |
+ <trans>לא</trans> |
231 |
+ </entry> |
232 |
+ |
233 |
+ <entry> |
234 |
+ <base>NAME</base> |
235 |
+ <trans>שם</trans> |
236 |
+ </entry> |
237 |
+ |
238 |
+ <entry> |
239 |
+ <base>DESCRIPTION</base> |
240 |
+ <trans>תיאור</trans> |
241 |
+ </entry> |
242 |
+ |
243 |
+ <entry> |
244 |
+ <base>ACTION</base> |
245 |
+ <trans>פעולה</trans> |
246 |
+ </entry> |
247 |
+ |
248 |
+ <entry> |
249 |
+ <base>MODIFY</base> |
250 |
+ <trans>שנה</trans> |
251 |
+ </entry> |
252 |
+ |
253 |
+ <entry> |
254 |
+ <base>REMOVE</base> |
255 |
+ <trans>הסרה</trans> |
256 |
+ </entry> |
257 |
+ |
258 |
+ <entry> |
259 |
+ <base>CANCELED</base> |
260 |
+ <trans>Cancelled</trans> |
261 |
+ </entry> |
262 |
+ |
263 |
+ <entry> |
264 |
+ <base>MANUAL_PERMS</base> |
265 |
+ <trans><![CDATA[<span style="color:red">Permissions on this shared folder are managed manually, you cannot change it.</span><br><br>]]></trans> |
266 |
+ </entry> |
267 |
+</lexicon> |
268 |
--- smeserver-shared-folders-0.1/root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/shares 2010-07-05 00:11:08.000000000 -0600 |
269 |
+++ smeserver-shared-folders-0.1.update/root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/shares 2010-07-05 00:34:11.000000000 -0600 |
270 |
@@ -45,11 +45,11 @@ |
271 |
</entry> |
272 |
<entry> |
273 |
<base>CANT_FIND_SHARE</base> |
274 |
- <trans>Can't find account for {$name} (does it exist?)</trans> |
275 |
+ <trans>无法找到{$name}的账号(请确认其是否存在?)</trans> |
276 |
</entry> |
277 |
<entry> |
278 |
<base>CANT_CREATE_SHARE</base> |
279 |
- <trans>Can't create new account for {$name} (does it already exist?)</trans> |
280 |
+ <trans>无法为{$name}创建新账号(请确认其是否已经存在?)</trans> |
281 |
</entry> |
282 |
<entry> |
283 |
<base>ERROR_WHILE_MODIFYING_SHARE</base> |
284 |
@@ -89,7 +89,7 @@ |
285 |
</entry> |
286 |
<entry> |
287 |
<base>ACCOUNT_EXISTS</base> |
288 |
- <trans>The account "{$acctName}" is an existing {$acctType} account.</trans> |
289 |
+ <trans>账号"{$acctName}" 是已存在的{$acctType}账号。</trans> |
290 |
</entry> |
291 |
|
292 |
<entry> |
293 |
@@ -144,32 +144,32 @@ |
294 |
|
295 |
<entry> |
296 |
<base>NONE</base> |
297 |
- <trans>No access</trans> |
298 |
+ <trans>无法访问</trans> |
299 |
</entry> |
300 |
|
301 |
<entry> |
302 |
<base>LOCAL_NETWORK_NO_PASSWORD</base> |
303 |
- <trans>Local network (no password required)</trans> |
304 |
+ <trans>本地网络(无需密码)</trans> |
305 |
</entry> |
306 |
|
307 |
<entry> |
308 |
<base>LOCAL_NETWORK_PASSWORD</base> |
309 |
- <trans>Local network (password required)</trans> |
310 |
+ <trans>本地网络(密码必需)</trans> |
311 |
</entry> |
312 |
|
313 |
<entry> |
314 |
<base>ENTIRE_INTERNET_NO_PASSWORD</base> |
315 |
- <trans>Entire Internet (no password required)</trans> |
316 |
+ <trans>整个因特网(无需密码)</trans> |
317 |
</entry> |
318 |
|
319 |
<entry> |
320 |
<base>ENTIRE_INTERNET_PASSWORD</base> |
321 |
- <trans>Entire Internet (password required)</trans> |
322 |
+ <trans>整个因特网(密码必需)</trans> |
323 |
</entry> |
324 |
|
325 |
<entry> |
326 |
<base>ENTIRE_INTERNET_PASSWORD_REMOTE</base> |
327 |
- <trans>Entire Internet (password required outside local network)</trans> |
328 |
+ <trans>整个因特网(本地网络以外必需密码)</trans> |
329 |
</entry> |
330 |
|
331 |
<entry> |
332 |
@@ -209,12 +209,12 @@ |
333 |
|
334 |
<entry> |
335 |
<base>ENABLED</base> |
336 |
- <trans>enabled</trans> |
337 |
+ <trans>启用</trans> |
338 |
</entry> |
339 |
|
340 |
<entry> |
341 |
<base>DISABLED</base> |
342 |
- <trans>disabled</trans> |
343 |
+ <trans>禁用</trans> |
344 |
</entry> |
345 |
|
346 |
<entry> |
347 |
--- smeserver-shared-folders-0.1/root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/shares 1969-12-31 17:00:00.000000000 -0700 |
348 |
+++ smeserver-shared-folders-0.1.update/root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/shares 2010-07-05 00:34:11.000000000 -0600 |
349 |
@@ -0,0 +1,264 @@ |
350 |
+<lexicon lang="zh-tw" params="getExtraParams()"> |
351 |
+ <entry> |
352 |
+ <base>Shared Folders</base> |
353 |
+ <trans>Shared Folders</trans> |
354 |
+ </entry> |
355 |
+ <entry> |
356 |
+ <base>FORM_TITLE</base> |
357 |
+ <trans>Create, modify, or remove shared folders</trans> |
358 |
+ </entry> |
359 |
+ <entry> |
360 |
+ <base>FIRSTPAGE_DESC</base> |
361 |
+ <trans>You can remove any shared folder by clicking on the corresponding command next to the shared folder.</trans> |
362 |
+ </entry> |
363 |
+ <entry> |
364 |
+ <base>ADD_TITLE</base> |
365 |
+ <trans>Create or modify a shared folder</trans> |
366 |
+ </entry> |
367 |
+ <entry> |
368 |
+ <base>NAME_FIELD_DESC</base> |
369 |
+ <trans>The share name should contain only lower-case letters, numbers, periods, hyphens and underscores, and should start with a lower-case letter. For example "johnson", "intra", and "cust3.prj12" are all valid names, but "3associates", "John Smith" and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans> |
370 |
+ </entry> |
371 |
+ <entry> |
372 |
+ <base>NAME_LABEL</base> |
373 |
+ <trans>Shared folder name</trans> |
374 |
+ </entry> |
375 |
+ <entry> |
376 |
+ <base>REMOVE_TITLE</base> |
377 |
+ <trans>Remove shared folder</trans> |
378 |
+ </entry> |
379 |
+ <entry> |
380 |
+ <base>REMOVE_DESC</base> |
381 |
+ <trans><![CDATA[ <p> You are about to remove the following shared folder </p> <p> All files belonging to this shared folder will be deleted. </p> <p> Are you sure you wish to remove it ? </p> ]]></trans> |
382 |
+ </entry> |
383 |
+ <entry> |
384 |
+ <base>ERROR_WHILE_CREATING_SHARE</base> |
385 |
+ <trans>An error occurred while creating the shared folder.</trans> |
386 |
+ </entry> |
387 |
+ <entry> |
388 |
+ <base>SUCCESSFULLY_CREATED_SHARE</base> |
389 |
+ <trans>Successfully created shared folder.</trans> |
390 |
+ </entry> |
391 |
+ <entry> |
392 |
+ <base>NO_SHARES</base> |
393 |
+ <trans>There are no shared folders currently configured.</trans> |
394 |
+ </entry> |
395 |
+ <entry> |
396 |
+ <base>CANT_FIND_SHARE</base> |
397 |
+ <trans>Can't find account for {$name} (does it exist?)</trans> |
398 |
+ </entry> |
399 |
+ <entry> |
400 |
+ <base>CANT_CREATE_SHARE</base> |
401 |
+ <trans>Can't create new account for {$name} (does it already exist?)</trans> |
402 |
+ </entry> |
403 |
+ <entry> |
404 |
+ <base>ERROR_WHILE_MODIFYING_SHARE</base> |
405 |
+ <trans>An error occurred while modifying the shared folder.</trans> |
406 |
+ </entry> |
407 |
+ <entry> |
408 |
+ <base>SUCCESSFULLY_MODIFIED_SHARE</base> |
409 |
+ <trans>Successfully modified shared folder.</trans> |
410 |
+ </entry> |
411 |
+ <entry> |
412 |
+ <base>SUCCESSFULLY_DELETED_SHARE</base> |
413 |
+ <trans>Successfully deleted shared folder.</trans> |
414 |
+ </entry> |
415 |
+ <entry> |
416 |
+ <base>ERROR_WHILE_DELETING_SHARE</base> |
417 |
+ <trans>An error occurred while deleting the share.</trans> |
418 |
+ </entry> |
419 |
+ <entry> |
420 |
+ <base>Shares</base> |
421 |
+ <trans>Shares</trans> |
422 |
+ </entry> |
423 |
+ <entry> |
424 |
+ <base>INVALID_SHARE_DESCRIPTION</base> |
425 |
+ <trans>Error: unexpected or missing characters in share description</trans> |
426 |
+ </entry> |
427 |
+ <entry> |
428 |
+ <base>ACCT_NAME_HAS_INVALID_CHARS</base> |
429 |
+ <trans>The shared folder name "{$acctName}" contains invalid characters. Shared folder names must start with a lower case letter and contain only lower case letters, numbers, and hyphens.</trans> |
430 |
+ </entry> |
431 |
+ <entry> |
432 |
+ <base>MAX_SHARE_NAME_LENGTH_ERROR</base> |
433 |
+ <trans>The shared folder name "{$acctName}" is too long. The maximum is {$maxShareNameLength} characters.</trans> |
434 |
+ </entry> |
435 |
+ <entry> |
436 |
+ <base>ACCT_CLASHES_WITH_PSEUDONYM</base> |
437 |
+ <trans><![CDATA[ The account "{$acctName}" clashes with pseudonym details for {$acctType} account "{$acct}". <p>{$acctName} is a pseudonym for {$acct}.</p> ]]></trans> |
438 |
+ </entry> |
439 |
+ <entry> |
440 |
+ <base>ACCOUNT_EXISTS</base> |
441 |
+ <trans>The account "{$acctName}" is an existing {$acctType} account.</trans> |
442 |
+ </entry> |
443 |
+ |
444 |
+ <entry> |
445 |
+ <base>LABEL_ADD_SHARE_BUTTON</base> |
446 |
+ <trans>Create a new shared folder</trans> |
447 |
+ </entry> |
448 |
+ |
449 |
+ <entry> |
450 |
+ <base>DESC_PERMISSIONS</base> |
451 |
+ <trans>You can use this matrix to define groups access permissions.</trans> |
452 |
+ </entry> |
453 |
+ |
454 |
+ <entry> |
455 |
+ <base>DESC_SMB_SETTINGS</base> |
456 |
+ <trans>The following settings control the access of this shared folder from the local network, using the SMB/CIFS protocole.</trans> |
457 |
+ </entry> |
458 |
+ |
459 |
+ <entry> |
460 |
+ <base>LABEL_SMB_ACCESS</base> |
461 |
+ <trans>SMB Access</trans> |
462 |
+ </entry> |
463 |
+ |
464 |
+ <entry> |
465 |
+ <base>LABEL_RECYCLEBIN</base> |
466 |
+ <trans>Recycle bin</trans> |
467 |
+ </entry> |
468 |
+ |
469 |
+ <entry> |
470 |
+ <base>DESC_HTTP_SETTINGS</base> |
471 |
+ <trans>The following settings control the access of this shared folder using the HTTP/HTTPS protocole.</trans> |
472 |
+ </entry> |
473 |
+ |
474 |
+ <entry> |
475 |
+ <base>LABEL_HTTP_ACCESS</base> |
476 |
+ <trans>Web Access</trans> |
477 |
+ </entry> |
478 |
+ |
479 |
+ <entry> |
480 |
+ <base>LABEL_REQUIRE_SSL</base> |
481 |
+ <trans>Force secure connections</trans> |
482 |
+ </entry> |
483 |
+ |
484 |
+ <entry> |
485 |
+ <base>LABEL_INDEXES</base> |
486 |
+ <trans>Indexes</trans> |
487 |
+ </entry> |
488 |
+ |
489 |
+ <entry> |
490 |
+ <base>LABEL_DYNAMIC_CONTENT</base> |
491 |
+ <trans>Dynamic content execution (PHP, CGI, SSI)</trans> |
492 |
+ </entry> |
493 |
+ |
494 |
+ <entry> |
495 |
+ <base>NONE</base> |
496 |
+ <trans>No access</trans> |
497 |
+ </entry> |
498 |
+ |
499 |
+ <entry> |
500 |
+ <base>LOCAL_NETWORK_NO_PASSWORD</base> |
501 |
+ <trans>Local network (no password required)</trans> |
502 |
+ </entry> |
503 |
+ |
504 |
+ <entry> |
505 |
+ <base>LOCAL_NETWORK_PASSWORD</base> |
506 |
+ <trans>Local network (password required)</trans> |
507 |
+ </entry> |
508 |
+ |
509 |
+ <entry> |
510 |
+ <base>ENTIRE_INTERNET_NO_PASSWORD</base> |
511 |
+ <trans>Entire Internet (no password required)</trans> |
512 |
+ </entry> |
513 |
+ |
514 |
+ <entry> |
515 |
+ <base>ENTIRE_INTERNET_PASSWORD</base> |
516 |
+ <trans>Entire Internet (password required)</trans> |
517 |
+ </entry> |
518 |
+ |
519 |
+ <entry> |
520 |
+ <base>ENTIRE_INTERNET_PASSWORD_REMOTE</base> |
521 |
+ <trans>Entire Internet (password required outside local network)</trans> |
522 |
+ </entry> |
523 |
+ |
524 |
+ <entry> |
525 |
+ <base>ENABLED_BROWSEABLE</base> |
526 |
+ <trans>Enabled, browseable</trans> |
527 |
+ </entry> |
528 |
+ |
529 |
+ <entry> |
530 |
+ <base>ENABLED_NON_BROWSEABLE</base> |
531 |
+ <trans>Enabled, hidden</trans> |
532 |
+ </entry> |
533 |
+ |
534 |
+ <entry> |
535 |
+ <base>DONT_KEEP_VERSIONS</base> |
536 |
+ <trans>Enabled, keep only the latest version</trans> |
537 |
+ </entry> |
538 |
+ |
539 |
+ <entry> |
540 |
+ <base>KEEP_VERSIONS</base> |
541 |
+ <trans>Enabled, keep a copy of all versions</trans> |
542 |
+ </entry> |
543 |
+ |
544 |
+ <entry> |
545 |
+ <base>PERMISSIONS</base> |
546 |
+ <trans>權限</trans> |
547 |
+ </entry> |
548 |
+ |
549 |
+ <entry> |
550 |
+ <base>WRITE_PERM</base> |
551 |
+ <trans>Read / Write</trans> |
552 |
+ </entry> |
553 |
+ |
554 |
+ <entry> |
555 |
+ <base>READ_PERM</base> |
556 |
+ <trans>Read Only</trans> |
557 |
+ </entry> |
558 |
+ |
559 |
+ <entry> |
560 |
+ <base>ENABLED</base> |
561 |
+ <trans>enabled</trans> |
562 |
+ </entry> |
563 |
+ |
564 |
+ <entry> |
565 |
+ <base>DISABLED</base> |
566 |
+ <trans>disabled</trans> |
567 |
+ </entry> |
568 |
+ |
569 |
+ <entry> |
570 |
+ <base>YES</base> |
571 |
+ <trans>yes</trans> |
572 |
+ </entry> |
573 |
+ |
574 |
+ <entry> |
575 |
+ <base>NO</base> |
576 |
+ <trans>no</trans> |
577 |
+ </entry> |
578 |
+ |
579 |
+ <entry> |
580 |
+ <base>NAME</base> |
581 |
+ <trans>名稱</trans> |
582 |
+ </entry> |
583 |
+ |
584 |
+ <entry> |
585 |
+ <base>DESCRIPTION</base> |
586 |
+ <trans>介紹</trans> |
587 |
+ </entry> |
588 |
+ |
589 |
+ <entry> |
590 |
+ <base>ACTION</base> |
591 |
+ <trans>Action</trans> |
592 |
+ </entry> |
593 |
+ |
594 |
+ <entry> |
595 |
+ <base>MODIFY</base> |
596 |
+ <trans>修改</trans> |
597 |
+ </entry> |
598 |
+ |
599 |
+ <entry> |
600 |
+ <base>REMOVE</base> |
601 |
+ <trans>移除</trans> |
602 |
+ </entry> |
603 |
+ |
604 |
+ <entry> |
605 |
+ <base>CANCELED</base> |
606 |
+ <trans>Cancelled</trans> |
607 |
+ </entry> |
608 |
+ |
609 |
+ <entry> |
610 |
+ <base>MANUAL_PERMS</base> |
611 |
+ <trans><![CDATA[<span style="color:red">Permissions on this shared folder are managed manually, you cannot change it.</span><br><br>]]></trans> |
612 |
+ </entry> |
613 |
+</lexicon> |