Updated translations, provided by the #! community. These have been

completed by:

	arl - German
	Hanna Pietikäinen - Finnish
	benji - French
	Alon Horn - Hebrew
	papparonny - Norwegian
This commit is contained in:
2009-01-26 19:32:03 +00:00
parent 72dcbe4f31
commit 648b5e23fc
20 changed files with 553 additions and 488 deletions

View File

@@ -60,7 +60,7 @@ class OpenboxLogout():
# Start logger and gettext/i18n
self.logger = logging.getLogger('OpenboxLogout')
gettext.install('openboxlogout', '%s/locale' % self.determine_path(), unicode=1)
gettext.install('oblogout', '%s/locale' % self.determine_path(), unicode=1)
# Start dbus interface
bus = dbus.SystemBus()
@@ -111,8 +111,8 @@ class OpenboxLogout():
self.window.add(self.mainpanel)
for button in self.button_list:
self.add_button(button, self.buttonpanel)
self.add_button(button, self.buttonpanel)
if self.rendered_effects == True:
self.logger.debug("Stepping though render path")
w = gtk.gdk.get_default_root_window()
@@ -147,6 +147,9 @@ class OpenboxLogout():
self.window.set_app_paintable(True)
self.window.resize(gtk.gdk.screen_width(), gtk.gdk.screen_height())
self.window.realize()
print self.buttonpanel.get_allocation().width
if pixmap:
self.window.window.set_back_pixmap(pixmap, False)
self.window.move(0,0)