From e82321d42d22908d55942a5e8af56d1e4ecf64cd Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sun, 8 Mar 2020 02:27:17 +0800 Subject: [PATCH] luci-app-ksmbd: rename from luci-app-cifsd --- package/lean/luci-app-cifsd/po/ca/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/cs/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/de/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/el/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/en/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/fr/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/he/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/hi/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/hu/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/it/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/ja/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/ko/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/ms/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/nb_NO/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/pl/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/pt/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/pt_BR/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/ro/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/ru/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/sk/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/sv/cifsd.po | 100 -------------- .../luci-app-cifsd/po/templates/cifsd.pot | 97 ------------- package/lean/luci-app-cifsd/po/tr/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/uk/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/vi/cifsd.po | 100 -------------- package/lean/luci-app-cifsd/po/zh-cn/cifsd.po | 128 ------------------ .../lean/luci-app-cifsd/po/zh_Hant/cifsd.po | 100 -------------- .../Makefile | 4 +- .../luasrc/controller/ksmbd.lua} | 4 +- .../luasrc/model/cbi/ksmbd.lua} | 8 +- package/lean/luci-app-ksmbd/po/en/ksmbd.po | 100 ++++++++++++++ .../po/es/ksmbd.po} | 52 +++---- .../luci-app-ksmbd/po/templates/ksmbd.pot | 97 +++++++++++++ package/lean/luci-app-ksmbd/po/zh-cn/ksmbd.po | 128 ++++++++++++++++++ .../root/etc/modules.d/ksmbd | 0 .../root/etc/uci-defaults/ksmbd} | 0 36 files changed, 359 insertions(+), 2759 deletions(-) delete mode 100644 package/lean/luci-app-cifsd/po/ca/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/cs/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/de/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/el/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/en/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/fr/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/he/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/hi/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/hu/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/it/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/ja/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/ko/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/ms/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/nb_NO/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/pl/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/pt/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/pt_BR/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/ro/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/ru/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/sk/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/sv/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/templates/cifsd.pot delete mode 100644 package/lean/luci-app-cifsd/po/tr/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/uk/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/vi/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/zh-cn/cifsd.po delete mode 100644 package/lean/luci-app-cifsd/po/zh_Hant/cifsd.po rename package/lean/{luci-app-cifsd => luci-app-ksmbd}/Makefile (75%) rename package/lean/{luci-app-cifsd/luasrc/controller/cifsd.lua => luci-app-ksmbd/luasrc/controller/ksmbd.lua} (64%) rename package/lean/{luci-app-cifsd/luasrc/model/cbi/cifsd.lua => luci-app-ksmbd/luasrc/model/cbi/ksmbd.lua} (89%) create mode 100644 package/lean/luci-app-ksmbd/po/en/ksmbd.po rename package/lean/{luci-app-cifsd/po/es/cifsd.po => luci-app-ksmbd/po/es/ksmbd.po} (52%) create mode 100644 package/lean/luci-app-ksmbd/po/templates/ksmbd.pot create mode 100644 package/lean/luci-app-ksmbd/po/zh-cn/ksmbd.po rename package/lean/{luci-app-cifsd => luci-app-ksmbd}/root/etc/modules.d/ksmbd (100%) rename package/lean/{luci-app-cifsd/root/etc/uci-defaults/cifsd => luci-app-ksmbd/root/etc/uci-defaults/ksmbd} (100%) diff --git a/package/lean/luci-app-cifsd/po/ca/cifsd.po b/package/lean/luci-app-cifsd/po/ca/cifsd.po deleted file mode 100644 index f5e26306e5..0000000000 --- a/package/lean/luci-app-cifsd/po/ca/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: ca\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/cs/cifsd.po b/package/lean/luci-app-cifsd/po/cs/cifsd.po deleted file mode 100644 index dc756a6fd4..0000000000 --- a/package/lean/luci-app-cifsd/po/cs/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: cs\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/de/cifsd.po b/package/lean/luci-app-cifsd/po/de/cifsd.po deleted file mode 100644 index 157375398c..0000000000 --- a/package/lean/luci-app-cifsd/po/de/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: de\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/el/cifsd.po b/package/lean/luci-app-cifsd/po/el/cifsd.po deleted file mode 100644 index 28e22f5301..0000000000 --- a/package/lean/luci-app-cifsd/po/el/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: el\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/en/cifsd.po b/package/lean/luci-app-cifsd/po/en/cifsd.po deleted file mode 100644 index c56c14bed5..0000000000 --- a/package/lean/luci-app-cifsd/po/en/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: en\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/fr/cifsd.po b/package/lean/luci-app-cifsd/po/fr/cifsd.po deleted file mode 100644 index 80958ecb09..0000000000 --- a/package/lean/luci-app-cifsd/po/fr/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: fr\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/he/cifsd.po b/package/lean/luci-app-cifsd/po/he/cifsd.po deleted file mode 100644 index cd3a92b882..0000000000 --- a/package/lean/luci-app-cifsd/po/he/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: he\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/hi/cifsd.po b/package/lean/luci-app-cifsd/po/hi/cifsd.po deleted file mode 100644 index 9a55929247..0000000000 --- a/package/lean/luci-app-cifsd/po/hi/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: hi\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/hu/cifsd.po b/package/lean/luci-app-cifsd/po/hu/cifsd.po deleted file mode 100644 index 26a5ac5965..0000000000 --- a/package/lean/luci-app-cifsd/po/hu/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: hu\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/it/cifsd.po b/package/lean/luci-app-cifsd/po/it/cifsd.po deleted file mode 100644 index 9ad84b62ad..0000000000 --- a/package/lean/luci-app-cifsd/po/it/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: it\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/ja/cifsd.po b/package/lean/luci-app-cifsd/po/ja/cifsd.po deleted file mode 100644 index 99acfe4bab..0000000000 --- a/package/lean/luci-app-cifsd/po/ja/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: ja\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/ko/cifsd.po b/package/lean/luci-app-cifsd/po/ko/cifsd.po deleted file mode 100644 index 0e43756963..0000000000 --- a/package/lean/luci-app-cifsd/po/ko/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: ko\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/ms/cifsd.po b/package/lean/luci-app-cifsd/po/ms/cifsd.po deleted file mode 100644 index b84606e334..0000000000 --- a/package/lean/luci-app-cifsd/po/ms/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: ms\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/nb_NO/cifsd.po b/package/lean/luci-app-cifsd/po/nb_NO/cifsd.po deleted file mode 100644 index 99c21378ad..0000000000 --- a/package/lean/luci-app-cifsd/po/nb_NO/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: nb_NO\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/pl/cifsd.po b/package/lean/luci-app-cifsd/po/pl/cifsd.po deleted file mode 100644 index d00e2d346e..0000000000 --- a/package/lean/luci-app-cifsd/po/pl/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: pl\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/pt/cifsd.po b/package/lean/luci-app-cifsd/po/pt/cifsd.po deleted file mode 100644 index 7cad51fc24..0000000000 --- a/package/lean/luci-app-cifsd/po/pt/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: pt\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/pt_BR/cifsd.po b/package/lean/luci-app-cifsd/po/pt_BR/cifsd.po deleted file mode 100644 index 75e907cefe..0000000000 --- a/package/lean/luci-app-cifsd/po/pt_BR/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: pt_BR\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/ro/cifsd.po b/package/lean/luci-app-cifsd/po/ro/cifsd.po deleted file mode 100644 index 16c458e46a..0000000000 --- a/package/lean/luci-app-cifsd/po/ro/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: ro\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/ru/cifsd.po b/package/lean/luci-app-cifsd/po/ru/cifsd.po deleted file mode 100644 index 113441d700..0000000000 --- a/package/lean/luci-app-cifsd/po/ru/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: ru\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/sk/cifsd.po b/package/lean/luci-app-cifsd/po/sk/cifsd.po deleted file mode 100644 index 2851783e4a..0000000000 --- a/package/lean/luci-app-cifsd/po/sk/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: sk\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/sv/cifsd.po b/package/lean/luci-app-cifsd/po/sv/cifsd.po deleted file mode 100644 index adba7205f7..0000000000 --- a/package/lean/luci-app-cifsd/po/sv/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: sv\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/templates/cifsd.pot b/package/lean/luci-app-cifsd/po/templates/cifsd.pot deleted file mode 100644 index f62fa13ba1..0000000000 --- a/package/lean/luci-app-cifsd/po/templates/cifsd.pot +++ /dev/null @@ -1,97 +0,0 @@ -msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/tr/cifsd.po b/package/lean/luci-app-cifsd/po/tr/cifsd.po deleted file mode 100644 index b1c538f3aa..0000000000 --- a/package/lean/luci-app-cifsd/po/tr/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: tr\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/uk/cifsd.po b/package/lean/luci-app-cifsd/po/uk/cifsd.po deleted file mode 100644 index a9e38e8303..0000000000 --- a/package/lean/luci-app-cifsd/po/uk/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: uk\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/vi/cifsd.po b/package/lean/luci-app-cifsd/po/vi/cifsd.po deleted file mode 100644 index 8d3b48297c..0000000000 --- a/package/lean/luci-app-cifsd/po/vi/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: vi\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/po/zh-cn/cifsd.po b/package/lean/luci-app-cifsd/po/zh-cn/cifsd.po deleted file mode 100644 index e552e418a9..0000000000 --- a/package/lean/luci-app-cifsd/po/zh-cn/cifsd.po +++ /dev/null @@ -1,128 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.4\n" -"Last-Translator: Richard Yu \n" -"Plural-Forms: nplurals=1; plural=0;\n" -"Language: zh_CN\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72 -msgid "Allow guests" -msgstr "允许匿名用户" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "允许用户" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "可浏览" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "创建权限掩码" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "描述" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "目录权限掩码" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "编辑用来生成 cifsd 设置的模板。" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "强制 Root" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "基本设置" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "继承所有者" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "接口" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "共享名" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "目录" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "只读" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -msgstr "共享目录" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "" -"This is the content of the file '/etc/ksmbd/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." -msgstr "" -"这是将从其上生成 cifsd 配置的文件“/etc/ksmbd/smb.conf.template”的内容。由管道" -"符(“|”)包围的值不应更改。它们将从“常规设置”标签中获取其值。" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "工作组" - -msgid "Network Shares (CIFSD)" -msgstr "网络共享 (CIFSD 内核)" - -msgid "CIFSD is an opensource In-kernel SMB1/2/3 server" -msgstr "CIFSD 是一个开源的 Linux 内核级 SMB1/2/3 高性能文件共享服务器" - -msgid "Browseable" -msgstr "可浏览" - -msgid "Hide dot files" -msgstr "隐藏 . 文件" - -msgid "Mask for new files" -msgstr "新建文件掩码" - -msgid "Mask for new directories" -msgstr "新建文件夹掩码" diff --git a/package/lean/luci-app-cifsd/po/zh_Hant/cifsd.po b/package/lean/luci-app-cifsd/po/zh_Hant/cifsd.po deleted file mode 100644 index eae5803805..0000000000 --- a/package/lean/luci-app-cifsd/po/zh_Hant/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: zh_Hant\n" -"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 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 -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 cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 -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 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: 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 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 -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 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 -msgid "Shared Directories" -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 cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Workgroup" -msgstr "" diff --git a/package/lean/luci-app-cifsd/Makefile b/package/lean/luci-app-ksmbd/Makefile similarity index 75% rename from package/lean/luci-app-cifsd/Makefile rename to package/lean/luci-app-ksmbd/Makefile index 26347d6ca4..4597a96314 100644 --- a/package/lean/luci-app-cifsd/Makefile +++ b/package/lean/luci-app-ksmbd/Makefile @@ -2,10 +2,10 @@ include $(TOPDIR)/rules.mk -LUCI_TITLE:=Network Shares - CIFSD CIFS/SMB kernel fileserver +LUCI_TITLE:=Network Shares - KSMBD CIFS/SMB kernel fileserver LUCI_DEPENDS:=+ksmbd-server LUCI_PKGARCH:=all -PKG_NAME:=luci-app-cifsd +PKG_NAME:=luci-app-ksmbd PKG_VERSION:=1 PKG_RELEASE:=7 diff --git a/package/lean/luci-app-cifsd/luasrc/controller/cifsd.lua b/package/lean/luci-app-ksmbd/luasrc/controller/ksmbd.lua similarity index 64% rename from package/lean/luci-app-cifsd/luasrc/controller/cifsd.lua rename to package/lean/luci-app-ksmbd/luasrc/controller/ksmbd.lua index 7719be2745..b0a4c767bc 100644 --- a/package/lean/luci-app-cifsd/luasrc/controller/cifsd.lua +++ b/package/lean/luci-app-ksmbd/luasrc/controller/ksmbd.lua @@ -1,6 +1,6 @@ -- Licensed to the public under the Apache License 2.0. -module("luci.controller.cifsd", package.seeall) +module("luci.controller.ksmbd", package.seeall) function index() if not nixio.fs.access("/etc/config/ksmbd") then @@ -11,7 +11,7 @@ function index() local page - page = entry({"admin", "nas", "cifsd"}, cbi("cifsd"), _("Network Shares (CIFSD)")) + page = entry({"admin", "nas", "ksmbd"}, cbi("ksmbd"), _("Network Shares (KSMBD)")) page.dependent = true end diff --git a/package/lean/luci-app-cifsd/luasrc/model/cbi/cifsd.lua b/package/lean/luci-app-ksmbd/luasrc/model/cbi/ksmbd.lua similarity index 89% rename from package/lean/luci-app-cifsd/luasrc/model/cbi/cifsd.lua rename to package/lean/luci-app-ksmbd/luasrc/model/cbi/ksmbd.lua index 218b2e6898..9397d0a212 100644 --- a/package/lean/luci-app-cifsd/luasrc/model/cbi/cifsd.lua +++ b/package/lean/luci-app-ksmbd/luasrc/model/cbi/ksmbd.lua @@ -1,8 +1,8 @@ -- Licensed to the public under the Apache License 2.0. -m = Map("ksmbd", translate("Network Shares (CIFSD)")) +m = Map("ksmbd", translate("Network Shares (KSMBD)")) -s = m:section(TypedSection, "globals", translate("CIFSD is an opensource In-kernel SMB1/2/3 server")) +s = m:section(TypedSection, "globals", translate("KSMBD is an opensource In-kernel SMB1/2/3 server")) s.anonymous = true s:tab("general", translate("General Settings")) @@ -14,8 +14,8 @@ o = s:taboption("general", Value, "workgroup", translate("Workgroup")) o.placeholder = 'WORKGROUP' tmpl = s:taboption("template", Value, "_tmpl", - translate("Edit the template that is used for generating the cifsd configuration."), - translate("This is the content of the file '/etc/ksmbd/smb.conf.template' from which your cifsd configuration will be generated. \ + translate("Edit the template that is used for generating the ksmbd configuration."), + translate("This is the content of the file '/etc/ksmbd/smb.conf.template' from which your ksmbd configuration will be generated. \ Values enclosed by pipe symbols ('|') should not be changed. They get their values from the 'General Settings' tab.")) tmpl.template = "cbi/tvalue" diff --git a/package/lean/luci-app-ksmbd/po/en/ksmbd.po b/package/lean/luci-app-ksmbd/po/en/ksmbd.po new file mode 100644 index 0000000000..ead56611e8 --- /dev/null +++ b/package/lean/luci-app-ksmbd/po/en/ksmbd.po @@ -0,0 +1,100 @@ +msgid "" +msgstr "" +"Language: en\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:72 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:69 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:57 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:84 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:30 +msgid "Description" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:89 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:22 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:34 +msgid "Edit the template that is used for generating the ksmbd configuration." +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:67 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:21 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:82 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:77 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:24 +msgid "Interface" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:25 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:51 +msgid "Name" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:16 +#: applications/luci-app-ksmbd/luasrc/controller/ksmbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:52 +msgid "Path" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:47 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:62 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:46 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:35 +msgid "" +"This is the content of the file '/etc/ksmbd/smb.conf.template' from which " +"your ksmbd configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:27 +msgid "Workgroup" +msgstr "" diff --git a/package/lean/luci-app-cifsd/po/es/cifsd.po b/package/lean/luci-app-ksmbd/po/es/ksmbd.po similarity index 52% rename from package/lean/luci-app-cifsd/po/es/cifsd.po rename to package/lean/luci-app-ksmbd/po/es/ksmbd.po index 16c01530c4..5e565766bc 100644 --- a/package/lean/luci-app-cifsd/po/es/cifsd.po +++ b/package/lean/luci-app-ksmbd/po/es/ksmbd.po @@ -12,77 +12,77 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Language: es\n" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:72 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:72 msgid "Allow guests" msgstr "Permitir invitados" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:69 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:69 msgid "Allowed users" msgstr "Usuarios permitidos" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:57 msgid "Browse-able" msgstr "Navegable" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:84 msgid "Create mask" msgstr "Crear máscara" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:30 msgid "Description" msgstr "Descripción" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:89 msgid "Directory mask" msgstr "Máscara de directorio" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:22 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:22 msgid "Edit Template" msgstr "Editar plantilla" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:34 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:34 msgid "Edit the template that is used for generating the samba configuration." msgstr "" "Edite la plantilla que se utiliza para generar la configuración de samba." -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:67 msgid "Force Root" msgstr "Forzar Root" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:21 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:21 msgid "General Settings" msgstr "Configuración general" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:82 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:82 msgid "Hide dot files" msgstr "Ocultar archivos pequeños" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:77 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:77 msgid "Inherit owner" msgstr "Heredar propietario" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:24 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:24 msgid "Interface" msgstr "Interfaz" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:25 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:25 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-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:51 msgid "Name" msgstr "Nombre" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:16 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:16 +#: applications/luci-app-ksmbd/luasrc/controller/ksmbd.lua:10 msgid "Network Shares" -msgstr "CIFSD" +msgstr "KSMBD" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:52 msgid "Path" msgstr "Ruta" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:47 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:47 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -90,26 +90,26 @@ 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-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:62 msgid "Read-only" msgstr "Solo lectura" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:46 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:46 msgid "Shared Directories" msgstr "Directorios compartidos" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:35 msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " +"This is the content of the file '/etc/ksmbd/smb.conf.template' from which " "your samba configuration will be generated. Values enclosed by pipe symbols " "('|') should not be changed. They get their values from the 'General " "Settings' tab." msgstr "" -"Este es el contenido del archivo '/etc/cifs/smb.conf.template' a partir del " +"Este es el contenido del archivo '/etc/ksmbd/smb.conf.template' a partir del " "cual se generará su configuración de samba. Los valores encerrados por " "símbolos de 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-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:27 msgid "Workgroup" msgstr "Grupo de trabajo" diff --git a/package/lean/luci-app-ksmbd/po/templates/ksmbd.pot b/package/lean/luci-app-ksmbd/po/templates/ksmbd.pot new file mode 100644 index 0000000000..da42020254 --- /dev/null +++ b/package/lean/luci-app-ksmbd/po/templates/ksmbd.pot @@ -0,0 +1,97 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:72 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:69 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:57 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:84 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:30 +msgid "Description" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:89 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:22 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:34 +msgid "Edit the template that is used for generating the ksmbd configuration." +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:67 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:21 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:82 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:77 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:24 +msgid "Interface" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:25 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:51 +msgid "Name" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:16 +#: applications/luci-app-ksmbd/luasrc/controller/ksmbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:52 +msgid "Path" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:47 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:62 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:46 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:35 +msgid "" +"This is the content of the file '/etc/ksmbd/smb.conf.template' from which " +"your ksmbd configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:27 +msgid "Workgroup" +msgstr "" diff --git a/package/lean/luci-app-ksmbd/po/zh-cn/ksmbd.po b/package/lean/luci-app-ksmbd/po/zh-cn/ksmbd.po new file mode 100644 index 0000000000..2a7be81b0a --- /dev/null +++ b/package/lean/luci-app-ksmbd/po/zh-cn/ksmbd.po @@ -0,0 +1,128 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.2.4\n" +"Last-Translator: Richard Yu \n" +"Plural-Forms: nplurals=1; plural=0;\n" +"Language: zh_CN\n" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:72 +msgid "Allow guests" +msgstr "允许匿名用户" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:69 +msgid "Allowed users" +msgstr "允许用户" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:57 +msgid "Browse-able" +msgstr "可浏览" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:84 +msgid "Create mask" +msgstr "创建权限掩码" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:30 +msgid "Description" +msgstr "描述" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:89 +msgid "Directory mask" +msgstr "目录权限掩码" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:22 +msgid "Edit Template" +msgstr "编辑模板" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:34 +msgid "Edit the template that is used for generating the ksmbd configuration." +msgstr "编辑用来生成 ksmbd 设置的模板。" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:67 +msgid "Force Root" +msgstr "强制 Root" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:21 +msgid "General Settings" +msgstr "基本设置" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:82 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:77 +msgid "Inherit owner" +msgstr "继承所有者" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:24 +msgid "Interface" +msgstr "接口" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:25 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "仅监听指定的接口,未指定则监听 lan" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:51 +msgid "Name" +msgstr "共享名" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:16 +#: applications/luci-app-ksmbd/luasrc/controller/ksmbd.lua:10 +msgid "Network Shares" +msgstr "网络共享" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:52 +msgid "Path" +msgstr "目录" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:47 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "请添加要共享的目录。每个目录指到已挂载设备上的文件夹。" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:62 +msgid "Read-only" +msgstr "只读" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:46 +msgid "Shared Directories" +msgstr "共享目录" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:35 +msgid "" +"This is the content of the file '/etc/ksmbd/smb.conf.template' from which " +"your ksmbd configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"这是将从其上生成 ksmbd 配置的文件“/etc/ksmbd/smb.conf.template”的内容。由管道" +"符(“|”)包围的值不应更改。它们将从“常规设置”标签中获取其值。" + +#: applications/luci-app-ksmbd/htdocs/luci-static/resources/view/ksmbd.js:27 +msgid "Workgroup" +msgstr "工作组" + +msgid "Network Shares (KSMBD)" +msgstr "网络共享 (KSMBD 内核)" + +msgid "KSMBD is an opensource In-kernel SMB1/2/3 server" +msgstr "KSMBD 是一个开源的 Linux 内核级 SMB1/2/3 高性能文件共享服务器" + +msgid "Browseable" +msgstr "可浏览" + +msgid "Hide dot files" +msgstr "隐藏 . 文件" + +msgid "Mask for new files" +msgstr "新建文件掩码" + +msgid "Mask for new directories" +msgstr "新建文件夹掩码" diff --git a/package/lean/luci-app-cifsd/root/etc/modules.d/ksmbd b/package/lean/luci-app-ksmbd/root/etc/modules.d/ksmbd similarity index 100% rename from package/lean/luci-app-cifsd/root/etc/modules.d/ksmbd rename to package/lean/luci-app-ksmbd/root/etc/modules.d/ksmbd diff --git a/package/lean/luci-app-cifsd/root/etc/uci-defaults/cifsd b/package/lean/luci-app-ksmbd/root/etc/uci-defaults/ksmbd similarity index 100% rename from package/lean/luci-app-cifsd/root/etc/uci-defaults/cifsd rename to package/lean/luci-app-ksmbd/root/etc/uci-defaults/ksmbd