From 0ea5806252ed8d66516210bc9147feadb539843e Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Thu, 15 Aug 2019 19:39:26 -0300 Subject: [PATCH] generic 'error' i18n --- bauh/resources/locale/en | 3 ++- bauh/resources/locale/es | 3 ++- bauh/resources/locale/pt | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bauh/resources/locale/en b/bauh/resources/locale/en index d4cf9773..d55dc833 100644 --- a/bauh/resources/locale/en +++ b/bauh/resources/locale/en @@ -82,4 +82,5 @@ manage_window.upgrade_all.popup.body=Upgrade all selected applications ? manage_window.bt_about.tooltip=About warning.no_managers=There are no installed extensions. It will not be possible to intall and manage applications. confirmation=confirmation -and=and \ No newline at end of file +and=and +error=error \ No newline at end of file diff --git a/bauh/resources/locale/es b/bauh/resources/locale/es index 71a69f0d..781d9c95 100644 --- a/bauh/resources/locale/es +++ b/bauh/resources/locale/es @@ -84,4 +84,5 @@ manage_window.upgrade_all.popup.body=¿Actualizar todos los aplicativos seleccio manage_window.bt_about.tooltip=Sobre warning.no_managers=No hay extensiones instaladas. No será posible instalar y administrar aplicaciones. confirmation=confirmación -and=y \ No newline at end of file +and=y +error=error \ No newline at end of file diff --git a/bauh/resources/locale/pt b/bauh/resources/locale/pt index 4854f014..37800cbd 100644 --- a/bauh/resources/locale/pt +++ b/bauh/resources/locale/pt @@ -84,4 +84,5 @@ manage_window.upgrade_all.popup.body=Atualizar todos os aplicativos selecionados manage_window.bt_about.tooltip=Sobre warning.no_managers=Não há nenhuma extensão instalada. Não será possível instalar e gerenciar aplicações. confirmation=confirmação -and=e \ No newline at end of file +and=e +error=erro \ No newline at end of file