luci-app-radicale: remove redundant header name translations

Fixes: 
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-01-09 11:25:23 +01:00
parent 96b8cbdc16
commit c8909a6bf8
31 changed files with 111 additions and 492 deletions

View file

@ -715,7 +715,7 @@ end
-- Access_Control_Allow_Origin ------------------------------------------------- -- Access_Control_Allow_Origin -------------------------------------------------
local heo = hea:option( DynamicList, "Access_Control_Allow_Origin" ) local heo = hea:option( DynamicList, "Access_Control_Allow_Origin" )
heo.title = translate("Access-Control-Allow-Origin") heo.title = "Access-Control-Allow-Origin"
heo.description = nil heo.description = nil
function heo.parse(self, section, novld) function heo.parse(self, section, novld)
CTRL.value_parse(self, section, novld) CTRL.value_parse(self, section, novld)
@ -723,7 +723,7 @@ end
-- Access_Control_Allow_Methods ------------------------------------------------ -- Access_Control_Allow_Methods ------------------------------------------------
local hem = hea:option( DynamicList, "Access_Control_Allow_Methods" ) local hem = hea:option( DynamicList, "Access_Control_Allow_Methods" )
hem.title = translate("Access-Control-Allow-Methods") hem.title = "Access-Control-Allow-Methods"
hem.description = nil hem.description = nil
function hem.parse(self, section, novld) function hem.parse(self, section, novld)
CTRL.value_parse(self, section, novld) CTRL.value_parse(self, section, novld)
@ -731,7 +731,7 @@ end
-- Access_Control_Allow_Headers ------------------------------------------------ -- Access_Control_Allow_Headers ------------------------------------------------
local heh = hea:option( DynamicList, "Access_Control_Allow_Headers" ) local heh = hea:option( DynamicList, "Access_Control_Allow_Headers" )
heh.title = translate("Access-Control-Allow-Headers") heh.title = "Access-Control-Allow-Headers"
heh.description = nil heh.description = nil
function heh.parse(self, section, novld) function heh.parse(self, section, novld)
CTRL.value_parse(self, section, novld) CTRL.value_parse(self, section, novld)
@ -739,7 +739,7 @@ end
-- Access_Control_Expose_Headers ----------------------------------------------- -- Access_Control_Expose_Headers -----------------------------------------------
local hee = hea:option( DynamicList, "Access_Control_Expose_Headers" ) local hee = hea:option( DynamicList, "Access_Control_Expose_Headers" )
hee.title = translate("Access-Control-Expose-Headers") hee.title = "Access-Control-Expose-Headers"
hee.description = nil hee.description = nil
function hee.parse(self, section, novld) function hee.parse(self, section, novld)
CTRL.value_parse(self, section, novld) CTRL.value_parse(self, section, novld)

View file

@ -18,22 +18,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -24,22 +24,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -24,22 +24,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -32,22 +32,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "AUTO" msgstr "AUTO"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr "Access-Control-Allow-Headers"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr "Access-Control-Allow-Methods"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr "Access-Control-Allow-Origin"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr "Access-Control-Expose-Headers"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "Zusätzliche HTTP headers" msgstr "Zusätzliche HTTP headers"
@ -601,6 +585,18 @@ msgstr "erforderlich"
msgid "salted SHA-1" msgid "salted SHA-1"
msgstr "Salted SHA-1" msgstr "Salted SHA-1"
#~ msgid "Access-Control-Allow-Headers"
#~ msgstr "Access-Control-Allow-Headers"
#~ msgid "Access-Control-Allow-Methods"
#~ msgstr "Access-Control-Allow-Methods"
#~ msgid "Access-Control-Allow-Origin"
#~ msgstr "Access-Control-Allow-Origin"
#~ msgid "Access-Control-Expose-Headers"
#~ msgstr "Access-Control-Expose-Headers"
#~ msgid "-- Please choose --" #~ msgid "-- Please choose --"
#~ msgstr "-- Bitte auswählen --" #~ msgstr "-- Bitte auswählen --"

