From 8449da5ff7a63f6f88badd1389aa38a56b6a98b2 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sat, 29 Aug 2020 20:47:05 +0200 Subject: [PATCH] spanish translation re-added --- usr/bin/mabox-conky-pipemenu | 18 +++++++++--------- usr/bin/mabox-tint2-pipemenu | 14 +++++++------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/usr/bin/mabox-conky-pipemenu b/usr/bin/mabox-conky-pipemenu index 178e7f9..2a56bd3 100755 --- a/usr/bin/mabox-conky-pipemenu +++ b/usr/bin/mabox-conky-pipemenu @@ -52,15 +52,15 @@ case $LANG in NONE="Brak" ;; es*) - CHOOSE_CONKY="Choose Conky" - NEW_SESSION="New Conky session" - RELOAD="Reload Conky" - SAVED_SESSIONS="Saved sessions" - DEFAULT_CONKYRC="Default conkyrc" - RUNNING_CONKY="Running Conky" - EDIT_CONKY="Edit Conky" - CONKY_EDITOR="Conky Editor" - NONE="None" + CHOOSE_CONKY="Elegir recuadro Conky" + NEW_SESSION="Guardar sesión actual Conky" + RELOAD="Recargar recuadros Conky" + SAVED_SESSIONS="Sesiones Conky guardadas" + DEFAULT_CONKYRC="Archivo conkyrc x defecto" + RUNNING_CONKY="Recuadros en ejecución" + EDIT_CONKY="Edición manual recuadro" + CONKY_EDITOR="Editor de recuadro" + NONE="Ninguno" ;; *) CHOOSE_CONKY="Choose Conky" diff --git a/usr/bin/mabox-tint2-pipemenu b/usr/bin/mabox-tint2-pipemenu index 60aceb4..60603dd 100755 --- a/usr/bin/mabox-tint2-pipemenu +++ b/usr/bin/mabox-tint2-pipemenu @@ -38,13 +38,13 @@ case $LANG in RESTART_TINT2="Restartuj Tint2" ;; es*) - RUNNING_TINT2="" - DEFAULT_TINT2RC="" - EDIT_TINT2="" - TINT2_EDITOR="" - TINT2_EDITOR_GUI="tint2conf (GUI)" - CHOOSE_TINT2="" - RESTART_TINT2="" + RUNNING_TINT2="Panel(es) en ejecución" + DEFAULT_TINT2RC="Panel tint2rc x defecto" + EDIT_TINT2="Edición manual panel" + TINT2_EDITOR="Elegir panel Tint2 a editar" + TINT2_EDITOR_GUI="Editor gráfico" + CHOOSE_TINT2="Elegir un panel" + RESTART_TINT2="Reiniciar panel(es)" ;; *) RUNNING_TINT2="Running Tint2"