diff --git a/cb-openbox-logout.py b/cb-openbox-logout.py index a52e6a4..2f664bb 100755 --- a/cb-openbox-logout.py +++ b/cb-openbox-logout.py @@ -12,7 +12,7 @@ import string class OpenboxLogout(): def __init__(self, config=None): - self.validbuttons = ['cancel', 'logout', 'restart', 'shutdown'] + self.validbuttons = ['cancel', 'logout', 'restart', 'shutdown', 'suspend', 'hibernate'] self.load_config(config) diff --git a/po/en/LC_MESSAGES/cb-openbox-logout.mo b/po/en/LC_MESSAGES/cb-openbox-logout.mo index 972ac6f..743828a 100644 Binary files a/po/en/LC_MESSAGES/cb-openbox-logout.mo and b/po/en/LC_MESSAGES/cb-openbox-logout.mo differ diff --git a/po/en/LC_MESSAGES/cb-openbox-logout.po b/po/en/LC_MESSAGES/cb-openbox-logout.po index f981c63..6afb565 100644 --- a/po/en/LC_MESSAGES/cb-openbox-logout.po +++ b/po/en/LC_MESSAGES/cb-openbox-logout.po @@ -10,5 +10,11 @@ msgstr "Shutdown" msgid "cancel" msgstr "Cancel" -msgid "reboot" -msgstr "Reboot" +msgid "restart" +msgstr "Restart" + +msgid "suspend" +msgstr "Suspend" + +msgid "hibernate" +msgstr "Hibernate" diff --git a/po/en_GB/LC_MESSAGES/cb-openbox-logout.mo b/po/en_GB/LC_MESSAGES/cb-openbox-logout.mo index 972ac6f..743828a 100644 Binary files a/po/en_GB/LC_MESSAGES/cb-openbox-logout.mo and b/po/en_GB/LC_MESSAGES/cb-openbox-logout.mo differ diff --git a/po/en_GB/LC_MESSAGES/cb-openbox-logout.po b/po/en_GB/LC_MESSAGES/cb-openbox-logout.po index f981c63..6afb565 100644 --- a/po/en_GB/LC_MESSAGES/cb-openbox-logout.po +++ b/po/en_GB/LC_MESSAGES/cb-openbox-logout.po @@ -10,5 +10,11 @@ msgstr "Shutdown" msgid "cancel" msgstr "Cancel" -msgid "reboot" -msgstr "Reboot" +msgid "restart" +msgstr "Restart" + +msgid "suspend" +msgstr "Suspend" + +msgid "hibernate" +msgstr "Hibernate"