Logout Dialog Spanish translation

master
Daniel Napora 2020-08-24 00:44:02 +02:00
parent 235d091017
commit 2e9a9c68b1
1 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
## Comment out with # if you want to hide some lines
^sep(Exit...)
Logout,openbox --exit,system-logout
Suspend,systemctl suspend,system-suspend
Hibernate,systemctl hibernate,system-hibernate
Reboot,systemctl reboot,system-reboot
Lock screen, betterlockscreen -l,system-lock-screen
Shutdown,systemctl poweroff,system-shutdown
## Comment out with # if you want to hide same lines
^sep(Salir...)
Cerrar sesión,openbox --exit,system-logout
Suspender,systemctl suspend,system-suspend
Hibernar,systemctl hibernate,system-hibernate
Reiniciar,systemctl reboot,system-reboot
Bloquear pantalla, betterlockscreen -l,system-lock-screen
Apagar sistema,systemctl poweroff,system-shutdown
^sep()
Configure options,geany $HOME/.config/mabox/exit.csv,geany
Configurar opciones,geany $HOME/.config/mabox/exit.csv,geany

1 ## Comment out with # if you want to hide some lines ## Comment out with # if you want to hide same lines
2 ^sep(Exit...) ^sep(Salir...)
3 Logout,openbox --exit,system-logout Cerrar sesión,openbox --exit,system-logout
4 Suspend,systemctl suspend,system-suspend Suspender,systemctl suspend,system-suspend
5 Hibernate,systemctl hibernate,system-hibernate Hibernar,systemctl hibernate,system-hibernate
6 Reboot,systemctl reboot,system-reboot Reiniciar,systemctl reboot,system-reboot
7 Lock screen, betterlockscreen -l,system-lock-screen Bloquear pantalla, betterlockscreen -l,system-lock-screen
8 Shutdown,systemctl poweroff,system-shutdown Apagar sistema,systemctl poweroff,system-shutdown
9 ^sep() ^sep()
10 Configure options,geany $HOME/.config/mabox/exit.csv,geany Configurar opciones,geany $HOME/.config/mabox/exit.csv,geany
11