diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-11-07 18:10:59 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-11-07 18:10:59 +0200 |
commit | 40de466475a617f42d1f5cfa03d0342676e84c9b (patch) | |
tree | c47ff6bf49eefd97e619b2c0ae7715dbebe685a0 /applications/luci-app-samba/po/en | |
parent | 5849b20eab087bbc1a172b583d1a0febe8b506e4 (diff) |
i18n: sync translations, add location annotatations
Thanks to a recent commit, the translation files will now
have info about locations where the string is used. That
can help is deciding the correct translation, as all contexts
are more easily found.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-samba/po/en')
-rw-r--r-- | applications/luci-app-samba/po/en/samba.po | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/applications/luci-app-samba/po/en/samba.po b/applications/luci-app-samba/po/en/samba.po index 642580e9de..1a9ed398c4 100644 --- a/applications/luci-app-samba/po/en/samba.po +++ b/applications/luci-app-samba/po/en/samba.po @@ -13,68 +13,90 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.4\n" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:64 msgid "Allow guests" msgstr "Allow guests" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:17 msgid "Allow system users to reach their home directories via network shares" msgstr "Allow system users to reach their home directories via network shares" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:51 msgid "Allowed users" msgstr "Allowed users" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:58 msgid "Browseable" msgstr "" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:69 msgid "Create mask" msgstr "Create mask" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:14 msgid "Description" msgstr "Description" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:74 msgid "Directory mask" msgstr "Directory mask" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:11 msgid "Edit Template" msgstr "Edit template" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:22 msgid "Edit the template that is used for generating the samba configuration." msgstr "Edit the template that is used for generating the Samba configuration." +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:10 msgid "General Settings" msgstr "General settings" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:13 msgid "Hostname" msgstr "Hostname" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:75 msgid "Mask for new directories" msgstr "Mask for new directories" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:70 msgid "Mask for new files" msgstr "Mask for new files" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:45 msgid "Name" msgstr "Name" +#: applications/luci-app-samba/luasrc/controller/samba.lua:14 +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:5 msgid "Network Shares" msgstr "Network Shares" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:46 msgid "Path" msgstr "Path" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:40 msgid "" "Please add directories to share. Each directory refers to a folder on a " "mounted device." msgstr "" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:53 msgid "Read-only" msgstr "Read-only" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:16 msgid "Share home-directories" msgstr "Share home-directories" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:39 msgid "Shared Directories" msgstr "Shared Directories" +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:23 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 " @@ -86,5 +108,6 @@ msgstr "" "('|') should not be changed. They get their values from the 'General " "settings' tab." +#: applications/luci-app-samba/luasrc/model/cbi/samba.lua:15 msgid "Workgroup" msgstr "Workgroup" |