mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
47 lines
3.0 KiB
Plaintext
47 lines
3.0 KiB
Plaintext
gem.web.info=It allows to install Web applications on your system
|
|
web.environment.install=Installing {}
|
|
web.waiting.env_updater=Updating environment
|
|
web.env.checking=Checking the Web installation environment
|
|
web.env.error=It seems there are issues with the Web installation environment. It wil not be possible to install {}.
|
|
web.install.options_dialog.title=Installation options
|
|
web.install.options_dialog.body=Select the wanted installation options and click in the {} button
|
|
web.install.error=An error has happened during the {} installation
|
|
web.install.nativefier.error.unknown=Have a look at the {} to identify the reason
|
|
web.install.nativefier.error.inner_dir=The app installation directory was not found in {}
|
|
web.install.substatus.call_nativefier=Running {}
|
|
web.install.substatus.shortcut=Generating a menu shortcut
|
|
web.install.substatus.options=Waiting for the installation options
|
|
web.install.substatus.checking_fixes=Checking if there are published fixes
|
|
web.install.option.single.label=Single
|
|
web.install.option.single.tip=It will not allow the app to be opened again if it is already opened
|
|
web.install.option.max.label=Open maximized
|
|
web.install.option.max.tip=If the app should always be opened maximized
|
|
web.install.option.fullscreen.label=Open in fullscreen
|
|
web.install.option.fullscreen.tip=If the app should always be opened in fullscreen ( the Alt key opens the upper menu )
|
|
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.allow_urls.label=Allow internal URLs
|
|
web.install.option.allow_urls.tip=It allows the application to internally open addresses / URLs outside its domain. e.g: outlook.live.com would be able to open account.microsoft.com
|
|
web.install.option.tray.label=Tray mode
|
|
web.install.option.tray.off.label=Off
|
|
web.install.option.tray.off.tip=Off
|
|
web.install.option.tray.default.label=Default
|
|
web.install.option.tray.default.tip=The app icon will be attached to the system tray allowing it to be quickly opened
|
|
web.install.option.tray.min.label=Start minimized
|
|
web.install.option.tray.min.tip=The app will be started minimized as an icon in the system tray
|
|
web.uninstall.error.install_dir.not_found=The installation directory {} was not found
|
|
web.uninstall.error.remove_dir=It was not possible to remove {}
|
|
web.info.1_url=URL
|
|
web.info.2_description=description
|
|
web.info.3_version=version
|
|
web.info.4_installation_dir=installation dir
|
|
web.info.5_desktop_entry=shortcut
|
|
web.info.6_exec_file=executable
|
|
web.info.7_icon_path=icon
|
|
web.info.8_size=size |