[web] displaying the config dir on the info window | removing the config dir during uninstallation

This commit is contained in:
Vinícius Moreira
2019-12-18 19:41:22 -03:00
parent ce1f30365d
commit 14008e4ad5
5 changed files with 66 additions and 34 deletions

View File

@@ -44,12 +44,13 @@ web.install.option.icon.label=Custom icon
web.install.global_nativefier.unavailable={n} seems not to be installed on your system. It will not be possible to install {app}
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_categories=categories
web.info.5_installation_dir=installation dir
web.info.6_desktop_entry=shortcut
web.info.7_exec_file=executable
web.info.8_icon_path=icon
web.info.9_size=size
web.info.01_url=URL
web.info.02_description=description
web.info.03_version=version
web.info.04_categories=categories
web.info.05_installation_dir=installation dir
web.info.06_desktop_entry=shortcut
web.info.07_exec_file=executable
web.info.08_icon_path=icon
web.info.09_size=size
web.info.10_config_dir=configuration dir

View File

@@ -44,12 +44,13 @@ web.install.option.icon.label=Icono personalizado
web.install.global_nativefier.unavailable={n} parece no estar instalado en su sistema. No será posible instalar {app}
web.uninstall.error.install_dir.not_found=No se encontró el directorio de instalación {}
web.uninstall.error.remove_dir=No fue posible eliminar {}
web.info.1_url=URL
web.info.2_description=descripción
web.info.3_version=versión
web.info.4_categories=categorías
web.info.5_installation_dir=directorio de instalación
web.info.6_desktop_entry=atajo
web.info.7_exec_file=ejecutable
web.info.8_icon_path=icono
web.info.9_size=tamaño
web.info.01_url=URL
web.info.02_description=descripción
web.info.03_version=versión
web.info.04_categories=categorías
web.info.05_installation_dir=directorio de instalación
web.info.06_desktop_entry=atajo
web.info.07_exec_file=ejecutable
web.info.08_icon_path=icono
web.info.09_size=tamaño
web.info.10_config_dir=directorio de configuración

View File

@@ -44,12 +44,13 @@ web.install.option.icon.label=Ícone alternativo
web.install.global_nativefier.unavailable={n} não parece estar instalado no seu sistema. Não será possível instalar {app}
web.uninstall.error.install_dir.not_found=O diretório de instalação {} não foi encontrado
web.uninstall.error.remove=Não foi possível remover {}
web.info.1_url=URL
web.info.2_description=descrição
web.info.3_version=versão
web.info.4_categories=categorias
web.info.5_installation_dir=diretório de instalação
web.info.6_desktop_entry=atalho
web.info.7_exec_file=executável
web.info.8_icon_path=ícone
web.info.9_size=tamanho
web.info.01_url=URL
web.info.02_description=descrição
web.info.03_version=versão
web.info.04_categories=categorias
web.info.05_installation_dir=diretório de instalação
web.info.06_desktop_entry=atalho
web.info.07_exec_file=executável
web.info.08_icon_path=ícone
web.info.09_size=tamanho
web.info.10_config_dir=diretório de configuração