/* set colors/appearance/sizes for stuff that doesn't change */
XSetWindowBorder(ob_display, self->window,
RrColorPixel(ob_rr_theme->frame_b_color));
+ XSetWindowBorder(ob_display, self->inner,
+ RrColorPixel(ob_rr_theme->frame_b_color));
XSetWindowBorder(ob_display, self->title,
RrColorPixel(ob_rr_theme->frame_b_color));
XSetWindowBorder(ob_display, self->handle,
/* set border widths */
if (!fake) {
XSetWindowBorderWidth(ob_display, self->window, self->bwidth);
+ XSetWindowBorderWidth(ob_display, self->inner, self->bwidth);
XSetWindowBorderWidth(ob_display, self->title, self->rbwidth);
XSetWindowBorderWidth(ob_display, self->handle, self->rbwidth);
XSetWindowBorderWidth(ob_display, self->lgrip, self->rbwidth);
/* move and resize the inner border window which contains the plate
*/
XMoveResizeWindow(ob_display, self->inner,
- self->innersize.left - self->cbwidth_x,
- self->innersize.top - self->cbwidth_y,
+ self->innersize.left - self->cbwidth_x -
+ self->bwidth,
+ self->innersize.top - self->cbwidth_y -
+ self->bwidth,
self->client->area.width +
self->cbwidth_x * 2,
self->client->area.height +
# Copyright (C) 2006 Mikael Magnusson
# This file is distributed under the same license as the openbox package.
# Sebastian Vahl <svahl@web.de>, 2006.
+# Simon A. Wilper <simonaw@openoffice.org>, Apr 2007
msgid ""
msgstr ""
"Project-Id-Version: Openbox 3.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
"POT-Creation-Date: 2007-04-24 22:57-0400\n"
"PO-Revision-Date: 2006-06-11 10:41+0200\n"
-"Last-Translator: Sebastian Vahl <svahl@web.de>\n"
+"Last-Translator: Simon A. Wilper <simonaw@openoffice.org>\n"
"Language-Team: <de@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
#: openbox/openbox.c:106
msgid "Couldn't set locale from environment."
msgstr ""
+"Die gewählte Lokalisierung konnte für die Umgebung nicht gesetzt werden"
#: openbox/openbox.c:114
#, fuzzy, c-format
#: openbox/openbox.c:165
msgid "X server does not support locale."
-msgstr ""
+msgstr "Die gewählte Lokalisierung wird vom X-Server nicht unterstützt."
#: openbox/openbox.c:167
msgid "Cannot set locale modifiers for the X server."
msgstr ""
+"Die Lokalisierungsmodifizierer für den X-Server konnten nicht gesetzt werden."
#: openbox/openbox.c:229
msgid "Unable to find a valid config file, using some simple defaults"
msgstr ""
+"Es wurde keine gültige Konfigurationsdatei gefunden, benutze einfache "
+"Standardwerte."
#: openbox/openbox.c:349
#, c-format
msgid "Restart failed to execute new executable '%s': %s"
-msgstr ""
+msgstr "Neustart fehlgeschlagen, um die ausführbare Datei '%s' zu starten: %s"
#: openbox/openbox.c:389 openbox/openbox.c:391
msgid "Copyright (c)"
#: openbox/openbox.c:400
msgid "Syntax: openbox [options]\n"
-msgstr ""
+msgstr "Syntax: openbox [Optionen]\n"
#: openbox/openbox.c:401
msgid ""
"Options:\n"
"\n"
msgstr ""
+"\n"
+"Optionen:\n"
+"\n"
#: openbox/openbox.c:402
msgid " --config-file FILE Specify the file to load for the config file\n"
msgstr ""
+" --config-file FILE Datei, die als Konfigurationsdatei geladen werden "
+"soll\n"
#: openbox/openbox.c:404
msgid " --sm-disable Disable connection to session manager\n"
-msgstr ""
+msgstr " --sm-disable Keine Verbindung zum Sitzungsmanager aufbauen\n"
#: openbox/openbox.c:405
#, fuzzy
msgid " --sm-client-id ID Specify session management ID\n"
-msgstr "--sm-client-id benötigt ein Argument\n"
+msgstr " --sm-client-id ID ID des Sitzungsmanagers\n"
#: openbox/openbox.c:406
msgid " --sm-save-file FILE Specify file to load a saved session from\n"
msgstr ""
+" --sm-save-file FILE Datei von der eine gespeicherte Sitzung geladen werden "
+"soll\n"
#: openbox/openbox.c:408
msgid " --replace Replace the currently running window manager\n"
-msgstr ""
+msgstr " --replace Den aktuell laufenden Fenstermanager ersetzen\n"
#: openbox/openbox.c:409
msgid " --help Display this help and exit\n"
-msgstr ""
+msgstr " --help Diese Hilfe anzeigen und beenden\n"
#: openbox/openbox.c:410
msgid " --version Display the version and exit\n"
-msgstr ""
+msgstr " --version Version anzeigen und beenden\n"
#: openbox/openbox.c:411
msgid ""
"Passing messages to a running Openbox instance:\n"
"\n"
msgstr ""
+"\n"
+"Nachrichten an eine laufende Openbox-Instanz weiterleiten:\n"
+"\n"
#: openbox/openbox.c:412
msgid " --reconfigure Reload Openbox's configuration\n"
-msgstr ""
+msgstr " --reconfigure Openbox's Konfiguration neu laden\n"
#: openbox/openbox.c:413
msgid ""
"Debugging options:\n"
"\n"
msgstr ""
+"\n"
+"\n"
+"Debugging Optionen:\n"
+"\n"
#: openbox/openbox.c:414
msgid " --sync Run in synchronous mode\n"
-msgstr ""
+msgstr " --snyc im Synchronisierungsmodus starten\n"
#: openbox/openbox.c:415
msgid " --debug Display debugging output\n"
-msgstr ""
+msgstr " --debug Debugging-Informationen anzeigen\n"
#: openbox/openbox.c:416
msgid " --debug-focus Display debugging output for focus handling\n"
msgstr ""
+" --debug-focus Debugging-Informationen fürs Fokus-Handling anzeigen\n"
#: openbox/openbox.c:417
#, c-format
"Please report bugs at %s\n"
"\n"
msgstr ""
+"\n"
+"Bitte melden Sie Bugreports an: %s\n"
+"\n"
#: openbox/openbox.c:448
#, fuzzy
msgid "--config-file requires an argument\n"
-msgstr "--sm-save-file benötigt ein Argument\n"
+msgstr "--config-file benötigt ein Argument\n"
#: openbox/session.c:124
msgid "--sm-client-id requires an argument\n"
#: openbox/session.c:433
#, c-format
msgid "Error while saving the session to '%s': %s"
-msgstr ""
+msgstr "Fehler beim Speichern der Sitzung nach '%s': %s"
#~ msgid "Couldn't initialize Xft."
#~ msgstr "Xft konnte nicht initialisiert werden"