luci-app-cifsd: add version info 3345/head
authorAndy Walsh <andy.walsh44+github@gmail.com>
Fri, 22 Nov 2019 13:02:43 +0000 (14:02 +0100)
committerAndy Walsh <andy.walsh44+github@gmail.com>
Fri, 22 Nov 2019 13:02:43 +0000 (14:02 +0100)
* add version info
* set guest_ok = yes as default
* regen translations

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
31 files changed:
applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js
applications/luci-app-cifsd/po/bg/cifsd.po
applications/luci-app-cifsd/po/ca/cifsd.po
applications/luci-app-cifsd/po/cs/cifsd.po
applications/luci-app-cifsd/po/de/cifsd.po
applications/luci-app-cifsd/po/el/cifsd.po
applications/luci-app-cifsd/po/en/cifsd.po
applications/luci-app-cifsd/po/es/cifsd.po
applications/luci-app-cifsd/po/fr/cifsd.po
applications/luci-app-cifsd/po/he/cifsd.po
applications/luci-app-cifsd/po/hi/cifsd.po
applications/luci-app-cifsd/po/hu/cifsd.po
applications/luci-app-cifsd/po/it/cifsd.po
applications/luci-app-cifsd/po/ja/cifsd.po
applications/luci-app-cifsd/po/ko/cifsd.po
applications/luci-app-cifsd/po/ms/cifsd.po
applications/luci-app-cifsd/po/nb_NO/cifsd.po
applications/luci-app-cifsd/po/pl/cifsd.po
applications/luci-app-cifsd/po/pt/cifsd.po
applications/luci-app-cifsd/po/pt_BR/cifsd.po
applications/luci-app-cifsd/po/ro/cifsd.po
applications/luci-app-cifsd/po/ru/cifsd.po
applications/luci-app-cifsd/po/sk/cifsd.po
applications/luci-app-cifsd/po/sv/cifsd.po
applications/luci-app-cifsd/po/templates/cifsd.pot
applications/luci-app-cifsd/po/tr/cifsd.po
applications/luci-app-cifsd/po/uk/cifsd.po
applications/luci-app-cifsd/po/vi/cifsd.po
applications/luci-app-cifsd/po/zh-cn/cifsd.po
applications/luci-app-cifsd/po/zh-tw/cifsd.po
applications/luci-app-cifsd/root/usr/share/rpcd/acl.d/luci-app-cifsd.json