View file

@ -24,22 +24,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -18,22 +18,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -28,22 +28,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "AUTO" msgstr "AUTO"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr "Acceso-Control-Permitir-Encabezados"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr "Acceso-Control-Permitir-Métodos"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr "Acceso-Control-Permitir-Origen"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr "Acceso-Control-Exponer-Encabezados"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "Encabezados HTTP adicionales" msgstr "Encabezados HTTP adicionales"
@ -299,7 +283,8 @@ msgstr "Tamaño máximo de cada archivo de registro de rotación."
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:236 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:236
msgid "Message displayed in the client when a password is needed." msgid "Message displayed in the client when a password is needed."
msgstr "Mensaje que se muestra en el cliente cuando se necesita una contraseña." msgstr ""
"Mensaje que se muestra en el cliente cuando se necesita una contraseña."
#: applications/luci-app-radicale/luasrc/controller/radicale.lua:46 #: applications/luci-app-radicale/luasrc/controller/radicale.lua:46
msgid "NOT installed" msgid "NOT installed"
@ -487,8 +472,8 @@ msgid ""
"The Radicale Project is a complete CalDAV (calendar) and CardDAV (contact) " "The Radicale Project is a complete CalDAV (calendar) and CardDAV (contact) "
"server solution." "server solution."
msgstr "" msgstr ""
"El Proyecto Radicale es una solución completa de servidor CalDAV (calendario)" "El Proyecto Radicale es una solución completa de servidor CalDAV "
" y CardDAV (contacto)." "(calendario) y CardDAV (contacto)."
#: applications/luci-app-radicale/luasrc/controller/radicale.lua:34 #: applications/luci-app-radicale/luasrc/controller/radicale.lua:34
msgid "" msgid ""
@ -603,3 +588,15 @@ msgstr "requerido"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393
msgid "salted SHA-1" msgid "salted SHA-1"
msgstr "SHA-1 salado" msgstr "SHA-1 salado"
#~ msgid "Access-Control-Allow-Headers"
#~ msgstr "Acceso-Control-Permitir-Encabezados"
#~ msgid "Access-Control-Allow-Methods"
#~ msgstr "Acceso-Control-Permitir-Métodos"
#~ msgid "Access-Control-Allow-Origin"
#~ msgstr "Acceso-Control-Permitir-Origen"
#~ msgid "Access-Control-Expose-Headers"
#~ msgstr "Acceso-Control-Exponer-Encabezados"

View file

@ -24,22 +24,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -18,22 +18,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -18,22 +18,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -28,22 +28,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "AUTO" msgstr "AUTO"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "További HTTP-fejlécek" msgstr "További HTTP-fejlécek"
@ -232,9 +216,9 @@ msgid ""
"For example, for the 'user' key, '.+' means 'authenticated user' and '.*' " "For example, for the 'user' key, '.+' means 'authenticated user' and '.*' "
"means 'anybody' (including anonymous users)." "means 'anybody' (including anonymous users)."
msgstr "" msgstr ""
"Például a „user” kulcsnál a „.+” azt jelenti, hogy „hitelesített felhasználó”" "Például a „user” kulcsnál a „.+” azt jelenti, hogy „hitelesített "
" és a „.*” azt jelenti, hogy „bárki” (beleértve a névtelen felhasználókat " "felhasználó” és a „.*” azt jelenti, hogy „bárki” (beleértve a névtelen "
"is)." "felhasználókat is)."
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:435 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:435
msgid "Full access for Owner only" msgid "Full access for Owner only"

View file

