update
parent
e4556001f6
commit
3812d6cbf8
|
@ -19,7 +19,7 @@ case $LANG in
|
|||
MODULES="Moduły"
|
||||
RESET="Przywróć domyślne ustawienia"
|
||||
QUICK_NAV="Szybka nawigacja"
|
||||
BOOKMARKS="Zakładki"
|
||||
BOOKMARKS="Zakładki GTK"
|
||||
VBOXES="Maszyny Wirtualne"
|
||||
PIPEMENUS="Dynamiczne <i>(pipe)</i> menu"
|
||||
POPINSTALL="Instaluj popularne programy"
|
||||
|
@ -66,7 +66,7 @@ case $LANG in
|
|||
MODULES="Modules"
|
||||
RESET="Reset to default"
|
||||
QUICK_NAV="Navegación rápida"
|
||||
BOOKMARKS="Marcadores"
|
||||
BOOKMARKS="GTK Marcadores"
|
||||
VBOXES="Virtual Machines"
|
||||
PIPEMENUS="Menu con extras"
|
||||
POPINSTALL="Instalar Programas populares"
|
||||
|
@ -113,7 +113,7 @@ case $LANG in
|
|||
MODULES="Modules"
|
||||
RESET="Reset to default"
|
||||
QUICK_NAV="Quick Navigation"
|
||||
BOOKMARKS="Bookmarks"
|
||||
BOOKMARKS="GTK Bookmarks"
|
||||
VBOXES="Virtual Machines"
|
||||
PIPEMENUS="Pipe (dynamic) menus"
|
||||
POPINSTALL="Install popular apps"
|
||||
|
@ -175,7 +175,7 @@ out+=("^sep($JGBROWSER)")
|
|||
out2+=("^tag(mainmenu_edit)")
|
||||
out2+=("^sep($MAINMENU)")
|
||||
out2+=("$EDIT $MENU_ITEMS, geany $HOME/.config/jgmenu/prepend.csv, geany")
|
||||
out2+=("^sep()")
|
||||
out2+=("^sep(Reset)")
|
||||
out2+=("$RESET,mb-jgtools reset main")
|
||||
out2+=("^tag(left_edit)")
|
||||
out2+=("^sep($LEFTPANEL)")
|
||||
|
@ -187,7 +187,7 @@ out2+=("^sep($MODULES)")
|
|||
out2+=("$QUICK_NAV")
|
||||
out2+=("$BOOKMARKS")
|
||||
out2+=("$VBOXES")
|
||||
out2+=("M..")
|
||||
|
||||
out2+=("^sep()")
|
||||
out2+=("^sep($PIPEMENUS)")
|
||||
[[ $places_softwarepipe = false ]] && out2+=("<i><s>$POPINSTALL</s></i>,mb-setvar places_softwarepipe=true;$L") || out2+=("$POPINSTALL,mb-setvar places_softwarepipe=false;$L")
|
||||
|
@ -196,22 +196,22 @@ out2+=("^sep($PIPEMENUS)")
|
|||
[[ $places_menusettingspipe = false ]] && out2+=("<i><s>$MENUPANELS</s></i>,mb-setvar places_menusettingspipe=true;$L") || out2+=("$MENUPANELS,mb-setvar places_menusettingspipe=false;$L")
|
||||
out2+=("^sep()")
|
||||
out2+=("$EDIT $OWN_COMMANDS ($BOTTOM), geany $HOME/.config/mabox/places-append.csv, geany")
|
||||
out2+=("^sep()")
|
||||
out2+=("^sep(Reset)")
|
||||
out2+=("$RESET,mb-jgtools reset left")
|
||||
|
||||
out2+=("^tag(right_edit)")
|
||||
out2+=("^sep($RIGHTPANEL)")
|
||||
out2+=("$EDIT $OWN_COMMANDS ($TOP), geany $HOME/.config/mabox/right-prepend.csv, geany")
|
||||
out2+=("$EDIT $OWN_COMMANDS ($BOTTOM), geany $HOME/.config/mabox/right-append.csv, geany")
|
||||
out2+=("^sep()")
|
||||
out2+=("^sep(Reset)")
|
||||
out2+=("$RESET,mb-jgtools reset right")
|
||||
|
||||
out2+=("^tag(exit_edit)")
|
||||
out2+=("^sep($EXITMENU)")
|
||||
out2+=("$EDIT $EXITMENU, geany $HOME/.config/mabox/exit.csv, geany")
|
||||
out2+=("^sep()")
|
||||
out2+=("^sep(Reset)")
|
||||
out2+=("$RESET,mb-jgtools reset logout")
|
||||
out2+=(". $HOME/.config/mabox/exit.csv")
|
||||
|
||||
|
||||
##
|
||||
out+=("^sep()")
|
||||
|
|
Loading…
Reference in New Issue