index 77a11957f112de116002f62a82b8201efb5cd25e..d536e5bd50d034270e5c79dd08f69d41795b7d91 100644 (file)
@@ -8,14 +8,19 @@ return L.view.extend({
                return Promise.all([
                        L.resolveDefault(fs.stat('/sbin/block'), null),
                        L.resolveDefault(fs.stat('/etc/config/fstab'), null),
+                       L.resolveDefault(fs.exec("cifsd", ["-h"]), {}).then(function(res) { return L.toArray((res.stderr || '').match(/version : (\S+ \S+)/))[1] }),
                ]);
        },
        render: function(stats) {
-               var m, s, o;
+               var m, s, o, v;
+               v = '';
 
                m = new form.Map('cifsd', _('Network Shares'));
 
-               s = m.section(form.TypedSection, 'globals');
+               if (stats[2]) {
+                       v = 'Version ' + stats[2].trim();
+               }
+               s = m.section(form.TypedSection, 'globals', 'Cifsd ' + v);
                s.anonymous = true;
 
                s.tab('general',  _('General Settings'));
@@ -72,7 +77,7 @@ return L.view.extend({
                o = s.option(form.Flag, 'guest_ok', _('Allow guests'));
                o.enabled = 'yes';
                o.disabled = 'no';
-               o.default = 'no';
+               o.default = 'yes';
 
                o = s.option(form.Flag, 'inherit_owner', _('Inherit owner'));
                o.enabled = 'yes';
index 0898088a53110f29c4c1b95b50cbca26735a453f..b93f0e8680982d9ecbc58ca3ff9f0e67d274197d 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 497900c999b507fc297379e57ce9d3137c0446f9..7d305f470d748556ed7e2dd1fe01bb612fa26854 100644 (file)
@@ -10,90 +10,90 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 3.9.1-dev\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr "Descripció"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr "Nom"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -101,6 +101,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index dc756a6fd4dbc2d3d0eb49f043e9a739e75510ec..e526bcd7b3698b0137bf2256a49a4112729d4979 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 40fa5c5e388189874cd2caaf6396c723c365830b..9c1de628367c1a643363c1b1c5684b9c6822844d 100644 (file)
@@ -10,81 +10,81 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 3.10-dev\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr "Gastzugang"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr "Legitimierte Benutzer"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr "Durchsuchbar"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr "Berechtigungs-maske für neue Dateien"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr "Beschreibung"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr "Verzeichnis-maske"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr "Template bearbeiten"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 "Bearbeite die Vorlage, die für die Erstellung der cifsd-Konfiguration "
 "verwendet wird."
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr "Root erzwingen"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr "Allgemeine Einstellungen"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr "Dotfiles ausblenden"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr "Besitzer Erben"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr "Schnittstelle"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 #, fuzzy
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 "Nur an die gegebene Schnittstelle binden, wenn nicht spezifiziert an lan "
 "binden"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr "Name"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr "Netzwerk-freigaben"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr "Pfad"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
@@ -92,15 +92,15 @@ msgstr ""
 "Bitte fügen Sie Verzeichnisse hinzu, die Sie freigeben möchten. Jedes "
 "Verzeichnis bezieht sich auf einen Ordner auf einem bereitgestellten Gerät."
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr "Nur Lesen"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr "Freigegebene Verzeichnisse"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -112,6 +112,6 @@ msgstr ""
 "eingeschlossen sind, sollten nicht verändert werden. Sie erhalten ihre Werte "
 "vom Tab 'Allgemeine Einstellungen'."
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr "Arbeitsgruppe"
index 28e22f530101c69b188980083ac2deb107c61642..77349f273b9a9731048c454a5b6144cb9d51c736 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index c56c14bed5b51083962f016888bdc678d3724770..45874a0e3d61d7a012935de414a3342574870d28 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 4fb2ffde9a47fc992fe6520786659efef558c086..f104b2f44dd608d201a6560a2f65cdf7a7b20032 100644 (file)
@@ -13,76 +13,76 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 3.10-dev\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr "Permitir invitados"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr "Usuarios permitidos"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr "Navegable"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr "Crear máscara"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr "Descripción"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr "Máscara de directorio"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr "Editar plantilla"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr "Edite la plantilla que se utiliza para generar la configuración cifsd."
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr "Forzar Root"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr "Configuración general"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr "Ocultar archivos pequeños"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr "Heredar propietario"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr "Interfaz"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr "Escuche solo en la interfaz dada o, si no se especifica, en lan"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr "Nombre"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr "Samba"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr "Ruta"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
@@ -90,15 +90,15 @@ msgstr ""
 "Por favor agregue directorios para compartir. Cada directorio hace "
 "referencia a una carpeta en un dispositivo montado."
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr "Solo lectura"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr "Directorios compartidos"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -110,7 +110,7 @@ msgstr ""
 "tubería ('|') no deben cambiarse. Obtienen sus valores de la pestaña "
 "'Configuración general'."
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr "Grupo de trabajo"
 
index 9a0ca779ac20ac954af97d76de237430baec997b..1b6c4848e5753ed76ed961c860de682347906c78 100644 (file)
@@ -10,80 +10,80 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
 "X-Generator: Weblate 3.9.1-dev\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr "Autoriser les invités"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr "Utilisateurs autorisés"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 #, fuzzy
 msgid "Browse-able"
 msgstr "Autorisé à parcourir"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr "Créer un masque"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr "Description"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr "Masque de répertoire"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr "Modifier le modèle"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 "Modifier le modèle qui est utilisé pour la génération de a configuration de "
 "cifsd."
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr "Forcer le Root"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr "Paramètres généraux"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr "Interface"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 "Écoute uniquement l'interface donnée, ou si non spécifiée, le réseau local"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr "Nom"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr "Partages réseau"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr "Chemin"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
@@ -91,15 +91,15 @@ msgstr ""
 "Veuillez ajouter des répertoires à partager. Chaque répertoire fait "
 "référence à un dossier sur un périphérique monté."
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr "Lecture seule"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr "Répertoires partagés"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -107,6 +107,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr "Groupe de travail"
index cd3a92b882541ce0d598b36aeb8a8ba1881f9d08..b290c6d15168ac4c1bab19253cf19b0e37e46ff7 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 9a5592924762a0824a7f13d478890c73b585a6ff..50cb4a8fdebf5a9499b8c687888d78f3aa9608ea 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 26a5ac59653cc8f5d6adc43060b7d2a201d044cb..ef099603f9915d1afc6aa6f4bf444baac188fc98 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 9ad84b62ad36bb5bccd7d2a25ea095a06b6482f8..a50f16994d4cacb8a82d29ccd1c120062bc551a3 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 99acfe4babbcfda95ee99c46447fb05d954b0e05..6cb0be6cc57fab318047274dd8f7b4fc85954d1e 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 0e437569635d95bf2b367706a052a6e70b2ae1df..bac8f53b1125d2ed1bd0d33f0d4cc5b9816ab1eb 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index b84606e334c98b03e20d74dbc186bd78c9e84469..2d75e71edc34c5947c6ed9c0a6333411f12165b4 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 71fae37936215db9f8a324e9e03d13e7125d8f76..cf1b423713257635cf6cc567bfb17edf5371caac 100644 (file)
@@ -10,90 +10,90 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 3.9.1\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr "Beskrivelse"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -101,6 +101,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index ad23ebd3285663b0b31a7bade16dd532877f8647..f0c95e88f83c63585500bc072a910df68c1a4a5c 100644 (file)
@@ -11,76 +11,76 @@ msgstr ""
 "|| n%100>=20) ? 1 : 2;\n"
 "X-Generator: Weblate 3.10-dev\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr "Zezwalaj Gościom"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr "Użytkownicy z prawem dostępu"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr "Utwórz maskę"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr "Opis"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr "Maska katalogu"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr "Edytuj szablon"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr "Edytuj szablon, który jest używany do generowania konfiguracji cifsd."
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr "Ustawienia główne"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr "Interfejs"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr "Słuchaj tylko na podanym interfejsie, lub jeśli nie podano na LANie"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr "Nazwa"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr "Udziały sieciowe"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr "Ścieżka"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
@@ -88,15 +88,15 @@ msgstr ""
 "Proszę dodać katalogi do udostępnienia. Każdy katalog odnosi się do folderu "
 "w zamontowanym urządzeniu."
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr "Tylko do odczytu"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr "Udostępniane katalogi"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -108,6 +108,6 @@ msgstr ""
 "pionowej ('|') nie powinny być zmieniane. Wartości ich zostaną pobrane z "
 "zakładki \"Ustawienia ogólne\"."
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr "Grupa robocza"
index 8892e5450de128c9e8da5ea59c21b4cfab15bfc0..ed48aedb9ed1ae715aa50aad7f53a7e19483d570 100644 (file)
@@ -10,76 +10,76 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
 "X-Generator: Weblate 3.10-dev\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr "Permitir Convidados"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr "Utilizadores Permitidos"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr "Navegável"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr "Criar máscara"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr "Descrição"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr "Máscara do diretório"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr "Editar Modelo"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr "Editar o modelo que é usado para gerar a configuração cifsd."
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr "Forçar Root"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr "Configurações Gerais"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr "Ocultar ficheiros de ponto"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr "Herdar proprietário"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr "Interface"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr "Ouvir apenas na interface indicada ou, se não especificado, na LAN"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr "Nome"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr "Partilhas da Rede"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr "Caminho"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
@@ -87,15 +87,15 @@ msgstr ""
 "Por favor, adicione diretórios para compartilhar. Cada diretório refere-se a "
 "uma pasta num aparelho montado."
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr "Apenas Leitura"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr "Directórios Partilhados"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -107,6 +107,6 @@ msgstr ""
 "tubos ('|') não devem ser alterados. Eles obtêm os seus valores da aba "
 "'Configurações Gerais'."
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr "Grupo de trabalho"
index 75e907cefee9b3d0e3dfc35b95fa36d28e5a1c43..97e13e70691fb2e673c5d8dd6f9ccf0fddde8622 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 16c458e46a9057e0c85b5cfd7e488ba2dfaae203..b4abba885cb8b1d54fd894880539ee2742aa7aee 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 113441d700cf06d5d3a27a5c1778a9aef40b1a46..7930bf1b4f9a0ab3877659e533ec05b18b57b11d 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 2851783e4a7fdb7c659512f254e923b07c330a13..e77ed80a578655607415f65837e6359ae0ad411c 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index e0d26d929b9ee91b1e03aa2f4647aadcef7d01e8..88aa788de64a0bb669062fbe5ec2029101dfb4cb 100644 (file)
@@ -10,90 +10,90 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Weblate 3.9.1-dev\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr "Tillåt gäster"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr "Tillåtna användare"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr "Skapa mask"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr "Beskrivning"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr "Mask för mapp"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr "Redigera mall"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr "Generella inställningar"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr "Gränssnitt"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr "Namn"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr "Nätverksdelningar"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr "Genväg"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr "Endast läsbar"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr "Delade mappar"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -101,6 +101,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr "Arbetsgrupp"
index f62fa13ba1428817e84f47dfe309088141f02bba..da778d28371424613ca60bf454c59bb2ab1bc78f 100644 (file)
@@ -1,90 +1,90 @@
 msgid ""
 msgstr "Content-Type: text/plain; charset=UTF-8"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -92,6 +92,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index b1c538f3aab07ce58c8a058a036574ded981cafe..7fffef97b5ae58d2c7826e524600b1a49f18d36a 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 95bc42c63d565ca63391f7a528cad8dc8c01b89c..4f75799d570fb7bc703d26354a6f11b6ee63260f 100644 (file)
@@ -11,90 +11,90 @@ msgstr ""
 "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Generator: Weblate 3.9.1-dev\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr "Опис"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr "Загальні параметри"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr "Інтерфейс"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr "Ім'я"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -102,6 +102,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 8d3b48297c0bacbffa1ba6ac661f53272e06b583..7bfe973b7e35c9b8f7a3c422cd009524512c4019 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 1d1eda6e62f144daa3e3ba7aa3c9f0d0f138e2f4..d3f167516ae042618c12b3d015eb4822a3f17081 100644 (file)
@@ -13,90 +13,90 @@ msgstr ""
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Weblate 3.10-dev\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr "允许匿名用户"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr "允许用户"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr "可浏览"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr "创建权限掩码"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr "描述"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr "目录权限掩码"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr "编辑模板"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr "编辑用来生成 cifsd 设置的模板。"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr "强制 Root"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr "基本设置"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr "继承所有者"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr "接口"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr "仅监听指定的接口,未指定则监听 lan"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr "名称"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr "网络共享"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr "目录"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr "请添加要共享的目录。每个目录指到已挂载设备上的文件夹。"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr "只读"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr "共享目录"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -106,6 +106,6 @@ msgstr ""
 "这是将从其上生成 cifsd 配置的文件“/etc/cifs/smb.conf.template”的内容。由管道"
 "符(“|”)包围的值不应更改。它们将从“常规设置”标签中获取其值。"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr "工作组"
index eae58038057f1e062a932d8a2f2f46996cfe7a1f..467aa607ae6243725000f4d1b6828c403978a4f2 100644 (file)
@@ -4,90 +4,90 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
 msgid "Allow guests"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:74
 msgid "Allowed users"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
 msgid "Browse-able"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
 msgid "Create mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
 msgid "Description"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94
 msgid "Directory mask"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
 msgid "Edit Template"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39
 msgid "Edit the template that is used for generating the cifsd configuration."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72
 msgid "Force Root"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26
 msgid "General Settings"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:87
 msgid "Hide dot files"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82
 msgid "Inherit owner"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29
 msgid "Interface"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30
 msgid "Listen only on the given interface or, if unspecified, on lan"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56
 msgid "Name"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18
 #: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10
 msgid "Network Shares"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57
 msgid "Path"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52
 msgid ""
 "Please add directories to share. Each directory refers to a folder on a "
 "mounted device."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67
 msgid "Read-only"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51
 msgid "Shared Directories"
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40
 msgid ""
 "This is the content of the file '/etc/cifs/smb.conf.template' from which "
 "your cifsd configuration will be generated. Values enclosed by pipe symbols "
@@ -95,6 +95,6 @@ msgid ""
 "Settings' tab."
 msgstr ""
 
-#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27
+#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32
 msgid "Workgroup"
 msgstr ""
index 6efebe98e11c7a6ef27b11eba2d11bb170877812..aed904862841433664cff8cadb6b71507895e49d 100644 (file)
@@ -3,7 +3,8 @@
                "description": "Grant access to LuCI app cifsd",
                "read": {
                        "file": {
-                               "/etc/cifs/smb.conf.template": [ "read" ]
+                               "/etc/cifs/smb.conf.template": [ "read" ],
+                               "/usr/sbin/cifsd": [ "exec" ]
                        }
                },
                "write": {