From 6010840d2899742c4febb0af033a9a9eaf026246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 10 Nov 2015 18:55:46 -0300 Subject: Minor fix --- .../root-image/root/.scriptsInstallation/language/es/install.sh | 4 ++-- .../root-image/root/.scriptsInstallation/language/gl/install.sh | 4 ++-- .../root-image/root/.scriptsInstallation/language/pt/install.sh | 2 +- .../mate/root-image/root/Desktop/Parabola Installation CLI.desktop | 7 ++++--- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh index 772bddf..9fcc6f1 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh @@ -93,11 +93,11 @@ partition(){ option=0 while [ option != 7 ]; do - option=$(dialog --stdout --menu "Instalacion de Parabola CLI" 20 70 50 \ + option=$(dialog --stdout --menu "Instalación CLI de Parabola" 20 70 50 \ 1 "Formatear y Montar Particiones" \ 2 "Instalar Sistema Base" \ 3 "Instalar GRUB" \ - 4 "Configuracion del Sistema" \ + 4 "Configuración del Sistema" \ 5 "Crear Cuenta de Usuario" \ 6 "(Opcional)Instalar Live Cd Escritorio/Aplicaciones" \ 7 "Salir" ) diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh index 45d3533..0be5d4e 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh @@ -92,11 +92,11 @@ partition(){ option=0 while [ option != 7 ]; do - option=$(dialog --stdout --menu "Instalacion de Parabola CLI" 20 70 50 \ + option=$(dialog --stdout --menu "Instalación CLI de Parabola" 20 70 50 \ 1 "Formatear e Montar Particiones" \ 2 "Instalar Sistema Base" \ 3 "Instalar GRUB" \ - 4 "Configuracion do Sistema" \ + 4 "Configuración do Sistema" \ 5 "Crear Conta de Usuario" \ 6 "(Opcional)Instalar Live Cd Escritorio/Aplicaciones" \ 7 "Salir" ) diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh index 392e6c8..6dfda79 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh @@ -93,7 +93,7 @@ partition(){ option=0 while [ option != 7 ]; do - option=$(dialog --stdout --menu "Instalação da Parabola CLI" 20 70 50 \ + option=$(dialog --stdout --menu "Instalação CLI da Parabola" 20 70 50 \ 1 "Formatar e Montar as Partições" \ 2 "Instalar o Sistema Base" \ 3 "Instalar o GRUB" \ diff --git a/configs/mate/root-image/root/Desktop/Parabola Installation CLI.desktop b/configs/mate/root-image/root/Desktop/Parabola Installation CLI.desktop index 0f72a4a..9a2d871 100644 --- a/configs/mate/root-image/root/Desktop/Parabola Installation CLI.desktop +++ b/configs/mate/root-image/root/Desktop/Parabola Installation CLI.desktop @@ -3,9 +3,10 @@ Version=1.0 Type=Application Terminal=true -Name[es_ES]=Instalador de Parabola CLI -Name[gl_ES]=Instalador de Parabola CLI +Name[es_ES]=Instalador CLI de Parabola +Name[gl_ES]=Instalador CLI de Parabola +Name[pt_BR]=Instalador CLI da Parabola Exec=/root/.scriptsInstallation/install.sh Name=Parabola Installation CLI -Comment=Parabolla Installation Scripts +Comment=Parabola Installation Scripts Icon=/root/.scriptsInstallation/parabolaicon.png -- cgit v1.2.2