/[smecontribs]/rpms/smeserver-shared-folders/contribs8/smeserver-shared-folders-0.1-locale_extended_access.patch
ViewVC logotype

Contents of /rpms/smeserver-shared-folders/contribs8/smeserver-shared-folders-0.1-locale_extended_access.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sun Mar 3 22:04:40 2013 UTC (11 years, 1 month ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-shared-folders-0_1-80_el5_sme, smeserver-shared-folders-0_1-83_el5_sme, smeserver-shared-folders-0_1-84_el5_sme, smeserver-shared-folders-0_1-82_el5_sme, smeserver-shared-folders-0_1-87_el5_sme, smeserver-shared-folders-0_1-86_el5_sme, smeserver-shared-folders-0_1-81_el5_sme, smeserver-shared-folders-0_1-85_el5_sme, smeserver-shared-folders-0_1-79_el5_sme, HEAD
Initial import

1 diff -Nur -x '*.orig' -x '*.rej' smeserver-shared-folders-0.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/shares mezzanine_patched_smeserver-shared-folders-0.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/shares
2 --- smeserver-shared-folders-0.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/shares 2009-05-18 14:48:38.000000000 +0200
3 +++ mezzanine_patched_smeserver-shared-folders-0.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/shares 2009-05-18 14:48:33.000000000 +0200
4 @@ -154,48 +154,154 @@
5 </entry>
6
7 <entry>
8 - <base>DESC_STATUS</base>
9 + <base>DESC_SMB_SETTINGS</base>
10 <trans>
11 - You can disable access to this shared folder from the network. This can be useful if for example you want to temporary denied the access without changing permissions.
12 + The following settings control the access of this shared folder from the local network, using the SMB/CIFS protocole.
13 </trans>
14 </entry>
15
16 <entry>
17 - <base>LABEL_STATUS</base>
18 + <base>DESC_SMB_ACCESS</base>
19 <trans>
20 - Status
21 + If you set this to "non browseable", this shared folder won't appear in the list of available shares in a net view and in the browse list. It'll still be available for those who know the exact name.
22 </trans>
23 </entry>
24
25 <entry>
26 - <base>DESC_BROWSEABLE</base>
27 + <base>LABEL_SMB_ACCESS</base>
28 <trans>
29 - This controls whether this shared folder is seen in the list of available shares in a net view and in the browse list.
30 + SMB Access
31 </trans>
32 </entry>
33
34 <entry>
35 - <base>LABEL_BROWSEABLE</base>
36 + <base>DESC_RECYCLEBIN</base>
37 <trans>
38 - Browseable
39 + This option allows you to activate the network recycle bin. With the recylcebin option enabled, deleted file won't be removed from the server, but instead, will be moved to the Recycle Bin directory
40 </trans>
41 </entry>
42
43 <entry>
44 - <base>DESC_RECYCLEBIN</base>
45 + <base>LABEL_RECYCLEBIN</base>
46 <trans>
47 - This option allows you to activate the network recycle bin. With the recylcebin option enabled, deleted file won't be removed from the server, but instead, will be moved to the Recycle Bin directory
48 + Recycle bin
49 </trans>
50 </entry>
51
52 <entry>
53 - <base>LABEL_RECYCLEBIN</base>
54 + <base>DESC_HTTP_SETTINGS</base>
55 <trans>
56 - Recycle bin
57 + The following settings control the access of this shared folder using the HTTP/HTTPS protocole.
58 + </trans>
59 + </entry>
60 +
61 + <entry>
62 + <base>DESC_HTTP_ACCESS</base>
63 + <trans>
64 + You can select from where this shared folder will be accessible. If a password is required, users can use their own login/password. Any users having at least read access will be allowed.
65 + </trans>
66 + </entry>
67 +
68 + <entry>
69 + <base>LABEL_HTTP_ACCESS</base>
70 + <trans>
71 + Web Access
72 + </trans>
73 + </entry>
74 +
75 + <entry>
76 + <base>DESC_REQUIRE_SSL</base>
77 + <trans>
78 + If set to enabled, connections to this shared folder using the HTTP protocole will be automatically redirected to use the secure protocole (HTTPS). This setting is recommanded if a password is required as it will prevent it from being sent in clear.
79 + </trans>
80 + </entry>
81 +
82 + <entry>
83 + <base>LABEL_REQUIRE_SSL</base>
84 + <trans>
85 + Require a secure connection
86 + </trans>
87 + </entry>
88 +
89 + <entry>
90 + <base>DESC_INDEXES</base>
91 + <trans>
92 + If enabled, and no index file is found in this shared folder, the server will create a simple page listing all files and directories.
93 + </trans>
94 + </entry>
95 +
96 + <entry>
97 + <base>LABEL_INDEXES</base>
98 + <trans>
99 + Indexes
100 </trans>
101 </entry>
102
103 <entry>
104 + <base>DESC_DYNAMIC_CONTENT</base>
105 + <trans>
106 + If enabled, dynamic content (PHP, SSI) will be allowed.
107 + </trans>
108 + </entry>
109 +
110 + <entry>
111 + <base>LABEL_DYNAMIC_CONTENT</base>
112 + <trans>
113 + Dynamic content execution
114 + </trans>
115 + </entry>
116 +
117 + <entry>
118 + <base>NONE</base>
119 + <trans>No access</trans>
120 + </entry>
121 +
122 + <entry>
123 + <base>LOCAL_NETWORK_NO_PASSWORD</base>
124 + <trans>Local network (no password required)</trans>
125 + </entry>
126 +
127 + <entry>
128 + <base>LOCAL_NETWORK_PASSWORD</base>
129 + <trans>Local network (password required)</trans>
130 + </entry>
131 +
132 + <entry>
133 + <base>ENTIRE_INTERNET_NO_PASSWORD</base>
134 + <trans>Entire Internet (no password required)</trans>
135 + </entry>
136 +
137 + <entry>
138 + <base>ENTIRE_INTERNET_PASSWORD</base>
139 + <trans>Entire Internet (password required)</trans>
140 + </entry>
141 +
142 + <entry>
143 + <base>ENTIRE_INTERNET_PASSWORD_REMOTE</base>
144 + <trans>Entire Internet (password required outside local network)</trans>
145 + </entry>
146 +
147 + <entry>
148 + <base>ENABLED_BROWSEABLE</base>
149 + <trans>Enabled, browseable</trans>
150 + </entry>
151 +
152 + <entry>
153 + <base>ENABLED_NON_BROWSEABLE</base>
154 + <trans>Enabled, hidden</trans>
155 + </entry>
156 +
157 + <entry>
158 + <base>DONT_KEEP_VERSIONS</base>
159 + <trans>Enabled, keep only the latest version</trans>
160 + </entry>
161 +
162 + <entry>
163 + <base>KEEP_VERSIONS</base>
164 + <trans>Enabled, keep a copy of all versions</trans>
165 + </entry>
166 +
167 + <entry>
168 <base>PERMISSIONS</base>
169 <trans>
170 Permissions

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed