diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-04-13 15:14:42 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-04-13 15:14:42 +0000 |
commit | 707701df743e2d17b54a947aed8053f22ed98c53 (patch) | |
tree | 61919c560cd0bca22226e0bc6251da79383e8776 /po/en | |
parent | bb2d7517eb3d2229331e11aab5c6c900259e0742 (diff) |
applications/luci-samba: Add textbox to edit the template for config generation (#122)
Diffstat (limited to 'po/en')
-rw-r--r-- | po/en/samba.po | 72 |
1 files changed, 46 insertions, 26 deletions
diff --git a/po/en/samba.po b/po/en/samba.po index cc9a34afb..a7c75b6a8 100644 --- a/po/en/samba.po +++ b/po/en/samba.po @@ -7,51 +7,71 @@ msgstr "" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "Network Shares" -msgstr "Network Shares" +msgid "Allow guests" +msgstr "Allow guests" -msgid "Hostname" -msgstr "Hostname" +msgid "Allow system users to reach their home directories via network shares" +msgstr "Allow system users to reach their home directories via network shares" + +msgid "Allowed users" +msgstr "Allowed users" + +msgid "Create mask" +msgstr "Create mask" msgid "Description" msgstr "Description" -msgid "Workgroup" -msgstr "Workgroup" +msgid "Directory mask" +msgstr "Directory mask" -msgid "Share home-directories" -msgstr "Share home-directories" +msgid "Edit Template" +msgstr "" -msgid "Allow system users to reach their home directories via network shares" -msgstr "Allow system users to reach their home directories via network shares" +msgid "Edit the template that is used for generating the samba configuration." +msgstr "" -msgid "Shared Directories" -msgstr "Shared Directories" +msgid "General Settings" +msgstr "" + +msgid "Hostname" +msgstr "Hostname" + +msgid "Mask for new directories" +msgstr "Mask for new directories" + +msgid "Mask for new files" +msgstr "Mask for new files" + +msgid "Name" +msgstr "" + +msgid "Network Shares" +msgstr "Network Shares" msgid "Path" msgstr "Path" -msgid "Allowed users" -msgstr "Allowed users" - msgid "Read-only" msgstr "Read-only" -msgid "Allow guests" -msgstr "Allow guests" - -msgid "Create mask" -msgstr "Create mask" +msgid "Share home-directories" +msgstr "Share home-directories" -msgid "Mask for new files" -msgstr "Mask for new files" +msgid "Shared Directories" +msgstr "Shared Directories" -msgid "Directory mask" -msgstr "Directory mask" +msgid "" +"This is the content of the file '/etc/samba/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 "" -msgid "Mask for new directories" -msgstr "Mask for new directories" +msgid "Workgroup" +msgstr "Workgroup" |