From 5912474500429ade30c2d38db077933b375e40ff Mon Sep 17 00:00:00 2001 From: Andy Walsh Date: Tue, 31 Dec 2019 15:22:36 +0100 Subject: [PATCH] luci-app-smbd: rename change cifsd->smbd * update for name change cifsd->smbd * add version code for: kmod, usmbd * regen translations * update acl's Signed-off-by: Andy Walsh --- .../luasrc/controller/cifsd.lua | 11 -- applications/luci-app-cifsd/po/bg/cifsd.po | 100 --------------- applications/luci-app-cifsd/po/ca/cifsd.po | 106 ---------------- applications/luci-app-cifsd/po/de/cifsd.po | 116 ------------------ applications/luci-app-cifsd/po/el/cifsd.po | 106 ---------------- applications/luci-app-cifsd/po/en/cifsd.po | 100 --------------- applications/luci-app-cifsd/po/fr/cifsd.po | 112 ----------------- applications/luci-app-cifsd/po/he/cifsd.po | 100 --------------- applications/luci-app-cifsd/po/hi/cifsd.po | 100 --------------- applications/luci-app-cifsd/po/hu/cifsd.po | 115 ----------------- applications/luci-app-cifsd/po/it/cifsd.po | 106 ---------------- applications/luci-app-cifsd/po/ja/cifsd.po | 100 --------------- applications/luci-app-cifsd/po/ko/cifsd.po | 100 --------------- applications/luci-app-cifsd/po/mr/cifsd.po | 108 ---------------- applications/luci-app-cifsd/po/ms/cifsd.po | 106 ---------------- applications/luci-app-cifsd/po/nb_NO/cifsd.po | 106 ---------------- applications/luci-app-cifsd/po/pl/cifsd.po | 113 ----------------- applications/luci-app-cifsd/po/pt/cifsd.po | 112 ----------------- applications/luci-app-cifsd/po/pt_BR/cifsd.po | 112 ----------------- applications/luci-app-cifsd/po/ro/cifsd.po | 100 --------------- applications/luci-app-cifsd/po/ru/cifsd.po | 107 ---------------- applications/luci-app-cifsd/po/sk/cifsd.po | 100 --------------- applications/luci-app-cifsd/po/sv/cifsd.po | 106 ---------------- .../luci-app-cifsd/po/templates/cifsd.pot | 97 --------------- applications/luci-app-cifsd/po/tr/cifsd.po | 100 --------------- applications/luci-app-cifsd/po/vi/cifsd.po | 106 ---------------- applications/luci-app-cifsd/po/zh-cn/cifsd.po | 111 ----------------- applications/luci-app-cifsd/po/zh-tw/cifsd.po | 106 ---------------- .../usr/share/rpcd/acl.d/luci-app-cifsd.json | 16 --- .../Makefile | 6 +- .../luci-static/resources/view/smbd.js} | 22 ++-- .../luci-app-smbd/luasrc/controller/smbd.lua | 11 ++ applications/luci-app-smbd/po/bg/smbd.po | 100 +++++++++++++++ applications/luci-app-smbd/po/ca/smbd.po | 106 ++++++++++++++++ .../cifsd.po => luci-app-smbd/po/cs/smbd.po} | 54 ++++---- applications/luci-app-smbd/po/de/smbd.po | 116 ++++++++++++++++++ applications/luci-app-smbd/po/el/smbd.po | 106 ++++++++++++++++ applications/luci-app-smbd/po/en/smbd.po | 100 +++++++++++++++ .../cifsd.po => luci-app-smbd/po/es/smbd.po} | 62 +++++----- applications/luci-app-smbd/po/fr/smbd.po | 112 +++++++++++++++++ applications/luci-app-smbd/po/he/smbd.po | 100 +++++++++++++++ applications/luci-app-smbd/po/hi/smbd.po | 100 +++++++++++++++ applications/luci-app-smbd/po/hu/smbd.po | 115 +++++++++++++++++ applications/luci-app-smbd/po/it/smbd.po | 106 ++++++++++++++++ applications/luci-app-smbd/po/ja/smbd.po | 100 +++++++++++++++ applications/luci-app-smbd/po/ko/smbd.po | 100 +++++++++++++++ applications/luci-app-smbd/po/mr/smbd.po | 108 ++++++++++++++++ applications/luci-app-smbd/po/ms/smbd.po | 106 ++++++++++++++++ applications/luci-app-smbd/po/nb_NO/smbd.po | 106 ++++++++++++++++ applications/luci-app-smbd/po/pl/smbd.po | 113 +++++++++++++++++ applications/luci-app-smbd/po/pt/smbd.po | 112 +++++++++++++++++ applications/luci-app-smbd/po/pt_BR/smbd.po | 113 +++++++++++++++++ applications/luci-app-smbd/po/ro/smbd.po | 100 +++++++++++++++ applications/luci-app-smbd/po/ru/smbd.po | 107 ++++++++++++++++ applications/luci-app-smbd/po/sk/smbd.po | 100 +++++++++++++++ applications/luci-app-smbd/po/sv/smbd.po | 106 ++++++++++++++++ .../luci-app-smbd/po/templates/smbd.pot | 97 +++++++++++++++ applications/luci-app-smbd/po/tr/smbd.po | 100 +++++++++++++++ .../cifsd.po => luci-app-smbd/po/uk/smbd.po} | 52 ++++---- applications/luci-app-smbd/po/vi/smbd.po | 106 ++++++++++++++++ applications/luci-app-smbd/po/zh-cn/smbd.po | 111 +++++++++++++++++ applications/luci-app-smbd/po/zh-tw/smbd.po | 106 ++++++++++++++++ .../usr/share/rpcd/acl.d/luci-app-smbd.json | 17 +++ 63 files changed, 2980 insertions(+), 2974 deletions(-) delete mode 100644 applications/luci-app-cifsd/luasrc/controller/cifsd.lua delete mode 100644 applications/luci-app-cifsd/po/bg/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/ca/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/de/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/el/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/en/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/fr/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/he/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/hi/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/hu/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/it/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/ja/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/ko/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/mr/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/ms/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/nb_NO/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/pl/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/pt/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/pt_BR/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/ro/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/ru/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/sk/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/sv/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/templates/cifsd.pot delete mode 100644 applications/luci-app-cifsd/po/tr/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/vi/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/zh-cn/cifsd.po delete mode 100644 applications/luci-app-cifsd/po/zh-tw/cifsd.po delete mode 100644 applications/luci-app-cifsd/root/usr/share/rpcd/acl.d/luci-app-cifsd.json rename applications/{luci-app-cifsd => luci-app-smbd}/Makefile (55%) rename applications/{luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js => luci-app-smbd/htdocs/luci-static/resources/view/smbd.js} (76%) create mode 100644 applications/luci-app-smbd/luasrc/controller/smbd.lua create mode 100644 applications/luci-app-smbd/po/bg/smbd.po create mode 100644 applications/luci-app-smbd/po/ca/smbd.po rename applications/{luci-app-cifsd/po/cs/cifsd.po => luci-app-smbd/po/cs/smbd.po} (50%) create mode 100644 applications/luci-app-smbd/po/de/smbd.po create mode 100644 applications/luci-app-smbd/po/el/smbd.po create mode 100644 applications/luci-app-smbd/po/en/smbd.po rename applications/{luci-app-cifsd/po/es/cifsd.po => luci-app-smbd/po/es/smbd.po} (53%) create mode 100644 applications/luci-app-smbd/po/fr/smbd.po create mode 100644 applications/luci-app-smbd/po/he/smbd.po create mode 100644 applications/luci-app-smbd/po/hi/smbd.po create mode 100644 applications/luci-app-smbd/po/hu/smbd.po create mode 100644 applications/luci-app-smbd/po/it/smbd.po create mode 100644 applications/luci-app-smbd/po/ja/smbd.po create mode 100644 applications/luci-app-smbd/po/ko/smbd.po create mode 100644 applications/luci-app-smbd/po/mr/smbd.po create mode 100644 applications/luci-app-smbd/po/ms/smbd.po create mode 100644 applications/luci-app-smbd/po/nb_NO/smbd.po create mode 100644 applications/luci-app-smbd/po/pl/smbd.po create mode 100644 applications/luci-app-smbd/po/pt/smbd.po create mode 100644 applications/luci-app-smbd/po/pt_BR/smbd.po create mode 100644 applications/luci-app-smbd/po/ro/smbd.po create mode 100644 applications/luci-app-smbd/po/ru/smbd.po create mode 100644 applications/luci-app-smbd/po/sk/smbd.po create mode 100644 applications/luci-app-smbd/po/sv/smbd.po create mode 100644 applications/luci-app-smbd/po/templates/smbd.pot create mode 100644 applications/luci-app-smbd/po/tr/smbd.po rename applications/{luci-app-cifsd/po/uk/cifsd.po => luci-app-smbd/po/uk/smbd.po} (52%) create mode 100644 applications/luci-app-smbd/po/vi/smbd.po create mode 100644 applications/luci-app-smbd/po/zh-cn/smbd.po create mode 100644 applications/luci-app-smbd/po/zh-tw/smbd.po create mode 100644 applications/luci-app-smbd/root/usr/share/rpcd/acl.d/luci-app-smbd.json diff --git a/applications/luci-app-cifsd/luasrc/controller/cifsd.lua b/applications/luci-app-cifsd/luasrc/controller/cifsd.lua deleted file mode 100644 index de3f9b0f9..000000000 --- a/applications/luci-app-cifsd/luasrc/controller/cifsd.lua +++ /dev/null @@ -1,11 +0,0 @@ --- Licensed to the public under the Apache License 2.0. - -module("luci.controller.cifsd", package.seeall) - -function index() - if not nixio.fs.access("/etc/config/cifsd") then - return - end - - entry({"admin", "services", "cifsd"}, view("cifsd"), _("Network Shares")).dependent = true -end diff --git a/applications/luci-app-cifsd/po/bg/cifsd.po b/applications/luci-app-cifsd/po/bg/cifsd.po deleted file mode 100644 index 1ee093b7f..000000000 --- a/applications/luci-app-cifsd/po/bg/cifsd.po +++ /dev/null @@ -1,100 +0,0 @@ -msgid "" -msgstr "" -"Language: bg\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:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/ca/cifsd.po b/applications/luci-app-cifsd/po/ca/cifsd.po deleted file mode 100644 index e3b0749f1..000000000 --- a/applications/luci-app-cifsd/po/ca/cifsd.po +++ /dev/null @@ -1,106 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-10-20 13:09+0000\n" -"Last-Translator: Adolfo Jayme Barrientos \n" -"Language-Team: Catalan \n" -"Language: ca\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.9.1-dev\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "Descripció" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "Nom" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/de/cifsd.po b/applications/luci-app-cifsd/po/de/cifsd.po deleted file mode 100644 index 5f437e347..000000000 --- a/applications/luci-app-cifsd/po/de/cifsd.po +++ /dev/null @@ -1,116 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-11-25 13:58+0000\n" -"Last-Translator: ssantos \n" -"Language-Team: German \n" -"Language: de\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "Gastzugang" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "Legitimierte Benutzer" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "Durchsuchbar" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "Berechtigungs-maske für neue Dateien" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "Beschreibung" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "Verzeichnis-maske" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "Template bearbeiten" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" -"Bearbeite die Vorlage, die für die Erstellung der cifsd-Konfiguration " -"verwendet wird." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "Root erzwingen" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "Allgemeine Einstellungen" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "Dotfiles ausblenden" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "Besitzer Erben" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "Schnittstelle" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" -"Nur auf die angegebene Schnittstelle reagieren oder, wenn nicht " -"spezifiziert, auf LAN" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "Name" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "Netzwerk-freigaben" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "Pfad" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" -"Bitte fügen Sie Verzeichnisse hinzu, die Sie freigeben möchten. Jedes " -"Verzeichnis bezieht sich auf einen Ordner auf einem bereitgestellten Gerät." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "Nur Lesen" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "Freigegebene Verzeichnisse" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" -"Dies ist der Inhalt der Datei '/etc/cifs/smb.conf.template', aus der die " -"cifsd-Konfiguration generiert wird. Werte, die durch Pipes ('|') " -"eingeschlossen sind, sollten nicht verändert werden. Sie erhalten ihre Werte " -"vom Tab 'Allgemeine Einstellungen'." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32 -msgid "Workgroup" -msgstr "Arbeitsgruppe" diff --git a/applications/luci-app-cifsd/po/el/cifsd.po b/applications/luci-app-cifsd/po/el/cifsd.po deleted file mode 100644 index 49d5e79be..000000000 --- a/applications/luci-app-cifsd/po/el/cifsd.po +++ /dev/null @@ -1,106 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-11-25 13:58+0000\n" -"Last-Translator: Kostas Lampropoulos \n" -"Language-Team: Greek \n" -"Language: el\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "Περιγραφή" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "Διεπαφή" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/en/cifsd.po b/applications/luci-app-cifsd/po/en/cifsd.po deleted file mode 100644 index e64973b41..000000000 --- a/applications/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:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/fr/cifsd.po b/applications/luci-app-cifsd/po/fr/cifsd.po deleted file mode 100644 index d1fa4a812..000000000 --- a/applications/luci-app-cifsd/po/fr/cifsd.po +++ /dev/null @@ -1,112 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-10-24 13:55+0000\n" -"Last-Translator: Nathan \n" -"Language-Team: French \n" -"Language: fr\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.9.1-dev\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "Autoriser les invités" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "Utilisateurs autorisés" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -#, fuzzy -msgid "Browse-able" -msgstr "Autorisé à parcourir" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "Créer un masque" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "Description" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "Masque de répertoire" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "Modifier le modèle" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" -"Modifier le modèle qui est utilisé pour la génération de a configuration de " -"cifsd." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "Forcer le Root" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "Paramètres généraux" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "Interface" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" -"Écoute uniquement l'interface donnée, ou si non spécifiée, le réseau local" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "Nom" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "Partages réseau" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "Chemin" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" -"Veuillez ajouter des répertoires à partager. Chaque répertoire fait " -"référence à un dossier sur un périphérique monté." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "Lecture seule" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "Répertoires partagés" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "Groupe de travail" diff --git a/applications/luci-app-cifsd/po/he/cifsd.po b/applications/luci-app-cifsd/po/he/cifsd.po deleted file mode 100644 index ae58ea1c4..000000000 --- a/applications/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:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/hi/cifsd.po b/applications/luci-app-cifsd/po/hi/cifsd.po deleted file mode 100644 index b281fb0a1..000000000 --- a/applications/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:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/hu/cifsd.po b/applications/luci-app-cifsd/po/hu/cifsd.po deleted file mode 100644 index e8c92a372..000000000 --- a/applications/luci-app-cifsd/po/hu/cifsd.po +++ /dev/null @@ -1,115 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-16 23:26+0000\n" -"Last-Translator: Balázs Úr \n" -"Language-Team: Hungarian \n" -"Language: hu\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "Vendégek engedélyezése" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "Engedélyezett felhasználók" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "Tallózható" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "Létrehozási maszk" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "Leírás" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "Könyvtármaszk" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "Sablon szerkesztése" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" -"A sablon szerkesztése, amely a cifsd beállítások előállításához lesz " -"használva." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "Rendszergazda kényszerítése" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "Általános beállítások" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "Rejtett fájlok elrejtése" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "Tulajdonos öröklése" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "Csatoló" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" -"Figyelés csak a megadott csatolón, vagy a helyi hálózaton, ha nincs megadva" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "Név" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "Hálózati megosztások" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "Útvonal" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" -"Adja hozzá a megosztandó könyvtárakat. Minden egyes könyvtár egy csatolt " -"eszközön lévő mappára hivatkozik." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "Csak olvasható" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "Megosztott könyvtárak" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" -"Ez az „/etc/cifs/smb.conf.template” fájl tartalma, amelyből a cifsd " -"beállítások előállításra kerülnek. A csőszimbólumok („|”) között lévő " -"értékeket nem szabad megváltoztatni. Azok az „Általános beállítások” lapról " -"kapják az értékeiket." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32 -msgid "Workgroup" -msgstr "Munkacsoport" diff --git a/applications/luci-app-cifsd/po/it/cifsd.po b/applications/luci-app-cifsd/po/it/cifsd.po deleted file mode 100644 index 0b3146587..000000000 --- a/applications/luci-app-cifsd/po/it/cifsd.po +++ /dev/null @@ -1,106 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-11-25 13:58+0000\n" -"Last-Translator: Ansuel Smith \n" -"Language-Team: Italian \n" -"Language: it\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "Nome" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/ja/cifsd.po b/applications/luci-app-cifsd/po/ja/cifsd.po deleted file mode 100644 index 66b2abfec..000000000 --- a/applications/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:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/ko/cifsd.po b/applications/luci-app-cifsd/po/ko/cifsd.po deleted file mode 100644 index 3996a6853..000000000 --- a/applications/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:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/mr/cifsd.po b/applications/luci-app-cifsd/po/mr/cifsd.po deleted file mode 100644 index 67a224f5b..000000000 --- a/applications/luci-app-cifsd/po/mr/cifsd.po +++ /dev/null @@ -1,108 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-28 03:17+0000\n" -"Last-Translator: Prachi Joshi \n" -"Language-Team: Marathi \n" -"Language: mr\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.10\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "अतिथींना परवानगी द्या" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "अनुमत वापरकर्ते" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "ब्राउझ-सक्षम" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "मुखवटा तयार करा" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "वर्णन" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "निर्देशिका मास्क" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "टेम्पलेट संपादित करा" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "सामान्य सेटिंग्ज" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "नाव" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "नेटवर्क शेअर्स" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "पथ" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" -"कृपया सामायिक करण्यासाठी निर्देशिका जोडा. प्रत्येक निर्देशिका माउंट केलेल्या " -"डिव्हाइसवरील फोल्डरचा संदर्भ देते." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "केवळ-वाचनीय" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "सामायिक निर्देशिका" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "कार्यसमूह" diff --git a/applications/luci-app-cifsd/po/ms/cifsd.po b/applications/luci-app-cifsd/po/ms/cifsd.po deleted file mode 100644 index 6e667c83a..000000000 --- a/applications/luci-app-cifsd/po/ms/cifsd.po +++ /dev/null @@ -1,106 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-18 04:21+0000\n" -"Last-Translator: Pusak Hitam \n" -"Language-Team: Malay \n" -"Language: ms\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "Keterangan" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/nb_NO/cifsd.po b/applications/luci-app-cifsd/po/nb_NO/cifsd.po deleted file mode 100644 index c42f3d0d4..000000000 --- a/applications/luci-app-cifsd/po/nb_NO/cifsd.po +++ /dev/null @@ -1,106 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-10-30 03:22+0000\n" -"Last-Translator: Allan Nordhøy \n" -"Language-Team: Norwegian Bokmål \n" -"Language: nb_NO\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.9.1\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "Beskrivelse" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/pl/cifsd.po b/applications/luci-app-cifsd/po/pl/cifsd.po deleted file mode 100644 index 093d03573..000000000 --- a/applications/luci-app-cifsd/po/pl/cifsd.po +++ /dev/null @@ -1,113 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-15 21:23+0000\n" -"Last-Translator: Michal L \n" -"Language-Team: Polish \n" -"Language: pl\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "Zezwalaj Gościom" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "Użytkownicy z prawem dostępu" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "Utwórz maskę" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "Opis" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "Maska katalogu" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "Edytuj szablon" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "Edytuj szablon, który jest używany do generowania konfiguracji cifsd." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "Ustawienia główne" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "Ukryj pliki zaczynające się od kropki" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "Interfejs" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "Słuchaj tylko na podanym interfejsie, lub jeśli nie podano na LANie" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "Nazwa" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "Udziały sieciowe" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "Ścieżka" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" -"Proszę dodać katalogi do udostępnienia. Każdy katalog odnosi się do folderu " -"w zamontowanym urządzeniu." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "Tylko do odczytu" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "Udostępniane katalogi" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" -"To jest zawartość pliku '/etc/cifs/smb.conf.template', na podstawie którego " -"zostanie wygenerowana konfiguracja cifsd. Wartości otoczone symbolem kreski " -"pionowej ('|') nie powinny być zmieniane. Wartości ich zostaną pobrane z " -"zakładki \"Ustawienia ogólne\"." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32 -msgid "Workgroup" -msgstr "Grupa robocza" diff --git a/applications/luci-app-cifsd/po/pt/cifsd.po b/applications/luci-app-cifsd/po/pt/cifsd.po deleted file mode 100644 index 7a8ebe771..000000000 --- a/applications/luci-app-cifsd/po/pt/cifsd.po +++ /dev/null @@ -1,112 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-11-02 16:06+0000\n" -"Last-Translator: ssantos \n" -"Language-Team: Portuguese \n" -"Language: pt\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "Permitir Convidados" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "Utilizadores Permitidos" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "Navegável" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "Criar máscara" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "Descrição" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "Máscara do diretório" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "Editar Modelo" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "Editar o modelo que é usado para gerar a configuração cifsd." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "Forçar Root" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "Configurações Gerais" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "Ocultar ficheiros de ponto" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "Herdar proprietário" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "Interface" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "Ouvir apenas na interface indicada ou, se não especificado, na LAN" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "Nome" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "Partilhas da Rede" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "Caminho" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" -"Por favor, adicione diretórios para compartilhar. Cada diretório refere-se a " -"uma pasta num aparelho montado." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "Apenas Leitura" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "Directórios Partilhados" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" -"Este é o conteúdo do ficheiro '/etc/cifs/smb.conf.template' do qual a sua " -"configuração cifsd será gerada. Os valores incluídos pelos símbolos dos " -"tubos ('|') não devem ser alterados. Eles obtêm os seus valores da aba " -"'Configurações Gerais'." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32 -msgid "Workgroup" -msgstr "Grupo de trabalho" diff --git a/applications/luci-app-cifsd/po/pt_BR/cifsd.po b/applications/luci-app-cifsd/po/pt_BR/cifsd.po deleted file mode 100644 index 1ecc90c14..000000000 --- a/applications/luci-app-cifsd/po/pt_BR/cifsd.po +++ /dev/null @@ -1,112 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-11-26 17:10+0000\n" -"Last-Translator: Rafael Fontenelle \n" -"Language-Team: Portuguese (Brazil) \n" -"Language: pt_BR\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "Permitir convidados" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "Usuários permitidos" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "Navegável" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "Máscara de criação" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "Descrição" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "Máscara do diretório" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "Editar modelo" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "Edita o modelo que é usado para gerar a configuração cifsd." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "Forçar Usuário Root" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "Configurações Gerais" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "Ocultar arquivos-ponto (dotfiles)" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "Herdar o dono" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "Interface" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "Ouvir apenas na interface fornecida ou, se não for especificado, na LAN" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "Nome" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "Compartilhamentos de Rede" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "Caminho" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" -"Por favor, adicione diretórios para compartilhar. Cada diretório refere-se a " -"uma pasta em um dispositivo montado." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "Somente leitura" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "Diretórios Compartilhados" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" -"Este é o conteúdo do arquivo \"/etc/cifs/smb.conf.template\" a partir do " -"qual sua configuração cifsd será gerada. Os valores delimitados por símbolos " -"de tubulação (\"|\") não devem ser alterados. Eles obtêm seus valores na " -"guia \"Configurações Gerais\"." - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32 -msgid "Workgroup" -msgstr "Grupo de trabalho" diff --git a/applications/luci-app-cifsd/po/ro/cifsd.po b/applications/luci-app-cifsd/po/ro/cifsd.po deleted file mode 100644 index f389f36f6..000000000 --- a/applications/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:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/ru/cifsd.po b/applications/luci-app-cifsd/po/ru/cifsd.po deleted file mode 100644 index b3bac30cc..000000000 --- a/applications/luci-app-cifsd/po/ru/cifsd.po +++ /dev/null @@ -1,107 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-26 18:23+0000\n" -"Last-Translator: Alex Ky \n" -"Language-Team: Russian \n" -"Language: ru\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.10\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "Описание" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "Основные настройки" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "Интерфейс" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "Имя" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/sk/cifsd.po b/applications/luci-app-cifsd/po/sk/cifsd.po deleted file mode 100644 index 8065574e5..000000000 --- a/applications/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:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/sv/cifsd.po b/applications/luci-app-cifsd/po/sv/cifsd.po deleted file mode 100644 index c4ae3cb8a..000000000 --- a/applications/luci-app-cifsd/po/sv/cifsd.po +++ /dev/null @@ -1,106 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-10-17 20:23+0000\n" -"Last-Translator: Mattias Münster \n" -"Language-Team: Swedish \n" -"Language: sv\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.9.1-dev\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "Tillåt gäster" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "Tillåtna användare" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "Skapa mask" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "Beskrivning" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "Mask för mapp" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "Redigera mall" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "Generella inställningar" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "Gränssnitt" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "Namn" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "Nätverksdelningar" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "Genväg" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "Endast läsbar" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "Delade mappar" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "Arbetsgrupp" diff --git a/applications/luci-app-cifsd/po/templates/cifsd.pot b/applications/luci-app-cifsd/po/templates/cifsd.pot deleted file mode 100644 index 5bc2d2c51..000000000 --- a/applications/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:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/tr/cifsd.po b/applications/luci-app-cifsd/po/tr/cifsd.po deleted file mode 100644 index 4497c9e72..000000000 --- a/applications/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:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/vi/cifsd.po b/applications/luci-app-cifsd/po/vi/cifsd.po deleted file mode 100644 index 4476fc3e1..000000000 --- a/applications/luci-app-cifsd/po/vi/cifsd.po +++ /dev/null @@ -1,106 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-11-20 17:07+0000\n" -"Last-Translator: Le Van Uoc \n" -"Language-Team: Vietnamese \n" -"Language: vi\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "Mô tả" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/po/zh-cn/cifsd.po b/applications/luci-app-cifsd/po/zh-cn/cifsd.po deleted file mode 100644 index 425a5dfd5..000000000 --- a/applications/luci-app-cifsd/po/zh-cn/cifsd.po +++ /dev/null @@ -1,111 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: 2019-11-13 23:05+0000\n" -"Last-Translator: Chen Minqiang \n" -"Language-Team: Chinese (Simplified) \n" -"Language: zh-cn\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "允许匿名用户" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "允许用户" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "可浏览" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "创建权限掩码" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "描述" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "目录权限掩码" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "编辑模板" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "编辑用来生成 cifsd 设置的模板。" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "强制 Root" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "基本设置" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "继承所有者" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "接口" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "仅监听指定的接口,未指定则监听 lan" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "名称" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "网络共享" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "目录" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "请添加要共享的目录。每个目录指到已挂载设备上的文件夹。" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "只读" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "共享目录" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') should not be changed. They get their values from the 'General " -"Settings' tab." -msgstr "" -"这是将从其上生成 cifsd 配置的文件“/etc/cifs/smb.conf.template”的内容。由管道" -"符(“|”)包围的值不应更改。它们将从“常规设置”标签中获取其值。" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32 -msgid "Workgroup" -msgstr "工作组" diff --git a/applications/luci-app-cifsd/po/zh-tw/cifsd.po b/applications/luci-app-cifsd/po/zh-tw/cifsd.po deleted file mode 100644 index 27988e81d..000000000 --- a/applications/luci-app-cifsd/po/zh-tw/cifsd.po +++ /dev/null @@ -1,106 +0,0 @@ -msgid "" -msgstr "" -"PO-Revision-Date: 2019-12-19 19:40+0000\n" -"Last-Translator: 孤爺仔 <7312140@qq.com>\n" -"Language-Team: Chinese (Traditional) \n" -"Language: zh-tw\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.10-dev\n" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 -msgid "Allow guests" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 -msgid "Allowed users" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 -msgid "Browse-able" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 -msgid "Create mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 -msgid "Description" -msgstr "說明" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 -msgid "Directory mask" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 -msgid "Edit Template" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 -msgid "Force Root" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 -msgid "General Settings" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 -msgid "Hide dot files" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 -msgid "Inherit owner" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 -msgid "Interface" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 -msgid "Listen only on the given interface or, if unspecified, on lan" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 -msgid "Name" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 -msgid "Network Shares" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 -msgid "Path" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 -msgid "" -"Please add directories to share. Each directory refers to a folder on a " -"mounted device." -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 -msgid "Read-only" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 -msgid "Shared Directories" -msgstr "" - -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 -msgid "" -"This is the content of the file '/etc/cifs/smb.conf.template' from which " -"your cifsd configuration will be generated. Values enclosed by pipe symbols " -"('|') 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:32 -msgid "Workgroup" -msgstr "" diff --git a/applications/luci-app-cifsd/root/usr/share/rpcd/acl.d/luci-app-cifsd.json b/applications/luci-app-cifsd/root/usr/share/rpcd/acl.d/luci-app-cifsd.json deleted file mode 100644 index aed904862..000000000 --- a/applications/luci-app-cifsd/root/usr/share/rpcd/acl.d/luci-app-cifsd.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "luci-app-cifsd": { - "description": "Grant access to LuCI app cifsd", - "read": { - "file": { - "/etc/cifs/smb.conf.template": [ "read" ], - "/usr/sbin/cifsd": [ "exec" ] - } - }, - "write": { - "file": { - "/etc/cifs/smb.conf.template": [ "write" ] - } - } - } -} diff --git a/applications/luci-app-cifsd/Makefile b/applications/luci-app-smbd/Makefile similarity index 55% rename from applications/luci-app-cifsd/Makefile rename to applications/luci-app-smbd/Makefile index ef725a705..641bbd476 100644 --- a/applications/luci-app-cifsd/Makefile +++ b/applications/luci-app-smbd/Makefile @@ -2,9 +2,9 @@ include $(TOPDIR)/rules.mk -LUCI_TITLE:=Network Shares - CIFSD CIFS/SMB kernel fileserver -LUCI_DEPENDS:=+cifsd-tools +LUCI_TITLE:=Network Shares - SMBD the SMB kernel fileserver +LUCI_DEPENDS:=+smbd-server -include ../../luci.mk +include $(TOPDIR)/feeds/luci/luci.mk # call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js b/applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js similarity index 76% rename from applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js rename to applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js index 0628936fd..f1d8cf480 100644 --- a/applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js +++ b/applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js @@ -8,19 +8,23 @@ return L.view.extend({ return Promise.all([ L.resolveDefault(fs.stat('/sbin/block'), null), L.resolveDefault(fs.stat('/etc/config/fstab'), null), - L.resolveDefault(fs.exec("cifsd", ["-h"]), {}).then(function(res) { return L.toArray((res.stderr || '').match(/version : (\S+ \S+)/))[1] }), + L.resolveDefault(fs.exec('/usr/sbin/usmbd', ['-V']), {}).then(function(res) { return L.toArray((res.stdout || '').match(/version : (\S+)/))[1] }), + L.resolveDefault(fs.exec('/sbin/modinfo', ['smbd']), {}).then(function(res) { return L.toArray((res.stdout || '').match(/version:\t(\S+)/))[1] }), ]); }, render: function(stats) { var m, s, o, v; v = ''; - m = new form.Map('cifsd', _('Network Shares')); + m = new form.Map('smbd', _('Network Shares')); if (stats[2]) { - v = 'Version ' + stats[2].trim(); + v = stats[2].trim(); } - s = m.section(form.TypedSection, 'globals', 'Cifsd ' + v); + if (stats[3]) { + v = v + ' Kmod: ' + stats[3].trim(); + } + s = m.section(form.TypedSection, 'globals', 'Smbd: ' + v); s.anonymous = true; s.tab('general', _('General Settings')); @@ -33,18 +37,18 @@ return L.view.extend({ o.placeholder = 'WORKGROUP'; o = s.taboption('general', form.Value, 'description', _('Description')); - o.placeholder = 'Cifsd on OpenWrt'; + o.placeholder = 'Smbd on OpenWrt'; o = s.taboption('template', form.TextValue, '_tmpl', - _('Edit the template that is used for generating the cifsd configuration.'), - _("This is the content of the file '/etc/cifs/smb.conf.template' from which your cifsd configuration will be generated. \ + _('Edit the template that is used for generating the smbd configuration.'), + _("This is the content of the file '/etc/smbd/smb.conf.template' from which your smbd configuration will be generated. \ Values enclosed by pipe symbols ('|') should not be changed. They get their values from the 'General Settings' tab.")); o.rows = 20; o.cfgvalue = function(section_id) { - return fs.trimmed('/etc/cifs/smb.conf.template'); + return fs.trimmed('/etc/smbd/smb.conf.template'); }; o.write = function(section_id, formvalue) { - return fs.write('/etc/cifs/smb.conf.template', formvalue.trim().replace(/\r\n/g, '\n') + '\n'); + return fs.write('/etc/smbd/smb.conf.template', formvalue.trim().replace(/\r\n/g, '\n') + '\n'); }; diff --git a/applications/luci-app-smbd/luasrc/controller/smbd.lua b/applications/luci-app-smbd/luasrc/controller/smbd.lua new file mode 100644 index 000000000..2bf1b1578 --- /dev/null +++ b/applications/luci-app-smbd/luasrc/controller/smbd.lua @@ -0,0 +1,11 @@ +-- Licensed to the public under the Apache License 2.0. + +module("luci.controller.smbd", package.seeall) + +function index() + if not nixio.fs.access("/etc/config/smbd") then + return + end + + entry({"admin", "services", "smbd"}, view("smbd"), _("Network Shares")).dependent = true +end diff --git a/applications/luci-app-smbd/po/bg/smbd.po b/applications/luci-app-smbd/po/bg/smbd.po new file mode 100644 index 000000000..4638141cc --- /dev/null +++ b/applications/luci-app-smbd/po/bg/smbd.po @@ -0,0 +1,100 @@ +msgid "" +msgstr "" +"Language: bg\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/po/ca/smbd.po b/applications/luci-app-smbd/po/ca/smbd.po new file mode 100644 index 000000000..fdbee3791 --- /dev/null +++ b/applications/luci-app-smbd/po/ca/smbd.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-10-20 13:09+0000\n" +"Last-Translator: Adolfo Jayme Barrientos \n" +"Language-Team: Catalan \n" +"Language: ca\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.9.1-dev\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "Descripció" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "Nom" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-cifsd/po/cs/cifsd.po b/applications/luci-app-smbd/po/cs/smbd.po similarity index 50% rename from applications/luci-app-cifsd/po/cs/cifsd.po rename to applications/luci-app-smbd/po/cs/smbd.po index 14e96f6ab..bf46ce0b4 100644 --- a/applications/luci-app-cifsd/po/cs/cifsd.po +++ b/applications/luci-app-smbd/po/cs/smbd.po @@ -10,76 +10,76 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 msgid "Allow guests" msgstr "Povolení hosté" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 msgid "Allowed users" msgstr "Povolení uživatelé" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 msgid "Browse-able" msgstr "Možnost procházení" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 msgid "Create mask" msgstr "Vytvořit masku" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 msgid "Description" msgstr "Popis" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 msgid "Directory mask" msgstr "Maska adresáře" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 msgid "Edit Template" msgstr "Editovat šablonu" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." msgstr "Editovat šablonu, která je použita pro generování konfigurace CIFSD." -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 msgid "Force Root" msgstr "Vynutit superuživatelský přístup" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 msgid "General Settings" msgstr "Obecné nastavení" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 msgid "Hide dot files" msgstr "Skrýt soubory začínající tečkou" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 msgid "Inherit owner" msgstr "Zdědit vlastníka" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 msgid "Interface" msgstr "Rozhraní" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "Naslouchat pouze na daném rozhraní nebo, pokud není zadáno, v síti LAN" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 msgid "Name" msgstr "Název" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 msgid "Network Shares" msgstr "Síťová sdílení" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 msgid "Path" msgstr "Cesta" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -87,25 +87,25 @@ msgstr "" "Přidejte adresáře, které chcete sdílet. Každý adresář odkazuje na složku na " "připojeném zařízení." -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 msgid "Read-only" msgstr "Pouze pro čtení" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 msgid "Shared Directories" msgstr "Sdílené adresáře" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 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 " +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd configuration will be generated. Values enclosed by pipe symbols " "('|') should not be changed. They get their values from the 'General " "Settings' tab." msgstr "" -"Toto je obsah souboru '/etc/cifs/smb.conf.template', ze kterého bude " +"Toto je obsah souboru '/etc/smbd/smb.conf.template', ze kterého bude " "vygenerována konfigurace CIFSD. Hodnoty ohraničené symbolem roury ('|') by " "neměly být měněny, protože získají hodnoty ze záložky 'Obecná nastavení'." -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:32 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:36 msgid "Workgroup" msgstr "Skupina" diff --git a/applications/luci-app-smbd/po/de/smbd.po b/applications/luci-app-smbd/po/de/smbd.po new file mode 100644 index 000000000..cb2cd1dc7 --- /dev/null +++ b/applications/luci-app-smbd/po/de/smbd.po @@ -0,0 +1,116 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-11-25 13:58+0000\n" +"Last-Translator: ssantos \n" +"Language-Team: German \n" +"Language: de\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "Gastzugang" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "Legitimierte Benutzer" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "Durchsuchbar" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "Berechtigungs-maske für neue Dateien" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "Beschreibung" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "Verzeichnis-maske" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "Template bearbeiten" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" +"Bearbeite die Vorlage, die für die Erstellung der smbd-Konfiguration " +"verwendet wird." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "Root erzwingen" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "Allgemeine Einstellungen" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "Dotfiles ausblenden" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "Besitzer Erben" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "Schnittstelle" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" +"Nur auf die angegebene Schnittstelle reagieren oder, wenn nicht " +"spezifiziert, auf LAN" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "Name" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "Netzwerk-freigaben" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "Pfad" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" +"Bitte fügen Sie Verzeichnisse hinzu, die Sie freigeben möchten. Jedes " +"Verzeichnis bezieht sich auf einen Ordner auf einem bereitgestellten Gerät." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "Nur Lesen" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "Freigegebene Verzeichnisse" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Dies ist der Inhalt der Datei '/etc/smbd/smb.conf.template', aus der die " +"smbd-Konfiguration generiert wird. Werte, die durch Pipes ('|') " +"eingeschlossen sind, sollten nicht verändert werden. Sie erhalten ihre Werte " +"vom Tab 'Allgemeine Einstellungen'." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "Arbeitsgruppe" diff --git a/applications/luci-app-smbd/po/el/smbd.po b/applications/luci-app-smbd/po/el/smbd.po new file mode 100644 index 000000000..4423ff118 --- /dev/null +++ b/applications/luci-app-smbd/po/el/smbd.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-11-25 13:58+0000\n" +"Last-Translator: Kostas Lampropoulos \n" +"Language-Team: Greek \n" +"Language: el\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "Περιγραφή" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "Διεπαφή" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/po/en/smbd.po b/applications/luci-app-smbd/po/en/smbd.po new file mode 100644 index 000000000..5ff2bcfa9 --- /dev/null +++ b/applications/luci-app-smbd/po/en/smbd.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-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-cifsd/po/es/cifsd.po b/applications/luci-app-smbd/po/es/smbd.po similarity index 53% rename from applications/luci-app-cifsd/po/es/cifsd.po rename to applications/luci-app-smbd/po/es/smbd.po index 358c4bb87..94b07b24f 100644 --- a/applications/luci-app-cifsd/po/es/cifsd.po +++ b/applications/luci-app-smbd/po/es/smbd.po @@ -13,76 +13,76 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 msgid "Allow guests" msgstr "Permitir invitados" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 msgid "Allowed users" msgstr "Usuarios permitidos" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 msgid "Browse-able" msgstr "Navegable" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 msgid "Create mask" msgstr "Crear máscara" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 msgid "Description" msgstr "Descripción" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 msgid "Directory mask" msgstr "Máscara de directorio" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 msgid "Edit Template" msgstr "Editar plantilla" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." -msgstr "Edite la plantilla que se utiliza para generar la configuración cifsd." +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "Edite la plantilla que se utiliza para generar la configuración smbd." -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 msgid "Force Root" msgstr "Forzar Root" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 msgid "General Settings" msgstr "Configuración general" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 msgid "Hide dot files" msgstr "Ocultar archivos pequeños" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 msgid "Inherit owner" msgstr "Heredar propietario" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 msgid "Interface" msgstr "Interfaz" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 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:56 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 msgid "Name" msgstr "Nombre" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 msgid "Network Shares" msgstr "Recursos compartidos de red" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 msgid "Path" msgstr "Ruta" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -90,27 +90,27 @@ 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:67 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 msgid "Read-only" msgstr "Solo lectura" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 msgid "Shared Directories" msgstr "Directorios compartidos" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 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 " +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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' desde el cual " -"se generará su configuración cifsd. Los valores encerrados por símbolos de " +"Este es el contenido del archivo '/etc/smbd/smb.conf.template' desde el cual " +"se generará su configuración smbd. 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:32 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:36 msgid "Workgroup" msgstr "Grupo de trabajo" @@ -120,12 +120,12 @@ msgstr "Grupo de trabajo" #~ "Edite la plantilla que se utiliza para generar la configuración de samba." #~ msgid "" -#~ "This is the content of the file '/etc/cifs/smb.conf.template' from which " +#~ "This is the content of the file '/etc/smbd/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 " +#~ "Este es el contenido del archivo '/etc/smbd/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'." diff --git a/applications/luci-app-smbd/po/fr/smbd.po b/applications/luci-app-smbd/po/fr/smbd.po new file mode 100644 index 000000000..c6aa3bb2f --- /dev/null +++ b/applications/luci-app-smbd/po/fr/smbd.po @@ -0,0 +1,112 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-10-24 13:55+0000\n" +"Last-Translator: Nathan \n" +"Language-Team: French \n" +"Language: fr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.9.1-dev\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "Autoriser les invités" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "Utilisateurs autorisés" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +#, fuzzy +msgid "Browse-able" +msgstr "Autorisé à parcourir" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "Créer un masque" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "Description" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "Masque de répertoire" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "Modifier le modèle" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" +"Modifier le modèle qui est utilisé pour la génération de a configuration de " +"smbd." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "Forcer le Root" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "Paramètres généraux" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "Interface" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" +"Écoute uniquement l'interface donnée, ou si non spécifiée, le réseau local" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "Nom" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "Partages réseau" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "Chemin" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" +"Veuillez ajouter des répertoires à partager. Chaque répertoire fait " +"référence à un dossier sur un périphérique monté." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "Lecture seule" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "Répertoires partagés" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "Groupe de travail" diff --git a/applications/luci-app-smbd/po/he/smbd.po b/applications/luci-app-smbd/po/he/smbd.po new file mode 100644 index 000000000..0d8d339c3 --- /dev/null +++ b/applications/luci-app-smbd/po/he/smbd.po @@ -0,0 +1,100 @@ +msgid "" +msgstr "" +"Language: he\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/po/hi/smbd.po b/applications/luci-app-smbd/po/hi/smbd.po new file mode 100644 index 000000000..c412ea102 --- /dev/null +++ b/applications/luci-app-smbd/po/hi/smbd.po @@ -0,0 +1,100 @@ +msgid "" +msgstr "" +"Language: hi\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/po/hu/smbd.po b/applications/luci-app-smbd/po/hu/smbd.po new file mode 100644 index 000000000..0bded628a --- /dev/null +++ b/applications/luci-app-smbd/po/hu/smbd.po @@ -0,0 +1,115 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-16 23:26+0000\n" +"Last-Translator: Balázs Úr \n" +"Language-Team: Hungarian \n" +"Language: hu\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "Vendégek engedélyezése" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "Engedélyezett felhasználók" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "Tallózható" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "Létrehozási maszk" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "Leírás" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "Könyvtármaszk" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "Sablon szerkesztése" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" +"A sablon szerkesztése, amely a smbd beállítások előállításához lesz " +"használva." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "Rendszergazda kényszerítése" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "Általános beállítások" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "Rejtett fájlok elrejtése" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "Tulajdonos öröklése" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "Csatoló" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" +"Figyelés csak a megadott csatolón, vagy a helyi hálózaton, ha nincs megadva" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "Név" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "Hálózati megosztások" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "Útvonal" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" +"Adja hozzá a megosztandó könyvtárakat. Minden egyes könyvtár egy csatolt " +"eszközön lévő mappára hivatkozik." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "Csak olvasható" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "Megosztott könyvtárak" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Ez az „/etc/smbd/smb.conf.template” fájl tartalma, amelyből a smbd " +"beállítások előállításra kerülnek. A csőszimbólumok („|”) között lévő " +"értékeket nem szabad megváltoztatni. Azok az „Általános beállítások” lapról " +"kapják az értékeiket." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "Munkacsoport" diff --git a/applications/luci-app-smbd/po/it/smbd.po b/applications/luci-app-smbd/po/it/smbd.po new file mode 100644 index 000000000..e2c8a3229 --- /dev/null +++ b/applications/luci-app-smbd/po/it/smbd.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-11-25 13:58+0000\n" +"Last-Translator: Ansuel Smith \n" +"Language-Team: Italian \n" +"Language: it\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "Nome" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/po/ja/smbd.po b/applications/luci-app-smbd/po/ja/smbd.po new file mode 100644 index 000000000..908f82170 --- /dev/null +++ b/applications/luci-app-smbd/po/ja/smbd.po @@ -0,0 +1,100 @@ +msgid "" +msgstr "" +"Language: ja\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/po/ko/smbd.po b/applications/luci-app-smbd/po/ko/smbd.po new file mode 100644 index 000000000..757f69ac2 --- /dev/null +++ b/applications/luci-app-smbd/po/ko/smbd.po @@ -0,0 +1,100 @@ +msgid "" +msgstr "" +"Language: ko\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/po/mr/smbd.po b/applications/luci-app-smbd/po/mr/smbd.po new file mode 100644 index 000000000..fe8a7c11f --- /dev/null +++ b/applications/luci-app-smbd/po/mr/smbd.po @@ -0,0 +1,108 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-28 03:17+0000\n" +"Last-Translator: Prachi Joshi \n" +"Language-Team: Marathi \n" +"Language: mr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.10\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "अतिथींना परवानगी द्या" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "अनुमत वापरकर्ते" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "ब्राउझ-सक्षम" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "मुखवटा तयार करा" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "वर्णन" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "निर्देशिका मास्क" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "टेम्पलेट संपादित करा" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "सामान्य सेटिंग्ज" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "नाव" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "नेटवर्क शेअर्स" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "पथ" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" +"कृपया सामायिक करण्यासाठी निर्देशिका जोडा. प्रत्येक निर्देशिका माउंट केलेल्या डिव्हाइसवरील " +"फोल्डरचा संदर्भ देते." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "केवळ-वाचनीय" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "सामायिक निर्देशिका" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "कार्यसमूह" diff --git a/applications/luci-app-smbd/po/ms/smbd.po b/applications/luci-app-smbd/po/ms/smbd.po new file mode 100644 index 000000000..367293c28 --- /dev/null +++ b/applications/luci-app-smbd/po/ms/smbd.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-18 04:21+0000\n" +"Last-Translator: Pusak Hitam \n" +"Language-Team: Malay \n" +"Language: ms\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "Keterangan" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/po/nb_NO/smbd.po b/applications/luci-app-smbd/po/nb_NO/smbd.po new file mode 100644 index 000000000..a5efb7fe9 --- /dev/null +++ b/applications/luci-app-smbd/po/nb_NO/smbd.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-10-30 03:22+0000\n" +"Last-Translator: Allan Nordhøy \n" +"Language-Team: Norwegian Bokmål \n" +"Language: nb_NO\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.9.1\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "Beskrivelse" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/po/pl/smbd.po b/applications/luci-app-smbd/po/pl/smbd.po new file mode 100644 index 000000000..e041add6c --- /dev/null +++ b/applications/luci-app-smbd/po/pl/smbd.po @@ -0,0 +1,113 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-15 21:23+0000\n" +"Last-Translator: Michal L \n" +"Language-Team: Polish \n" +"Language: pl\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "Zezwalaj Gościom" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "Użytkownicy z prawem dostępu" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "Utwórz maskę" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "Opis" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "Maska katalogu" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "Edytuj szablon" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "Edytuj szablon, który jest używany do generowania konfiguracji smbd." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "Ustawienia główne" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "Ukryj pliki zaczynające się od kropki" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "Interfejs" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "Słuchaj tylko na podanym interfejsie, lub jeśli nie podano na LANie" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "Nazwa" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "Udziały sieciowe" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "Ścieżka" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" +"Proszę dodać katalogi do udostępnienia. Każdy katalog odnosi się do folderu " +"w zamontowanym urządzeniu." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "Tylko do odczytu" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "Udostępniane katalogi" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"To jest zawartość pliku '/etc/smbd/smb.conf.template', na podstawie którego " +"zostanie wygenerowana konfiguracja smbd. Wartości otoczone symbolem kreski " +"pionowej ('|') nie powinny być zmieniane. Wartości ich zostaną pobrane z " +"zakładki \"Ustawienia ogólne\"." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "Grupa robocza" diff --git a/applications/luci-app-smbd/po/pt/smbd.po b/applications/luci-app-smbd/po/pt/smbd.po new file mode 100644 index 000000000..9cb53f1e3 --- /dev/null +++ b/applications/luci-app-smbd/po/pt/smbd.po @@ -0,0 +1,112 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-11-02 16:06+0000\n" +"Last-Translator: ssantos \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "Permitir Convidados" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "Utilizadores Permitidos" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "Navegável" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "Criar máscara" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "Descrição" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "Máscara do diretório" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "Editar Modelo" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "Editar o modelo que é usado para gerar a configuração smbd." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "Forçar Root" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "Configurações Gerais" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "Ocultar ficheiros de ponto" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "Herdar proprietário" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "Interface" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "Ouvir apenas na interface indicada ou, se não especificado, na LAN" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "Nome" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "Partilhas da Rede" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "Caminho" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" +"Por favor, adicione diretórios para compartilhar. Cada diretório refere-se a " +"uma pasta num aparelho montado." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "Apenas Leitura" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "Directórios Partilhados" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Este é o conteúdo do ficheiro '/etc/smbd/smb.conf.template' do qual a sua " +"configuração smbd será gerada. Os valores incluídos pelos símbolos dos tubos " +"('|') não devem ser alterados. Eles obtêm os seus valores da aba " +"'Configurações Gerais'." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "Grupo de trabalho" diff --git a/applications/luci-app-smbd/po/pt_BR/smbd.po b/applications/luci-app-smbd/po/pt_BR/smbd.po new file mode 100644 index 000000000..aea195660 --- /dev/null +++ b/applications/luci-app-smbd/po/pt_BR/smbd.po @@ -0,0 +1,113 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-11-26 17:10+0000\n" +"Last-Translator: Rafael Fontenelle \n" +"Language-Team: Portuguese (Brazil) \n" +"Language: pt_BR\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "Permitir convidados" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "Usuários permitidos" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "Navegável" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "Máscara de criação" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "Descrição" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "Máscara do diretório" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "Editar modelo" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "Edita o modelo que é usado para gerar a configuração smbd." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "Forçar Usuário Root" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "Configurações Gerais" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "Ocultar arquivos-ponto (dotfiles)" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "Herdar o dono" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "Interface" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" +"Ouvir apenas na interface fornecida ou, se não for especificado, na LAN" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "Nome" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "Compartilhamentos de Rede" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "Caminho" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" +"Por favor, adicione diretórios para compartilhar. Cada diretório refere-se a " +"uma pasta em um dispositivo montado." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "Somente leitura" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "Diretórios Compartilhados" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"Este é o conteúdo do arquivo \"/etc/smbd/smb.conf.template\" a partir do " +"qual sua configuração smbd será gerada. Os valores delimitados por símbolos " +"de tubulação (\"|\") não devem ser alterados. Eles obtêm seus valores na " +"guia \"Configurações Gerais\"." + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "Grupo de trabalho" diff --git a/applications/luci-app-smbd/po/ro/smbd.po b/applications/luci-app-smbd/po/ro/smbd.po new file mode 100644 index 000000000..26f6b1945 --- /dev/null +++ b/applications/luci-app-smbd/po/ro/smbd.po @@ -0,0 +1,100 @@ +msgid "" +msgstr "" +"Language: ro\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/po/ru/smbd.po b/applications/luci-app-smbd/po/ru/smbd.po new file mode 100644 index 000000000..4de609051 --- /dev/null +++ b/applications/luci-app-smbd/po/ru/smbd.po @@ -0,0 +1,107 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-26 18:23+0000\n" +"Last-Translator: Alex Ky \n" +"Language-Team: Russian \n" +"Language: ru\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" +"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 3.10\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "Описание" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "Основные настройки" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "Интерфейс" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "Имя" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/po/sk/smbd.po b/applications/luci-app-smbd/po/sk/smbd.po new file mode 100644 index 000000000..1f3d03b59 --- /dev/null +++ b/applications/luci-app-smbd/po/sk/smbd.po @@ -0,0 +1,100 @@ +msgid "" +msgstr "" +"Language: sk\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/po/sv/smbd.po b/applications/luci-app-smbd/po/sv/smbd.po new file mode 100644 index 000000000..c5119347a --- /dev/null +++ b/applications/luci-app-smbd/po/sv/smbd.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-10-17 20:23+0000\n" +"Last-Translator: Mattias Münster \n" +"Language-Team: Swedish \n" +"Language: sv\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.9.1-dev\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "Tillåt gäster" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "Tillåtna användare" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "Skapa mask" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "Beskrivning" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "Mask för mapp" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "Redigera mall" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "Generella inställningar" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "Gränssnitt" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "Namn" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "Nätverksdelningar" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "Genväg" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "Endast läsbar" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "Delade mappar" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "Arbetsgrupp" diff --git a/applications/luci-app-smbd/po/templates/smbd.pot b/applications/luci-app-smbd/po/templates/smbd.pot new file mode 100644 index 000000000..3c996aca3 --- /dev/null +++ b/applications/luci-app-smbd/po/templates/smbd.pot @@ -0,0 +1,97 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/po/tr/smbd.po b/applications/luci-app-smbd/po/tr/smbd.po new file mode 100644 index 000000000..347546836 --- /dev/null +++ b/applications/luci-app-smbd/po/tr/smbd.po @@ -0,0 +1,100 @@ +msgid "" +msgstr "" +"Language: tr\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-cifsd/po/uk/cifsd.po b/applications/luci-app-smbd/po/uk/smbd.po similarity index 52% rename from applications/luci-app-cifsd/po/uk/cifsd.po rename to applications/luci-app-smbd/po/uk/smbd.po index 65d7f4d86..7c923620a 100644 --- a/applications/luci-app-cifsd/po/uk/cifsd.po +++ b/applications/luci-app-smbd/po/uk/smbd.po @@ -11,78 +11,78 @@ msgstr "" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.10-dev\n" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:78 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 msgid "Allow guests" msgstr "Дозволити гостьовий вхід" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:75 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 msgid "Allowed users" msgstr "Дозволені користувачі" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:62 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 msgid "Browse-able" msgstr "Дост. для перегл." -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:94 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 msgid "Create mask" msgstr "Створити маску" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:35 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 msgid "Description" msgstr "Опис" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:100 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 msgid "Directory mask" msgstr "Маска каталогу" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:27 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 msgid "Edit Template" msgstr "Редагувати шаблон" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:39 -msgid "Edit the template that is used for generating the cifsd configuration." +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." msgstr "" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:73 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 msgid "Force Root" msgstr "Примусово Root" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:26 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 msgid "General Settings" msgstr "Загальні параметри" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:89 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 msgid "Hide dot files" msgstr "" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:84 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 msgid "Inherit owner" msgstr "Успадковувати власника" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:29 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 msgid "Interface" msgstr "Інтерфейс" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:30 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 msgid "Listen only on the given interface or, if unspecified, on lan" msgstr "" "Прослуховувати тільки на цьому інтерфейсі, якщо не визначено – на " "всіх" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:56 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 msgid "Name" msgstr "Ім'я" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:18 -#: applications/luci-app-cifsd/luasrc/controller/cifsd.lua:10 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 msgid "Network Shares" msgstr "Спільні мережеві ресурси" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:57 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 msgid "Path" msgstr "Шлях" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:52 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." @@ -90,22 +90,22 @@ msgstr "" "Додайте каталоги для спільного доступу. Кожен каталог посилається на папку " "на підключеному пристрої." -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:67 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 msgid "Read-only" msgstr "Тільки читання" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:51 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 msgid "Shared Directories" msgstr "Спільні каталоги" -#: applications/luci-app-cifsd/htdocs/luci-static/resources/view/cifsd.js:40 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 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 " +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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:32 +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:36 msgid "Workgroup" msgstr "Робоча група" diff --git a/applications/luci-app-smbd/po/vi/smbd.po b/applications/luci-app-smbd/po/vi/smbd.po new file mode 100644 index 000000000..84c6cd9ed --- /dev/null +++ b/applications/luci-app-smbd/po/vi/smbd.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-11-20 17:07+0000\n" +"Last-Translator: Le Van Uoc \n" +"Language-Team: Vietnamese \n" +"Language: vi\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "Mô tả" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/po/zh-cn/smbd.po b/applications/luci-app-smbd/po/zh-cn/smbd.po new file mode 100644 index 000000000..f48f7b7df --- /dev/null +++ b/applications/luci-app-smbd/po/zh-cn/smbd.po @@ -0,0 +1,111 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2019-11-13 23:05+0000\n" +"Last-Translator: Chen Minqiang \n" +"Language-Team: Chinese (Simplified) \n" +"Language: zh-cn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "允许匿名用户" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "允许用户" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "可浏览" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "创建权限掩码" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "描述" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "目录权限掩码" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "编辑模板" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "编辑用来生成 smbd 设置的模板。" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "强制 Root" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "基本设置" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "继承所有者" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "接口" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "仅监听指定的接口,未指定则监听 lan" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "名称" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "网络共享" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "目录" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "请添加要共享的目录。每个目录指到已挂载设备上的文件夹。" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "只读" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "共享目录" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd configuration will be generated. Values enclosed by pipe symbols " +"('|') should not be changed. They get their values from the 'General " +"Settings' tab." +msgstr "" +"这是将从其上生成 smbd 配置的文件“/etc/smbd/smb.conf.template”的内容。由管道符" +"(“|”)包围的值不应更改。它们将从“常规设置”标签中获取其值。" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "工作组" diff --git a/applications/luci-app-smbd/po/zh-tw/smbd.po b/applications/luci-app-smbd/po/zh-tw/smbd.po new file mode 100644 index 000000000..e38ec67b9 --- /dev/null +++ b/applications/luci-app-smbd/po/zh-tw/smbd.po @@ -0,0 +1,106 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2019-12-19 19:40+0000\n" +"Last-Translator: 孤爺仔 <7312140@qq.com>\n" +"Language-Team: Chinese (Traditional) \n" +"Language: zh-tw\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 3.10-dev\n" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:82 +msgid "Allow guests" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:79 +msgid "Allowed users" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:66 +msgid "Browse-able" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:98 +msgid "Create mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:39 +msgid "Description" +msgstr "說明" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:104 +msgid "Directory mask" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:31 +msgid "Edit Template" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:43 +msgid "Edit the template that is used for generating the smbd configuration." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:77 +msgid "Force Root" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:30 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:93 +msgid "Hide dot files" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:88 +msgid "Inherit owner" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:33 +msgid "Interface" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:34 +msgid "Listen only on the given interface or, if unspecified, on lan" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:60 +msgid "Name" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:19 +#: applications/luci-app-smbd/luasrc/controller/smbd.lua:10 +msgid "Network Shares" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:61 +msgid "Path" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:56 +msgid "" +"Please add directories to share. Each directory refers to a folder on a " +"mounted device." +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:71 +msgid "Read-only" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:55 +msgid "Shared Directories" +msgstr "" + +#: applications/luci-app-smbd/htdocs/luci-static/resources/view/smbd.js:44 +msgid "" +"This is the content of the file '/etc/smbd/smb.conf.template' from which " +"your smbd 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-smbd/htdocs/luci-static/resources/view/smbd.js:36 +msgid "Workgroup" +msgstr "" diff --git a/applications/luci-app-smbd/root/usr/share/rpcd/acl.d/luci-app-smbd.json b/applications/luci-app-smbd/root/usr/share/rpcd/acl.d/luci-app-smbd.json new file mode 100644 index 000000000..f04985577 --- /dev/null +++ b/applications/luci-app-smbd/root/usr/share/rpcd/acl.d/luci-app-smbd.json @@ -0,0 +1,17 @@ +{ + "luci-app-smbd": { + "description": "Grant access to LuCI app smbd", + "read": { + "file": { + "/etc/smbd/smb.conf.template": [ "read" ], + "/usr/sbin/usmbd": [ "exec" ], + "/sbin/modinfo": [ "exec" ] + } + }, + "write": { + "file": { + "/etc/smbd/smb.conf.template": [ "write" ] + } + } + } +} -- 2.25.1