master
Daniel Napora 2020-08-24 10:11:11 +02:00
parent 04153b4f38
commit 7fcb9fc073
1 changed files with 7 additions and 4 deletions

View File

@ -28,10 +28,13 @@ BOOKMARKS="$HOME/.gtk-bookmarks"
if [[ -s "$BOOKMARKS" ]]; then if [[ -s "$BOOKMARKS" ]]; then
case $LANG in case $LANG in
pl*) pl*)
GTK_BOOKMARKS="Zakładki GTK" GTK_BOOKMARKS="Zakładki"
;;
es*)
GTK_BOOKMARKS="Marcadores"
;; ;;
*) *)
GTK_BOOKMARKS="GTK Bookmarks" GTK_BOOKMARKS="Bookmarks"
;; ;;
esac esac
while read -r line while read -r line
@ -105,7 +108,7 @@ sep_markup = weight="bold" foreground="${color_title_fg% *}"
sep_height = ${sep_height:-5} sep_height = ${sep_height:-5}
font = ${jgmenu_font:-Noto Sans Medium 9} font = ${jgmenu_font:-Noto Sans Medium 9}
icon_size = ${jgmenu_icon_size:-0} icon_size = ${jgmenu_icon_size:-0}
icon_theme = ${jgmenu_icon_theme:-Numix-Circle} icon_theme = ${jgmenu_icon_theme:-Numix-Square}
EOF EOF
unset font unset font
@ -479,7 +482,7 @@ case $LANG in
CANCEL="Anuluj" CANCEL="Anuluj"
;; ;;
es*) es*)
CANCEL="Cancelar" CANCEL="Cancelar"
;; ;;
*) *)
CANCEL="Cancel" CANCEL="Cancel"