3 "PO-Revision-Date: 2020-05-31 01:41+0000\n"
4 "Last-Translator: Stephen Maundrell <smaundrell@gmail.com>\n"
5 "Language-Team: English <https://hosted.weblate.org/projects/openwrt/"
6 "luciapplicationsacme/en/>\n"
8 "Content-Type: text/plain; charset=UTF-8\n"
9 "Content-Transfer-Encoding: 8bit\n"
10 "Plural-Forms: nplurals=2; plural=n != 1;\n"
11 "X-Generator: Weblate 4.1-dev\n"
13 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:18
14 msgid "ACME certificates"
15 msgstr "ACME certificates"
17 #: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3
21 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:27
22 msgid "ACME global config"
23 msgstr "ACME global config"
25 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:35
27 msgstr "Account email"
29 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:43
30 msgid "Certificate config"
31 msgstr "Certificate config"
33 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:107
34 msgid "Challenge Alias"
35 msgstr "Challenge Alias"
37 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:94
41 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:101
42 msgid "DNS API credentials"
43 msgstr "DNS API credentials"
45 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:112
49 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:88
53 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:89
55 "Domain names to include in the certificate. The first name will be the "
56 "subject name, subsequent names will be alt names. Note that all domain names "
57 "must point at the router in the global DNS."
59 "Domain names to include in the certificate. The first name will be the "
60 "subject name, subsequent names will be alt names. Note that all domain names "
61 "must point at the router in the global DNS."
63 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:36
64 msgid "Email address to associate with account key."
65 msgstr "Email address to associate with account key."
67 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:40
68 msgid "Enable debug logging"
69 msgstr "Enable debug logging"
71 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:47
75 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:51
77 "Get certificate from the Letsencrypt staging server (use for testing; the "
78 "certificate won't be valid)."
80 "Get certificate from the Letsencrypt staging server (use for testing; the "
81 "certificate won't be valid)."
83 #: applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json:3
84 msgid "Grant UCI access for luci-app-acme"
87 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:55
91 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:56
92 msgid "Key size (and type) for the generated certificate."
95 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:30
96 msgid "State directory"
99 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:108
101 "The challenge alias to use for ALL domains. See https://github.com/acmesh-"
102 "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI "
103 "only supports one challenge alias per certificate."
106 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:102
108 "The credentials for the DNS API mode selected above. See https://github.com/"
109 "acmesh-official/acme.sh/wiki/dnsapi for the format of credentials required "
110 "by each API. Add multiple entries here in KEY=VAL shell variable format to "
111 "supply multiple credential variables."
114 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:113
116 "The domain alias to use for ALL domains. See https://github.com/acmesh-"
117 "official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI "
118 "only supports one challenge domain per certificate."
121 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:19
123 "This configures ACME (Letsencrypt) automatic certificate installation. "
124 "Simply fill out this to have the router configured with Letsencrypt-issued "
125 "certificates for the web interface. Note that the domain names in the "
126 "certificate must already be configured to point at the router's public IP "
127 "address. Once configured, issuing certificates can take a while. Check the "
128 "logs for progress and any errors."
131 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:95
133 "To use DNS mode to issue certificates, set this to the name of a DNS API "
134 "supported by acme.sh. See https://github.com/acmesh-official/acme.sh/wiki/"
135 "dnsapi for the list of available APIs. In DNS mode, the domain name does not "
136 "have to resolve to the router IP. DNS mode is also the only mode that "
137 "supports wildcard certificates. Using this mode requires the acme-dnsapi "
138 "package to be installed."
141 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:75
143 "Update the nginx config with this certificate once issued (only select this "
144 "for one certificate).Nginx must support ssl, if not it won't start as it "
145 "needs to be compiled with ssl support to use cert options"
148 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:67
150 "Update the uhttpd config with this certificate once issued (only select this "
151 "for one certificate).Is also available luci-app-uhttpd to configure uhttpd "
152 "form the LuCI interface."
155 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:74
156 msgid "Use for nginx"
159 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:66
160 msgid "Use for uhttpd"
163 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:50
164 msgid "Use staging server"
167 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:82
168 msgid "Webroot directory"
171 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:83
173 "Webserver root directory. Set this to the webserver document root to run "
174 "Acme in webroot mode. The web server must be accessible from the internet on "
178 #: applications/luci-app-acme/luasrc/model/cbi/acme.lua:31
179 msgid "Where certs and other state files are kept."