master
Daniel Napora 2020-08-29 10:00:57 +02:00
parent 87a1223a22
commit 5ce161cc9c
2 changed files with 18 additions and 19 deletions

View File

@ -21,7 +21,7 @@ CONKYDEFAULT="$HOME/.conkyrc"
CONKYPATH="$HOME/.config/conky" CONKYPATH="$HOME/.config/conky"
CSESSIONFILE="$CONKYPATH/conky-sessionfile" CSESSIONFILE="$CONKYPATH/conky-sessionfile"
SESSIONS="$CONKYPATH/saved-sessions" SESSIONS="$CONKYPATH/saved-sessions"
CZEN="mb-conkyzen" CZEN="mb-conky-manager"
CSESSION="mb-conky-session" CSESSION="mb-conky-session"
HELPFILE="/usr/share/mabox/mabox-docs/helpfile-conkyzen.txt" HELPFILE="/usr/share/mabox/mabox-docs/helpfile-conkyzen.txt"
@ -52,15 +52,15 @@ case $LANG in
NONE="Brak" NONE="Brak"
;; ;;
es*) es*)
CHOOSE_CONKY="Elegir recuadro Conky" CHOOSE_CONKY="Choose Conky"
NEW_SESSION="Guardar sesión actual Conky" NEW_SESSION="New Conky session"
RELOAD="Recargar recuadros Conky" RELOAD="Reload Conky"
SAVED_SESSIONS="Sesiones Conky guardadas" SAVED_SESSIONS="Saved sessions"
DEFAULT_CONKYRC="Archivo conkyrc x defecto" DEFAULT_CONKYRC="Default conkyrc"
RUNNING_CONKY="Recuadros en ejecución" RUNNING_CONKY="Running Conky"
EDIT_CONKY="Edición manual recuadro" EDIT_CONKY="Edit Conky"
CONKY_EDITOR="Editor de recuadro" CONKY_EDITOR="Conky Editor"
NONE="Ninguno" NONE="None"
;; ;;
*) *)
CHOOSE_CONKY="Choose Conky" CHOOSE_CONKY="Choose Conky"

View File

@ -20,7 +20,7 @@ MB_COMMON_LIBDIR='/usr/lib/mabox/mabox-common'
TINT2PATH="$HOME/.config/tint2" TINT2PATH="$HOME/.config/tint2"
TINT2RC="$TINT2PATH/tint2rc" TINT2RC="$TINT2PATH/tint2rc"
TZEN="mb-tint2zen" TZEN="mb-tint2-manager"
if ! . "$MB_COMMON_LIBDIR/mabox-include.cfg" 2> /dev/null; then if ! . "$MB_COMMON_LIBDIR/mabox-include.cfg" 2> /dev/null; then
echo $"Error: Failed to source mabox-include.cfg in $MB_COMMON_LIBDIR" >&2 echo $"Error: Failed to source mabox-include.cfg in $MB_COMMON_LIBDIR" >&2
@ -38,13 +38,13 @@ case $LANG in
RESTART_TINT2="Restartuj Tint2" RESTART_TINT2="Restartuj Tint2"
;; ;;
es*) es*)
RUNNING_TINT2="Panel(es) en ejecución" RUNNING_TINT2=""
DEFAULT_TINT2RC="Panel tint2rc x defecto" DEFAULT_TINT2RC=""
EDIT_TINT2="Edición manual panel" EDIT_TINT2=""
TINT2_EDITOR="Elegir panel Tint2 a editar" TINT2_EDITOR=""
TINT2_EDITOR_GUI="Editor gráfico" TINT2_EDITOR_GUI="tint2conf (GUI)"
CHOOSE_TINT2="Elegir un panel" CHOOSE_TINT2=""
RESTART_TINT2="Reiniciar panel(es)" RESTART_TINT2=""
;; ;;
*) *)
RUNNING_TINT2="Running Tint2" RUNNING_TINT2="Running Tint2"
@ -54,7 +54,6 @@ case $LANG in
TINT2_EDITOR_GUI="tint2conf (GUI)" TINT2_EDITOR_GUI="tint2conf (GUI)"
CHOOSE_TINT2="Choose Tint2" CHOOSE_TINT2="Choose Tint2"
RESTART_TINT2="Restart Tint2" RESTART_TINT2="Restart Tint2"
;; ;;
esac esac