diff --git a/openboxlogout/app.fil b/openboxlogout/app.fil new file mode 100644 index 0000000..6836aa5 --- /dev/null +++ b/openboxlogout/app.fil @@ -0,0 +1 @@ +openboxlogout.py diff --git a/openboxlogout/locale/en_GB/LC_MESSAGES/cb-openbox-logout.mo b/openboxlogout/locale/en_GB/LC_MESSAGES/cb-openbox-logout.mo deleted file mode 100644 index 743828a..0000000 Binary files a/openboxlogout/locale/en_GB/LC_MESSAGES/cb-openbox-logout.mo and /dev/null differ diff --git a/openboxlogout/messages.pot b/openboxlogout/messages.pot new file mode 100644 index 0000000..1b46f7d --- /dev/null +++ b/openboxlogout/messages.pot @@ -0,0 +1,56 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-01-17 23:05+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: openboxlogout.py:208 +#, python-format +msgid "Button %s is not a valid button name, removing" +msgstr "" + +#: openboxlogout.py:217 +msgid "Can't Hibernate, disabling button" +msgstr "" + +#: openboxlogout.py:221 +msgid "Can't Safe Suspend, disabling button" +msgstr "" + +#: openboxlogout.py:213 +msgid "Can't Suspend, disabling button" +msgstr "" + +#: openboxlogout.py:187 +#, python-format +msgid "Color %s is not a valid color, defaulting to black" +msgstr "" + +#: openboxlogout.py:225 +msgid "No valid buttons found, resetting to defaults" +msgstr "" + +#: openboxlogout.py:54 +msgid "Openbox Logout" +msgstr "" + +#: openboxlogout.py:142 +msgid "Unable to determin the module path, exiting..." +msgstr "" + +#: openboxlogout.py:154 +#, python-format +msgid "Unable to find config file %s" +msgstr "" diff --git a/openboxlogout/openboxlogout.py b/openboxlogout/openboxlogout.py index dd122a1..aa47c36 100644 --- a/openboxlogout/openboxlogout.py +++ b/openboxlogout/openboxlogout.py @@ -51,7 +51,7 @@ class OpenboxLogout(): # Start pyGTK setup self.window = gtk.Window() - self.window.set_title(_("logout")) + self.window.set_title(_("Openbox Logout")) self.window.connect("destroy", self.quit) self.window.connect("key-press-event", self.on_keypress) diff --git a/openboxlogout/pofiles/en_GB.po b/openboxlogout/pofiles/en_GB.po deleted file mode 100644 index 24a60f3..0000000 --- a/openboxlogout/pofiles/en_GB.po +++ /dev/null @@ -1,29 +0,0 @@ -domain "cb-openbox-logout" - -#: NAME -msgid "logout" -msgstr "Log Out" - -msgid "shutdown" -msgstr "Shutdown" - -msgid "cancel" -msgstr "Cancel" - -msgid "restart" -msgstr "Restart" - -msgid "suspend" -msgstr "Suspend" - -msgid "hibernate" -msgstr "Hibernate" - -msgid "safesuspend" -msgstr "Safe Suspend" - -msgid "lock" -msgstr "Lock Screen" - -msgid "switch" -msgstr "Switch User