diff options
Diffstat (limited to 'applications/luci-app-cifsd')
-rw-r--r-- | applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js | 4 | ||||
-rw-r--r-- | applications/luci-app-cifsd/po/templates/cifsd.pot | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js b/applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js index de346c1db7..7c75b85d71 100644 --- a/applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js +++ b/applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js @@ -31,8 +31,8 @@ return L.view.extend({ o.placeholder = 'Cifsd on OpenWrt'; o = s.taboption('template', form.TextValue, '_tmpl', - _('Edit the template that is used for generating the samba configuration.'), - _("This is the content of the file '/etc/cifs/smb.conf.template' from which your samba configuration will be generated. \ + _('Edit the template that is used for generating the cifsd configuration.'), + _("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 ('|') should not be changed. They get their values from the 'General Settings' tab.")); o.rows = 20; o.cfgvalue = function(section_id) { diff --git a/applications/luci-app-cifsd/po/templates/cifsd.pot b/applications/luci-app-cifsd/po/templates/cifsd.pot index 3a48d1f23f..f62fa13ba1 100644 --- a/applications/luci-app-cifsd/po/templates/cifsd.pot +++ b/applications/luci-app-cifsd/po/templates/cifsd.pot @@ -30,7 +30,7 @@ msgid "Edit Template" msgstr "" #: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34 -msgid "Edit the template that is used for generating the samba configuration." +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 @@ -87,7 +87,7 @@ msgstr "" #: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 msgid "" "This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your samba configuration will be generated. Values enclosed by pipe symbols " +"your cifsd configuration will be generated. Values enclosed by pipe symbols " "('|') should not be changed. They get their values from the 'General " "Settings' tab." msgstr "" |