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 --- 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 +++ 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 @@ -154,48 +154,154 @@ - DESC_STATUS + DESC_SMB_SETTINGS - 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. + The following settings control the access of this shared folder from the local network, using the SMB/CIFS protocole. - LABEL_STATUS + DESC_SMB_ACCESS - Status + 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. - DESC_BROWSEABLE + LABEL_SMB_ACCESS - This controls whether this shared folder is seen in the list of available shares in a net view and in the browse list. + SMB Access - LABEL_BROWSEABLE + DESC_RECYCLEBIN - Browseable + 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 - DESC_RECYCLEBIN + LABEL_RECYCLEBIN - 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 + Recycle bin - LABEL_RECYCLEBIN + DESC_HTTP_SETTINGS - Recycle bin + The following settings control the access of this shared folder using the HTTP/HTTPS protocole. + + + + + DESC_HTTP_ACCESS + + 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. + + + + + LABEL_HTTP_ACCESS + + Web Access + + + + + DESC_REQUIRE_SSL + + 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. + + + + + LABEL_REQUIRE_SSL + + Require a secure connection + + + + + DESC_INDEXES + + If enabled, and no index file is found in this shared folder, the server will create a simple page listing all files and directories. + + + + + LABEL_INDEXES + + Indexes + DESC_DYNAMIC_CONTENT + + If enabled, dynamic content (PHP, SSI) will be allowed. + + + + + LABEL_DYNAMIC_CONTENT + + Dynamic content execution + + + + + NONE + No access + + + + LOCAL_NETWORK_NO_PASSWORD + Local network (no password required) + + + + LOCAL_NETWORK_PASSWORD + Local network (password required) + + + + ENTIRE_INTERNET_NO_PASSWORD + Entire Internet (no password required) + + + + ENTIRE_INTERNET_PASSWORD + Entire Internet (password required) + + + + ENTIRE_INTERNET_PASSWORD_REMOTE + Entire Internet (password required outside local network) + + + + ENABLED_BROWSEABLE + Enabled, browseable + + + + ENABLED_NON_BROWSEABLE + Enabled, hidden + + + + DONT_KEEP_VERSIONS + Enabled, keep only the latest version + + + + KEEP_VERSIONS + Enabled, keep a copy of all versions + + + PERMISSIONS Permissions