@ -24,22 +24,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -18,22 +18,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -18,22 +18,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -24,22 +24,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -18,22 +18,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -18,22 +18,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -27,22 +27,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "AUTO" msgstr "AUTO"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr "Access-Control-Allow-Headers"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr "Access-Control-Allow-Methods"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr "Access-Control-Allow-Origin"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr "Access-Control-Expose-Headers"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "Dodatkowe nagłówki HTTP" msgstr "Dodatkowe nagłówki HTTP"
@ -562,3 +546,15 @@ msgstr "wymagany"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393
msgid "salted SHA-1" msgid "salted SHA-1"
msgstr "" msgstr ""
#~ msgid "Access-Control-Allow-Headers"
#~ msgstr "Access-Control-Allow-Headers"
#~ msgid "Access-Control-Allow-Methods"
#~ msgstr "Access-Control-Allow-Methods"
#~ msgid "Access-Control-Allow-Origin"
#~ msgstr "Access-Control-Allow-Origin"
#~ msgid "Access-Control-Expose-Headers"
#~ msgstr "Access-Control-Expose-Headers"

View file

@ -31,22 +31,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "AUTO" msgstr "AUTO"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr "Access-Control-Allow-Headers"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr "Métodos de controle e permissão de acesso"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr "Controle de Acesso - Permitir Origem"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr "Controle de Acesso - Expor Cabeçalhos"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "Cabeçalhos HTTP Adicionais" msgstr "Cabeçalhos HTTP Adicionais"
@ -598,3 +582,15 @@ msgstr "necessário"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393
msgid "salted SHA-1" msgid "salted SHA-1"
msgstr "SHA-1 com salto" msgstr "SHA-1 com salto"
#~ msgid "Access-Control-Allow-Headers"
#~ msgstr "Access-Control-Allow-Headers"
#~ msgid "Access-Control-Allow-Methods"
#~ msgstr "Métodos de controle e permissão de acesso"
#~ msgid "Access-Control-Allow-Origin"
#~ msgstr "Controle de Acesso - Permitir Origem"
#~ msgid "Access-Control-Expose-Headers"
#~ msgstr "Controle de Acesso - Expor Cabeçalhos"

View file

@ -28,22 +28,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "AUTO" msgstr "AUTO"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr "Access-Control-Allow-Headers"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr "Access-Control-Allow-Methods"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr "Access-Control-Allow-Origin"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr "Access-Control-Expose-Headers"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "Cabeçalhos HTTP adicionais" msgstr "Cabeçalhos HTTP adicionais"
@ -342,7 +326,8 @@ msgstr "Por favor, instale a versão atual!"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:78 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:78
msgid "Please press [Reload] button below to reread the file." msgid "Please press [Reload] button below to reread the file."
msgstr "Por favor, pressione o botão [Recarregar] abaixo para reler o ficheiro." msgstr ""
"Por favor, pressione o botão [Recarregar] abaixo para reler o ficheiro."
#: applications/luci-app-radicale/luasrc/controller/radicale.lua:78 #: applications/luci-app-radicale/luasrc/controller/radicale.lua:78
msgid "Please update to current version !" msgid "Please update to current version !"
@ -394,7 +379,8 @@ msgstr "Direitos"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:437 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:437
msgid "Rights are based on a regexp-based file" msgid "Rights are based on a regexp-based file"
msgstr "Os direitos são baseados em um ficheiro baseado em expressões regulares" msgstr ""
"Os direitos são baseados em um ficheiro baseado em expressões regulares"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:429 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:429
msgid "Rights backend" msgid "Rights backend"
@ -595,3 +581,15 @@ msgstr "necessário"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393
msgid "salted SHA-1" msgid "salted SHA-1"
msgstr "SHA-1 com salto" msgstr "SHA-1 com salto"
#~ msgid "Access-Control-Allow-Headers"
#~ msgstr "Access-Control-Allow-Headers"
#~ msgid "Access-Control-Allow-Methods"
#~ msgstr "Access-Control-Allow-Methods"
#~ msgid "Access-Control-Allow-Origin"
#~ msgstr "Access-Control-Allow-Origin"
#~ msgid "Access-Control-Expose-Headers"
#~ msgstr "Access-Control-Expose-Headers"

View file

