edit = $(SED) \
-e 's!@version\@!$(VERSION)!' \
+ -e 's!@confdir\@!$(confdir)!' \
-e 's!@bindir\@!$(bindir)!'
data/xsession/openbox-gnome-session: Makefile data \
@mkdir data 2>/dev/null || true
@mkdir data/xsession 2>/dev/null || true
@$(edit) $(srcdir)/data/xsession/openbox-gnome-session.in >$@
- @chmod +x $@
+ @chmod a+x $@
data/xsession/openbox-kde-session: Makefile data \
$(srcdir)/data/xsession/openbox-kde-session.in
@mkdir data 2>/dev/null || true
@mkdir data/xsession 2>/dev/null || true
@$(edit) $(srcdir)/data/xsession/openbox-kde-session.in >$@
- @chmod +x $@
+ @chmod a+x $@
+
+doc/openbox.1.in: Makefile doc $(srcdir)/doc/openbox.1.sgml
+ @echo make: creating $@
+ @mkdir doc 2>/dev/null || true
+ docbook-to-man $(srcdir)/doc/openbox.1.sgml > $@
+
+doc/openbox.1: Makefile doc doc/openbox.1.in
+ @echo make: creating $@
+ @mkdir doc 2>/dev/null || true
+ @$(edit) $(srcdir)/doc/openbox.1.in >$@
dist_gnomewmfiles_DATA = \
data/gnome-wm-properties/openbox.desktop
data/rc.xsd \
data/menu.xsd
+man_MANS = \
+ doc/openbox.1
+
EXTRA_DIST = \
config.rpath \
mkinstalldirs \
libxcursor-dev
libstartup-notification0-dev
xlibs-dev
+docbook-to-man
tip: run "update-alternatives --config automake" and select automake1.9 before
running ./configure
Section: x11
Priority: optional
Maintainer: Dana Jansens <danakj@orodu.net>
-Build-Depends: debhelper (>= 5), coreutils, sed, autotools-dev, gcc, automake1.9, autoconf, libtool, pkg-config, libpango1.0-dev, libglib2.0-dev, libxml2-dev, libxcursor-dev, libstartup-notification0-dev, xlibs-dev, libxinerama-dev, libxft2-dev
+Build-Depends: debhelper (>= 5), coreutils, sed, autotools-dev, gcc, automake1.9, autoconf, libtool, pkg-config, libpango1.0-dev, libglib2.0-dev, libxml2-dev, libxcursor-dev, libstartup-notification0-dev, xlibs-dev, libxinerama-dev, libxft2-dev, docbook-to-man
Standards-Version: 3.7.2
Package: openbox
--- /dev/null
+all clean install:
+ $(MAKE) -C .. -$(MAKEFLAGS) $@
+
+.PHONY: all clean install
--- /dev/null
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+ page: `docbook-to-man manpage.sgml > manpage.1'. You may view
+ the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+ less'. A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+ docbook-to-man $< > $@
+
+
+ The docbook-to-man binary is found in the docbook-to-man package.
+ Please remember that if you create the nroff version in one of the
+ debian/rules file targets (such as build), you will need to include
+ docbook-to-man in your Build-Depends control field.
+
+ -->
+
+ <!ENTITY dhsection "<manvolnum>1</manvolnum>">
+ <!ENTITY dhucpackage "<refentrytitle>OPENBOX</refentrytitle>">
+ <!ENTITY dhpackage "openbox">
+]>
+
+<refentry>
+ <refmeta>
+ &dhucpackage;
+
+ &dhsection;
+ </refmeta>
+ <refnamediv>
+ <refname>&dhpackage;</refname>
+
+ <refpurpose>Next generation, highly configurable window manager
+ </refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&dhpackage;</command>
+ <arg><option>--help</option></arg>
+ <arg><option>--version</option></arg>
+ <arg><option>--replace</option></arg>
+ <arg><option>--reconfigure</option></arg>
+ <arg><option>--sm-disable</option></arg>
+ <arg><option>--config <replaceable>TYPE</replaceable></option></arg>
+ <arg><option>--sync</option></arg>
+ <arg><option>--debug</option></arg>
+ <arg><option>--debug-focus</option></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+
+ <para>Openbox is a next generation, highly
+ configurable window manager. Openbox is compliant with the
+ latest window manager standards.</para>
+
+ <para>You can start Openbox in three ways:</para>
+
+ <para>If you run a display manager such as GDM, you will find 3 entries
+ in the login session type menu for Openbox:
+ <command>GNOME/Openbox</command>, <command>KDE/Openbox</command>
+ and <command>Openbox</command>. If you want to use Openbox
+ within GNOME or KDE, you can choose the appropriate entry, and it will
+ launch GNOME or KDE with Openbox as the window manager.</para>
+
+ <para>If you don't want to run Openbox withing a desktop environment, then
+ it is recommended that you instead set up a ~/.xsession file and
+ use the <command>Default</command> session type. The ~/.xsession file
+ should any applications you want to run at startup, and then run
+ <command>&dhpackage;</command> at the end, such as:</para>
+
+ <blockquote><literallayout>
+ xsetroot -solid grey &
+ gnome-settings-daemon &
+ exec <command>&dhpackage;</command></literallayout></blockquote>
+
+ <para>Lastly, if you use <command>startx</command> to launch your X
+ session, you should set up a ~/.xinitrc file, exactly the same as the
+ above ~/.xsession file.</para>
+
+ <para>You can use the <command>obconf</command> tool to configure Openbox
+ easily with a graphical interface, however more in-depth configuration
+ is possible by editing the configuration files by hand. The default
+ configuration file is installed in @confdir@/xdg/openbox/rc.xml, and the
+ user configuration is placed in ~/.config/openbox/rc.xml. You can copy
+ the default configuration to ~/.config/openbox and edit it to your
+ liking.</para>
+
+ </refsect1>
+ <refsect1>
+ <title>OPTIONS</title>
+
+ <para>These are the possible options that <command>&dhpackage;</command> accepts:</para>
+ <variablelist>
+ <varlistentry>
+ <term><option>--help</option></term>
+ <listitem>
+ <para>Show a summary of the options available.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--version</option></term>
+ <listitem>
+ <para>Show the version of the program.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--replace</option></term>
+ <listitem>
+ <para>Replace the currently running window manager.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--reconfigure</option></term>
+ <listitem>
+ <para>If Openbox is already running on the display, tell it to
+ reload it's configuration.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--sm-disable</option></term>
+ <listitem>
+ <para>Do not connect to the session manager.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--config<replaceable>TYPE</replaceable></option></term>
+ <listitem>
+ <para>Specify the configuration profile to use.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--sync</option></term>
+ <listitem>
+ <para>Run in synchronous mode (for debugging).</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--debug</option></term>
+ <listitem>
+ <para>Display debugging output.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--debug-focus</option></term>
+ <listitem>
+ <para>Display debugging output for focus handling.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+ <refsect1>
+ <title>SEE ALSO</title>
+
+ <para>obconf (1), openbox-gnome-session (1), openbox-kde-session (1).
+ </para>
+
+ <para>The program's full documentation is available on the website:
+ <olink>http://openbox.org/</olink></para>
+
+ <para>Please report bugs to: <olink>http://bugzilla.icculus.org/</olink>
+ </para>
+ </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
+
+
focus_client = NULL;
focus_tried = NULL; /* focus isn't "trying" to go anywhere now */
+ /* if there is a grab going on, then we need to cancel it. if we move
+ focus during the grab, applications will get NotifyWhileGrabbed events
+ and ignore them !
+
+ actions should not rely on being able to move focus during an
+ interactive grab.
+ */
+ if (keyboard_interactively_grabbed())
+ keyboard_interactive_cancel();
+
/* when nothing will be focused, send focus to the backup target */
XSetInputFocus(ob_display, screen_support_win, RevertToPointerRoot,
event_curtime);
{
g_print(_("Syntax: openbox [options]\n"));
g_print(_("\nOptions:\n"));
- g_print(_(" --config TYPE Specify the configuration profile to use\n"));
-#ifdef USE_SM
- g_print(_(" --sm-disable Disable connection to the session manager\n"));
-#endif
- g_print(_(" --replace Replace the currently running window manager\n"));
g_print(_(" --help Display this help and exit\n"));
g_print(_(" --version Display the version and exit\n"));
+ g_print(_(" --replace Replace the currently running window manager\n"));
+ g_print(_(" --sm-disable Disable connection to the session manager\n"));
+ g_print(_(" --config TYPE Specify the configuration profile to use\n"));
g_print(_("\nPassing messages to a running Openbox instance:\n"));
g_print(_(" --reconfigure Reload Openbox's configuration\n"));
g_print(_("\nDebugging options:\n"));
++i;
}
}
-#ifdef USE_SM
else if (!strcmp(argv[i], "--sm-save-file")) {
if (i == *argc - 1) /* no args left */
/* not translated cuz it's sekret */
else if (!strcmp(argv[i], "--sm-disable")) {
ob_sm_use = FALSE;
}
-#endif
else {
/* this is a memleak.. oh well.. heh */
gchar *err = g_strdup_printf
msgstr ""
"Project-Id-Version: Openbox 3.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
"PO-Revision-Date: 2004-01-25 20:41+0100\n"
"Last-Translator: David Majà Martínez <davidmaja@gmail.com>\n"
"Language-Team: catalan\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr ""
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr ""
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, fuzzy, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "No és pot crear el directori '%s': %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr ""
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "Vés aquí..."
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr ""
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "Escriptoris"
msgid "&Close"
msgstr "Tan&ca"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr ""
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr ""
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr ""
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr ""
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr ""
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr ""
+
+#: openbox/menu.c:331 openbox/menu.c:332
+#, fuzzy
+msgid "More..."
+msgstr "Vés aquí..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr ""
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr ""
+
#: openbox/openbox.c:124
#, fuzzy, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr ""
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr ""
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr ""
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr ""
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
msgid "Error while saving the session to '%s': %s"
msgstr ""
-#, fuzzy
-#~ msgid "Failed to execute '%s': %s"
-#~ msgstr "No és pot crear el directori '%s': %s"
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr ""
-#, fuzzy
-#~ msgid "More..."
-#~ msgstr "Vés aquí..."
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr ""
+
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr ""
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr ""
#, fuzzy
#~ msgid "Roll &up"
msgstr ""
"Project-Id-Version: Openbox 3.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
"PO-Revision-Date: 2006-06-11 10:41+0200\n"
"Last-Translator: Simon A. Wilper <simonaw@openoffice.org>\n"
"Language-Team: <de@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr ""
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr ""
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, fuzzy, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "Das Verzeichnis '%s' konnte nicht angelegt werden: %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr ""
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "Gehe zu..."
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr ""
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr ""
msgid "&Close"
msgstr "&Schließen"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr ""
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr ""
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, fuzzy, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr ""
+"Es wurde keine gültige Konfigurationsdatei gefunden, benutze einfache "
+"Standardwerte."
+
+#: openbox/menu.c:149
+#, fuzzy, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr "Neustart fehlgeschlagen, um die ausführbare Datei '%s' zu starten: %s"
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr ""
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr ""
+
+#: openbox/menu.c:331 openbox/menu.c:332
+#, fuzzy
+msgid "More..."
+msgstr "Gehe zu..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr ""
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr ""
+
#: openbox/openbox.c:124
#, fuzzy, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr ""
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr ""
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr ""
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr ""
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
msgid "Error while saving the session to '%s': %s"
msgstr "Fehler beim Speichern der Sitzung nach '%s': %s"
-#, fuzzy
-#~ msgid "Failed to execute '%s': %s"
-#~ msgstr "Das Verzeichnis '%s' konnte nicht angelegt werden: %s"
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr ""
-#, fuzzy
-#~ msgid "Unable to find a valid menu file '%s'"
-#~ msgstr ""
-#~ "Es wurde keine gültige Konfigurationsdatei gefunden, benutze einfache "
-#~ "Standardwerte."
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr ""
-#, fuzzy
-#~ msgid "Failed to execute command for pipe-menu '%s': %s"
-#~ msgstr ""
-#~ "Neustart fehlgeschlagen, um die ausführbare Datei '%s' zu starten: %s"
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr ""
-#, fuzzy
-#~ msgid "More..."
-#~ msgstr "Gehe zu..."
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr ""
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr ""
#, fuzzy
#~ msgid "Roll &up"
msgstr ""
"Project-Id-Version: openbox 3.3.990\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
-"PO-Revision-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
+"PO-Revision-Date: 2007-05-13 14:36-0400\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr "Invalid action ‘\e[1m%s\e[0m’ requested. No such action exists."
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr "Invalid use of action '%s'. Action will be ignored."
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "Failed to execute '%s': %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr "Failed to convert the path ‘\e[1m%s\e[0m’ from utf8"
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "Go there..."
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr "Windows"
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "Desktops"
msgid "&Close"
msgstr "&Close"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr "Invalid button ‘\e[1m%s\e[0m’ specified in config file"
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr "Conflict with key binding in config file"
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr "Unable to find a valid menu file ‘\e[1m%s\e[0m’"
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr "Failed to execute command for pipe-menu '%s': %s"
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr "Invalid output from pipe-menu ‘\e[1m%s\e[0m’"
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr "Attempted to access menu ‘\e[1m%s\e[0m’ but it does not exist"
+
+#: openbox/menu.c:331 openbox/menu.c:332
+msgid "More..."
+msgstr "More..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr "Invalid button ‘\e[1m%s\e[0m’ in mouse binding"
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr "Invalid context ‘\e[1m%s\e[0m’ in mouse binding"
+
#: openbox/openbox.c:124
#, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr "Invalid command line argument ‘\e[1m%s\e[0m’\n"
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr "A window manager is already running on screen %d"
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr "Could not acquire window manager selection on screen %d"
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr "The WM on screen %d is not exiting"
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
#, c-format
msgid "Error while saving the session to '%s': %s"
msgstr "Error while saving the session to '%s': %s"
+
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr "Running %s\n"
+
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr "Invalid modifier key ‘\e[1m%s\e[0m’ in key/mouse binding"
+
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr "Invalid key code ‘\e[1m%s\e[0m’ in key binding"
+
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr "Invalid key name ‘\e[1m%s\e[0m’ in key binding"
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr "Requested key ‘\e[1m%s\e[0m’ does not exist on the display"
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr "X Error: %s"
msgstr ""
"Project-Id-Version: openbox 3.3.990\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
-"PO-Revision-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
+"PO-Revision-Date: 2007-05-13 14:36-0400\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr "Invalid action ‘%s’ requested. No such action exists."
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr "Invalid use of action '%s'. Action will be ignored."
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "Failed to execute '%s': %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr "Failed to convert the path ‘%s’ from utf8"
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "Go there..."
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr "Windows"
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "Desktops"
msgid "&Close"
msgstr "&Close"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr "Invalid button ‘%s’ specified in config file"
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr "Conflict with key binding in config file"
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr "Unable to find a valid menu file ‘%s’"
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr "Failed to execute command for pipe-menu '%s': %s"
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr "Invalid output from pipe-menu ‘%s’"
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr "Attempted to access menu ‘%s’ but it does not exist"
+
+#: openbox/menu.c:331 openbox/menu.c:332
+msgid "More..."
+msgstr "More..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr "Invalid button ‘%s’ in mouse binding"
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr "Invalid context ‘%s’ in mouse binding"
+
#: openbox/openbox.c:124
#, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr "Invalid command line argument ‘%s’\n"
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr "A window manager is already running on screen %d"
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr "Could not acquire window manager selection on screen %d"
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr "The WM on screen %d is not exiting"
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
#, c-format
msgid "Error while saving the session to '%s': %s"
msgstr "Error while saving the session to '%s': %s"
+
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr "Running %s\n"
+
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr "Invalid modifier key ‘%s’ in key/mouse binding"
+
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr "Invalid key code ‘%s’ in key binding"
+
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr "Invalid key name ‘%s’ in key binding"
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr "Requested key ‘%s’ does not exist on the display"
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr "X Error: %s"
msgstr ""
"Project-Id-Version: Openbox 3.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
"PO-Revision-Date: 2005-03-25 09:31+0100\n"
"Last-Translator: Miguel Calleja Gómez <mcg79@lycos.es>\n"
"Language-Team: None\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr ""
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr ""
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, fuzzy, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "No se puede crear el directorio '%s': %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr ""
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "Ir ahí..."
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr ""
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "Escritorios"
msgid "&Close"
msgstr "&Cerrar"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr ""
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr ""
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr ""
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr ""
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr ""
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr ""
+
+#: openbox/menu.c:331 openbox/menu.c:332
+#, fuzzy
+msgid "More..."
+msgstr "Ir ahí..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr ""
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr ""
+
#: openbox/openbox.c:124
#, fuzzy, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr ""
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr ""
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr ""
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr ""
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
msgid "Error while saving the session to '%s': %s"
msgstr ""
-#, fuzzy
-#~ msgid "Failed to execute '%s': %s"
-#~ msgstr "No se puede crear el directorio '%s': %s"
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr ""
-#, fuzzy
-#~ msgid "More..."
-#~ msgstr "Ir ahí..."
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr ""
+
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr ""
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr ""
#, fuzzy
#~ msgid "Roll &up"
msgstr ""
"Project-Id-Version: openbox 3.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
"PO-Revision-Date: 2005-03-15 21:29+0200\n"
"Last-Translator: Pauli Virtanen <pauli.virtanen@hut.fi>\n"
"Language-Team: Finnish <fi@li.org>\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr ""
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr ""
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, fuzzy, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "Hakemiston \"%s\" luonti epäonnistui: %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr ""
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "Näytä tämä..."
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr ""
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "Työtilat"
msgid "&Close"
msgstr "&Sulje"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr ""
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr ""
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr ""
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr ""
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr ""
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr ""
+
+#: openbox/menu.c:331 openbox/menu.c:332
+#, fuzzy
+msgid "More..."
+msgstr "Näytä tämä..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr ""
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr ""
+
#: openbox/openbox.c:124
#, fuzzy, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr ""
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr ""
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr ""
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr ""
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
msgid "Error while saving the session to '%s': %s"
msgstr ""
-#, fuzzy
-#~ msgid "Failed to execute '%s': %s"
-#~ msgstr "Hakemiston \"%s\" luonti epäonnistui: %s"
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr ""
-#, fuzzy
-#~ msgid "More..."
-#~ msgstr "Näytä tämä..."
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr ""
+
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr ""
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr ""
#, fuzzy
#~ msgid "Roll &up"
msgstr ""
"Project-Id-Version: Openbox 3.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
"PO-Revision-Date: 2004-06-11 23:06+0200\n"
"Last-Translator: Julien Louis <leonptitlouis@wanadoo.fr>\n"
"Language-Team: French <traduc@traduc.org>\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr ""
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr ""
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, fuzzy, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "Impossible de créer le répertoire '%s': %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr ""
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "Aller à..."
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr ""
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "Bureaux"
msgid "&Close"
msgstr "&Fermer"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr ""
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr ""
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr ""
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr ""
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr ""
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr ""
+
+#: openbox/menu.c:331 openbox/menu.c:332
+#, fuzzy
+msgid "More..."
+msgstr "Aller à..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr ""
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr ""
+
#: openbox/openbox.c:124
#, fuzzy, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr ""
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr ""
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr ""
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr ""
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
msgid "Error while saving the session to '%s': %s"
msgstr ""
-#, fuzzy
-#~ msgid "Failed to execute '%s': %s"
-#~ msgstr "Impossible de créer le répertoire '%s': %s"
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr ""
-#, fuzzy
-#~ msgid "More..."
-#~ msgstr "Aller à..."
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr ""
+
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr ""
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr ""
#, fuzzy
#~ msgid "Roll &up"
msgstr ""
"Project-Id-Version: Openbox 3.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
"PO-Revision-Date: 2006-09-05 16:45+0100\n"
"Last-Translator: Daniel Radetic <drade@boobah.info>\n"
"Language-Team: None\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr ""
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr ""
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, fuzzy, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "Nemogu napraviti direktorij '%s': %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr ""
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "Odi na..."
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr ""
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "Radne površine"
msgid "&Close"
msgstr "&Zatvori"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr ""
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr ""
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr ""
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr ""
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr ""
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr ""
+
+#: openbox/menu.c:331 openbox/menu.c:332
+#, fuzzy
+msgid "More..."
+msgstr "Odi na..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr ""
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr ""
+
#: openbox/openbox.c:124
#, fuzzy, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr ""
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr ""
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr ""
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr ""
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
msgid "Error while saving the session to '%s': %s"
msgstr ""
-#, fuzzy
-#~ msgid "Failed to execute '%s': %s"
-#~ msgstr "Nemogu napraviti direktorij '%s': %s"
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr ""
-#, fuzzy
-#~ msgid "More..."
-#~ msgstr "Odi na..."
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr ""
+
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr ""
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr ""
#, fuzzy
#~ msgid "Roll &up"
msgstr ""
"Project-Id-Version: Openbox 3.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
"PO-Revision-Date: 2003-11-20 15:00+0900\n"
"Last-Translator: Yukihiro Nakai <nakai@gnome.gr.jp>\n"
"Language-Team: Japanese <ja@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr ""
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr ""
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, fuzzy, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "ディレクトリ'%s'を作れません: %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr ""
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "移動する..."
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr ""
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "デスクトップ"
msgid "&Close"
msgstr "閉じる(&C)"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr ""
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr ""
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr ""
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr ""
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr ""
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr ""
+
+#: openbox/menu.c:331 openbox/menu.c:332
+#, fuzzy
+msgid "More..."
+msgstr "移動する..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr ""
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr ""
+
#: openbox/openbox.c:124
#, fuzzy, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr ""
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr ""
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr ""
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr ""
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
msgid "Error while saving the session to '%s': %s"
msgstr ""
-#, fuzzy
-#~ msgid "Failed to execute '%s': %s"
-#~ msgstr "ディレクトリ'%s'を作れません: %s"
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr ""
-#, fuzzy
-#~ msgid "More..."
-#~ msgstr "移動する..."
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr ""
+
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr ""
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr ""
#, fuzzy
#~ msgid "Roll &up"
msgstr ""
"Project-Id-Version: openbox 3.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
"PO-Revision-Date: 2004-03-29 18:33:39+0200\n"
"Last-Translator: Øyvind Albrigtsen\n"
"Language-Team: None\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr ""
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr ""
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, fuzzy, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "Kunde ikke lage katalogen '%s': %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr ""
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "Gå dit"
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr ""
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "Skrivebord"
msgid "&Close"
msgstr "&Lukk"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr ""
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr ""
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr ""
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr ""
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr ""
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr ""
+
+#: openbox/menu.c:331 openbox/menu.c:332
+#, fuzzy
+msgid "More..."
+msgstr "Gå dit"
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr ""
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr ""
+
#: openbox/openbox.c:124
#, fuzzy, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr ""
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr ""
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr ""
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr ""
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
msgid "Error while saving the session to '%s': %s"
msgstr ""
-#, fuzzy
-#~ msgid "Failed to execute '%s': %s"
-#~ msgstr "Kunde ikke lage katalogen '%s': %s"
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr ""
-#, fuzzy
-#~ msgid "More..."
-#~ msgstr "Gå dit"
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr ""
+
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr ""
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr ""
#, fuzzy
#~ msgid "Roll &up"
msgstr ""
"Project-Id-Version: Openbox 3.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
"PO-Revision-Date: 2004-09-07 21:17+0200\n"
"Last-Translator: Madej <madej@afn.no-ip.org>\n"
"Language-Team: NONE\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr ""
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr ""
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, fuzzy, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "Nie mogę utworzyć katalogu '%s': %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr ""
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "Przejdź..."
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr ""
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "Pulpit"
msgid "&Close"
msgstr "Z&amknij"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr ""
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr ""
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr ""
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr ""
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr ""
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr ""
+
+#: openbox/menu.c:331 openbox/menu.c:332
+#, fuzzy
+msgid "More..."
+msgstr "Przejdź..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr ""
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr ""
+
#: openbox/openbox.c:124
#, fuzzy, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr ""
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr ""
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr ""
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr ""
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
msgid "Error while saving the session to '%s': %s"
msgstr ""
-#, fuzzy
-#~ msgid "Failed to execute '%s': %s"
-#~ msgstr "Nie mogę utworzyć katalogu '%s': %s"
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr ""
-#, fuzzy
-#~ msgid "More..."
-#~ msgstr "Przejdź..."
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr ""
+
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr ""
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr ""
#, fuzzy
#~ msgid "Roll &up"
msgstr ""
"Project-Id-Version: Openbox 3.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
"PO-Revision-Date: 2004-03-29 18:33:39+0200\n"
"Last-Translator: Gonçalo Ferreira <gonsas@gmail.com>\n"
"Language-Team: None\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr ""
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr ""
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, fuzzy, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "Incapaz de criar o directório '%s': %s "
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr ""
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "Ir até..."
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr ""
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "Áreas de trabalho"
msgid "&Close"
msgstr "&Fechar"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr ""
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr ""
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr ""
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr ""
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr ""
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr ""
+
+#: openbox/menu.c:331 openbox/menu.c:332
+#, fuzzy
+msgid "More..."
+msgstr "Ir até..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr ""
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr ""
+
#: openbox/openbox.c:124
#, fuzzy, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr ""
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr ""
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr ""
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr ""
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
msgid "Error while saving the session to '%s': %s"
msgstr ""
-#, fuzzy
-#~ msgid "Failed to execute '%s': %s"
-#~ msgstr "Incapaz de criar o directório '%s': %s "
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr ""
-#, fuzzy
-#~ msgid "More..."
-#~ msgstr "Ir até..."
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr ""
+
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr ""
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr ""
#, fuzzy
#~ msgid "Roll &up"
msgstr ""
"Project-Id-Version: openbox 3.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
"PO-Revision-Date: 2004-04-23 13:00+0300\n"
"Last-Translator: Alexey Remizov <alexey@remizov.pp.ru>\n"
"Language-Team: Russian <gnome-cyr@gnome.org>\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr ""
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr ""
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, fuzzy, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "Невозможно создать каталог '%s': %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr ""
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "Перейти..."
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr ""
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "Рабочие места"
msgid "&Close"
msgstr "Закрыть(&C)"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr ""
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr ""
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr ""
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr ""
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr ""
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr ""
+
+#: openbox/menu.c:331 openbox/menu.c:332
+#, fuzzy
+msgid "More..."
+msgstr "Перейти..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr ""
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr ""
+
#: openbox/openbox.c:124
#, fuzzy, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr ""
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr ""
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr ""
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr ""
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
msgid "Error while saving the session to '%s': %s"
msgstr ""
-#, fuzzy
-#~ msgid "Failed to execute '%s': %s"
-#~ msgstr "Невозможно создать каталог '%s': %s"
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr ""
-#, fuzzy
-#~ msgid "More..."
-#~ msgstr "Перейти..."
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr ""
+
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr ""
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr ""
#, fuzzy
#~ msgid "Roll &up"
msgstr ""
"Project-Id-Version: Openbox-3.3rc2\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
"PO-Revision-Date: 2006-08-25 00:52+0200\n"
"Last-Translator: Jozef Riha <jose1711@gmail.com\n"
"Language-Team: Slovak <LL@li.org>\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr ""
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr ""
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, fuzzy, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "Nebolo možné vytvoriť adresár '%s': %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr ""
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "Prejsť na..."
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr ""
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "Plochy"
msgid "&Close"
msgstr "Z&avrieť"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr ""
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr ""
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr ""
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr ""
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr ""
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr ""
+
+#: openbox/menu.c:331 openbox/menu.c:332
+#, fuzzy
+msgid "More..."
+msgstr "Prejsť na..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr ""
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr ""
+
#: openbox/openbox.c:124
#, fuzzy, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr ""
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr ""
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr ""
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr ""
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
msgid "Error while saving the session to '%s': %s"
msgstr ""
-#, fuzzy
-#~ msgid "Failed to execute '%s': %s"
-#~ msgstr "Nebolo možné vytvoriť adresár '%s': %s"
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr ""
-#, fuzzy
-#~ msgid "More..."
-#~ msgstr "Prejsť na..."
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr ""
+
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr ""
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr ""
#, fuzzy
#~ msgid "Roll &up"
msgstr ""
"Project-Id-Version: openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
"PO-Revision-Date: 2007-05-06 13:44+0200\n"
"Last-Translator: Mikael Magnusson <mikachu@icculus.org>\n"
"Language-Team: None\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr "Ogiltig action '%s' efterfrågades, men finns inte."
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr "Ogiltigt användande av action '%s', den kommer ignoreras."
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "Kunde inte exekvera '%s': %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr "Lyckades inte konvertera sökvägen '%s' från utf8"
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "Gå dit"
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr "Fönster"
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "Skrivbord"
msgid "&Close"
msgstr "Stän&g"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr "Ogiltig knapp '%s' angiven i konfigurationsfilen"
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr "Konflikt med annan tangentbindning i konfigurationsfilen"
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr "Kunde inte hitta en giltig menyfil '%s'"
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr "Misslyckades att köra kommando för pipe-menyn '%s': %s"
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr "Ogiltig utdata från pipe-menyn '%s'"
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr "Försökte öppna menyn '%s', men den finns inte"
+
+#: openbox/menu.c:331 openbox/menu.c:332
+msgid "More..."
+msgstr "Mer..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr "Ogiltig knapp '%s' i musbindning"
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr "Ogiltig kontext '%s' i musbindning"
+
#: openbox/openbox.c:124
#, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr "Ogiltig utdata från pipe-menyn '%s'"
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr "En fönsterhanterare körs redan på skärm %d"
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr "Kunde inte erhålla fönsterhanterarmarkeringen på skärm %d"
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr "Fönsterhanteraren på skärm %d avslutar inte"
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
msgid "Error while saving the session to '%s': %s"
msgstr "Fel inträffade när sessionen skulle sparas till '%s': %s"
-#~ msgid "Invalid action '%s' requested. No such action exists."
-#~ msgstr "Ogiltig action '%s' efterfrågades, men finns inte."
-
-#~ msgid "Invalid use of action '%s'. Action will be ignored."
-#~ msgstr "Ogiltigt användande av action '%s', den kommer ignoreras."
-
-#~ msgid "Failed to execute '%s': %s"
-#~ msgstr "Kunde inte exekvera '%s': %s"
-
-#~ msgid "Failed to convert the path '%s' from utf8"
-#~ msgstr "Lyckades inte konvertera sökvägen '%s' från utf8"
-
-#~ msgid "Windows"
-#~ msgstr "Fönster"
-
-#~ msgid "Invalid button '%s' specified in config file"
-#~ msgstr "Ogiltig knapp '%s' angiven i konfigurationsfilen"
-
-#~ msgid "Conflict with key binding in config file"
-#~ msgstr "Konflikt med annan tangentbindning i konfigurationsfilen"
-
-#~ msgid "Unable to find a valid menu file '%s'"
-#~ msgstr "Kunde inte hitta en giltig menyfil '%s'"
-
-#~ msgid "Failed to execute command for pipe-menu '%s': %s"
-#~ msgstr "Misslyckades att köra kommando för pipe-menyn '%s': %s"
-
-#~ msgid "Invalid output from pipe-menu '%s'"
-#~ msgstr "Ogiltig utdata från pipe-menyn '%s'"
-
-#~ msgid "Attempted to access menu '%s' but it does not exist"
-#~ msgstr "Försökte öppna menyn '%s', men den finns inte"
-
-#~ msgid "More..."
-#~ msgstr "Mer..."
-
-#~ msgid "Invalid button '%s' in mouse binding"
-#~ msgstr "Ogiltig knapp '%s' i musbindning"
-
-#~ msgid "Invalid context '%s' in mouse binding"
-#~ msgstr "Ogiltig kontext '%s' i musbindning"
-
-#~ msgid "A window manager is already running on screen %d"
-#~ msgstr "En fönsterhanterare körs redan på skärm %d"
-
-#~ msgid "Could not acquire window manager selection on screen %d"
-#~ msgstr "Kunde inte erhålla fönsterhanterarmarkeringen på skärm %d"
-
-#~ msgid "The WM on screen %d is not exiting"
-#~ msgstr "Fönsterhanteraren på skärm %d avslutar inte"
-
-#~ msgid "Running %s\n"
-#~ msgstr "Kör %s\n"
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr "Kör %s\n"
-#~ msgid "Invalid modifier key '%s' in key/mouse binding"
-#~ msgstr "Ogiltig modifikationstangent '%s' i tangent/musbindning"
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr "Ogiltig modifikationstangent '%s' i tangent/musbindning"
-#~ msgid "Invalid key code '%s' in key binding"
-#~ msgstr "Ogiltig tangentkod '%s' i tantentbindning"
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr "Ogiltig tangentkod '%s' i tantentbindning"
-#~ msgid "Invalid key name '%s' in key binding"
-#~ msgstr "Ogiltigt tangentnamn '%s' i tangentbindning"
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr "Ogiltigt tangentnamn '%s' i tangentbindning"
-#~ msgid "Requested key '%s' does not exist on the display"
-#~ msgstr "Efterfrågad tangent '%s' finns inte på displayen"
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr "Efterfrågad tangent '%s' finns inte på displayen"
-#~ msgid "X Error: %s"
-#~ msgstr "X Fel: %s"
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr "X Fel: %s"
#, fuzzy
#~ msgid "Roll &up"
msgstr ""
"Project-Id-Version: openbox 3.3rc2\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-05-12 18:24-0400\n"
+"POT-Creation-Date: 2007-05-13 14:36-0400\n"
"PO-Revision-Date: 2006-03-01 12:00+0800\n"
"Last-Translator: Wei-Lun Chao <william.chao@ossii.com.tw>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: openbox/client_list_menu.c:104
+#: openbox/action.c:945
+#, c-format
+msgid "Invalid action '%s' requested. No such action exists."
+msgstr ""
+
+#: openbox/action.c:948
+#, c-format
+msgid "Invalid use of action '%s'. Action will be ignored."
+msgstr ""
+
+#: openbox/action.c:1222 openbox/action.c:1240 openbox/action.c:1253
+#, fuzzy, c-format
+msgid "Failed to execute '%s': %s"
+msgstr "無法製作目錄 '%s': %s"
+
+#: openbox/action.c:1261
+#, c-format
+msgid "Failed to convert the path '%s' from utf8"
+msgstr ""
+
+#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:104
msgid "Go there..."
msgstr "到那裡去..."
+#: openbox/client_list_combined_menu.c:148
+msgid "Windows"
+msgstr ""
+
#: openbox/client_list_menu.c:199
msgid "Desktops"
msgstr "桌面"
msgid "&Close"
msgstr "關閉(&C)"
+#: openbox/config.c:667
+#, c-format
+msgid "Invalid button '%s' specified in config file"
+msgstr ""
+
+#: openbox/keyboard.c:162
+msgid "Conflict with key binding in config file"
+msgstr ""
+
+#: openbox/menu.c:98 openbox/menu.c:106
+#, c-format
+msgid "Unable to find a valid menu file '%s'"
+msgstr ""
+
+#: openbox/menu.c:149
+#, c-format
+msgid "Failed to execute command for pipe-menu '%s': %s"
+msgstr ""
+
+#: openbox/menu.c:166
+#, c-format
+msgid "Invalid output from pipe-menu '%s'"
+msgstr ""
+
+#: openbox/menu.c:179
+#, c-format
+msgid "Attempted to access menu '%s' but it does not exist"
+msgstr ""
+
+#: openbox/menu.c:331 openbox/menu.c:332
+#, fuzzy
+msgid "More..."
+msgstr "到那裡去..."
+
+#: openbox/mouse.c:321
+#, c-format
+msgid "Invalid button '%s' in mouse binding"
+msgstr ""
+
+#: openbox/mouse.c:327
+#, c-format
+msgid "Invalid context '%s' in mouse binding"
+msgstr ""
+
#: openbox/openbox.c:124
#, fuzzy, c-format
msgid "Unable to change to home directory '%s': %s"
msgid "Invalid command line argument '%s'\n"
msgstr ""
+#: openbox/screen.c:85 openbox/screen.c:186
+#, c-format
+msgid "A window manager is already running on screen %d"
+msgstr ""
+
+#: openbox/screen.c:122
+#, c-format
+msgid "Could not acquire window manager selection on screen %d"
+msgstr ""
+
+#: openbox/screen.c:143
+#, c-format
+msgid "The WM on screen %d is not exiting"
+msgstr ""
+
#: openbox/session.c:100
#, c-format
msgid "Unable to make directory '%s': %s"
msgid "Error while saving the session to '%s': %s"
msgstr ""
-#, fuzzy
-#~ msgid "Failed to execute '%s': %s"
-#~ msgstr "無法製作目錄 '%s': %s"
+#: openbox/startupnotify.c:240
+#, c-format
+msgid "Running %s\n"
+msgstr ""
-#, fuzzy
-#~ msgid "More..."
-#~ msgstr "到那裡去..."
+#: openbox/translate.c:58
+#, c-format
+msgid "Invalid modifier key '%s' in key/mouse binding"
+msgstr ""
+
+#: openbox/translate.c:135
+#, c-format
+msgid "Invalid key code '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:142
+#, c-format
+msgid "Invalid key name '%s' in key binding"
+msgstr ""
+
+#: openbox/translate.c:148
+#, c-format
+msgid "Requested key '%s' does not exist on the display"
+msgstr ""
+
+#: openbox/xerror.c:39
+#, c-format
+msgid "X Error: %s"
+msgstr ""
#, fuzzy
#~ msgid "Roll &up"