mirror of
https://github.com/nikdoof/oblogout.git
synced 2025-12-23 15:29:25 +00:00
Removed en_GB, not needed. Added template
This commit is contained in:
1
openboxlogout/app.fil
Normal file
1
openboxlogout/app.fil
Normal file
@@ -0,0 +1 @@
|
||||
openboxlogout.py
|
||||
Binary file not shown.
56
openboxlogout/messages.pot
Normal file
56
openboxlogout/messages.pot
Normal file
@@ -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 <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\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 ""
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user