@ -25,22 +25,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -33,22 +33,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "АВТО" msgstr "АВТО"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr "Доступ-Контроль<br />-Разрешить-Заголовки"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr "Доступ-Контроль<br />-Разрешить-Методы"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr "Доступ-Контроль<br />-Разрешить-Источник"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr "Доступ-Контроль<br />-Подвергать-Заголовки"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "Дополнительные заголовки HTTP" msgstr "Дополнительные заголовки HTTP"
@ -600,3 +584,15 @@ msgstr "требовать"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393
msgid "salted SHA-1" msgid "salted SHA-1"
msgstr "salted SHA-1" msgstr "salted SHA-1"
#~ msgid "Access-Control-Allow-Headers"
#~ msgstr "Доступ-Контроль<br />-Разрешить-Заголовки"
#~ msgid "Access-Control-Allow-Methods"
#~ msgstr "Доступ-Контроль<br />-Разрешить-Методы"
#~ msgid "Access-Control-Allow-Origin"
#~ msgstr "Доступ-Контроль<br />-Разрешить-Источник"
#~ msgid "Access-Control-Expose-Headers"
#~ msgstr "Доступ-Контроль<br />-Подвергать-Заголовки"

View file

@ -18,22 +18,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -27,22 +27,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "AUTO" msgstr "AUTO"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -15,22 +15,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -24,22 +24,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -25,22 +25,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -24,22 +24,6 @@ msgstr ""
msgid "AUTO" msgid "AUTO"
msgstr "" msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr ""
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "" msgstr ""

View file

@ -27,22 +27,6 @@ msgstr "Radicale 应监听的“主机名:端口”或“IPv4:端口”或“[IP
msgid "AUTO" msgid "AUTO"
msgstr "自动" msgstr "自动"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr "Access-Control-Allow-Headers"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr "Access-Control-Allow-Methods"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr "Access-Control-Allow-Origin"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr "Access-Control-Expose-Headers"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "其他 HTTP 标头" msgstr "其他 HTTP 标头"
@ -567,3 +551,15 @@ msgstr "需要"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393
msgid "salted SHA-1" msgid "salted SHA-1"
msgstr "盐化 SHA-1" msgstr "盐化 SHA-1"
#~ msgid "Access-Control-Allow-Headers"
#~ msgstr "Access-Control-Allow-Headers"
#~ msgid "Access-Control-Allow-Methods"
#~ msgstr "Access-Control-Allow-Methods"
#~ msgid "Access-Control-Allow-Origin"
#~ msgstr "Access-Control-Allow-Origin"
#~ msgid "Access-Control-Expose-Headers"
#~ msgstr "Access-Control-Expose-Headers"

View file

@ -25,22 +25,6 @@ msgstr "Radicale 應監聽的“主機名:埠”或“IPv4:埠”或“[IPv6]:
msgid "AUTO" msgid "AUTO"
msgstr "自動" msgstr "自動"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:734
msgid "Access-Control-Allow-Headers"
msgstr "Access-Control-Allow-Headers"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:726
msgid "Access-Control-Allow-Methods"
msgstr "Access-Control-Allow-Methods"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:718
msgid "Access-Control-Allow-Origin"
msgstr "Access-Control-Allow-Origin"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:742
msgid "Access-Control-Expose-Headers"
msgstr "Access-Control-Expose-Headers"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:706
msgid "Additional HTTP headers" msgid "Additional HTTP headers"
msgstr "其他 HTTP 標頭" msgstr "其他 HTTP 標頭"
@ -565,3 +549,15 @@ msgstr "需要"
#: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393 #: applications/luci-app-radicale/luasrc/model/cbi/radicale.lua:393
msgid "salted SHA-1" msgid "salted SHA-1"
msgstr "鹽化 SHA-1" msgstr "鹽化 SHA-1"
#~ msgid "Access-Control-Allow-Headers"
#~ msgstr "Access-Control-Allow-Headers"
#~ msgid "Access-Control-Allow-Methods"
#~ msgstr "Access-Control-Allow-Methods"
#~ msgid "Access-Control-Allow-Origin"
#~ msgstr "Access-Control-Allow-Origin"
#~ msgid "Access-Control-Expose-Headers"
#~ msgstr "Access-Control-Expose-Headers"