[wgem] more installation options

This commit is contained in:
Vinícius Moreira
2019-12-12 15:11:31 -03:00
parent ce8e185146
commit 624b8f6fba
3 changed files with 27 additions and 16 deletions

View File

@@ -19,6 +19,12 @@ web.install.option.fullscreen.label=Open in fullscreen
web.install.option.fullscreen.tip=If the app should always be opened in fullscreen
web.install.option.noframe.label=No frame
web.install.option.noframe.tip=If the app should not have a frame around it ( like browsers have )
web.install.option.nocache.label=No cache
web.install.option.nocache.tip=Session data will not be stored after the app is closed
web.install.option.insecure.label=Allow insecure content
web.install.option.insecure.tip=It allows the execution of insecure content within the application
web.install.option.ignore_certificate.label=Ignore certificate errors
web.install.option.ignore_certificate.tip=Certificate related errors will be ignored by the app
web.install.option.tray.label=Tray mode
web.install.option.tray.off.label=Off
web.install.option.tray.off.tip=Off

View File

@@ -19,6 +19,12 @@ web.install.option.fullscreen.label=Abrir em tela cheia
web.install.option.fullscreen.tip=Se o aplicativo sempre deve ser aberto em tela cheia
web.install.option.noframe.label=Sem moldura
web.install.option.noframe.tip=Se o aplicativo não deve ter uma moldura em volta ( como os navegadores têm )
web.install.option.nocache.label=Sem cache
web.install.option.nocache.tip=Dados de sessão não serão armazenados após o aplicativo ser fechado
web.install.option.insecure.label=Permitir conteúdo não confiável
web.install.option.insecure.tip=Permite a execução de conteúdo não confiável dentro do aplicativo
web.install.option.ignore_certificate.label=Ignorar erros de certificado
web.install.option.ignore_certificate.tip=Erros associados a certificados serão ignorados pelo aplicativo
web.install.option.tray.label=Modo bandeja
web.install.option.tray.off.label=Desligado
web.install.option.tray.off.tip=Desligado