merge r6452-6458 from trunk
authorDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 19:50:08 +0000 (19:50 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 19:50:08 +0000 (19:50 +0000)
23 files changed:
Makefile.am
README.SVN
debian/control
doc/Makefile [new file with mode: 0644]
doc/openbox.1.sgml [new file with mode: 0644]
openbox/focus.c
openbox/openbox.c
po/ca.po
po/de.po
po/en@boldquot.po
po/en@quot.po
po/es.po
po/fi.po
po/fr.po
po/hr.po
po/ja.po
po/no.po
po/pl.po
po/pt.po
po/ru.po
po/sk.po
po/sv.po
po/zh_TW.po

index f815b97eb3880cd8b1723946fc39f8ed7087eb3d..6061bf8f673b3d4650b6821b034c5b407e1fcf36 100644 (file)
@@ -346,6 +346,7 @@ dist_rc_DATA = \
 
 edit = $(SED) \
        -e 's!@version\@!$(VERSION)!' \
+       -e 's!@confdir\@!$(confdir)!' \
        -e 's!@bindir\@!$(bindir)!'
 
 data/xsession/openbox-gnome-session: Makefile data \
@@ -354,7 +355,7 @@ 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
@@ -362,7 +363,17 @@ data/xsession/openbox-kde-session: Makefile data \
        @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
@@ -414,6 +425,9 @@ dist_doc_DATA = \
        data/rc.xsd \
        data/menu.xsd
 
+man_MANS = \
+       doc/openbox.1
+
 EXTRA_DIST = \
        config.rpath \
        mkinstalldirs \
index 5e54472aa5025dda5f39a3676b299a21653340f6..b310cbd5c80260657df7bb30bb9be44c32463039 100644 (file)
@@ -45,6 +45,7 @@ libxml2-dev
 libxcursor-dev
 libstartup-notification0-dev
 xlibs-dev
+docbook-to-man
 
 tip: run "update-alternatives --config automake" and select automake1.9 before
   running ./configure
index 68b6492fa3d92e9c9dcd9ee8e41da87de523c7eb..a2aff5a15be2dcdcfca5080f476251638be29ecb 100644 (file)
@@ -2,7 +2,7 @@ Source: openbox
 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
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644 (file)
index 0000000..b90edac
--- /dev/null
@@ -0,0 +1,4 @@
+all clean install:
+       $(MAKE) -C .. -$(MAKEFLAGS) $@
+
+.PHONY: all clean install
diff --git a/doc/openbox.1.sgml b/doc/openbox.1.sgml
new file mode 100644 (file)
index 0000000..04ce708
--- /dev/null
@@ -0,0 +1,183 @@
+<!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:
+-->
+
+
index b084d35721fc08629854e84ca229e75afd10cf29..a756a9b5484841d7a54fb62dc46809a1bbe89c2d 100644 (file)
@@ -309,6 +309,16 @@ void focus_nothing()
     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);
index aee2bcd6660407050f7a9e5dab3230622e0f8772..d550156407b2f5b434d204c954385dfd7e00b85f 100644 (file)
@@ -457,13 +457,11 @@ static void print_help()
 {
     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"));
@@ -534,7 +532,6 @@ static void parse_args(gint *argc, gchar **argv)
                 ++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 */
@@ -561,7 +558,6 @@ static void parse_args(gint *argc, gchar **argv)
         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
index 88a436a685b9bf7d55bf55bddedd0ebf36cbabbe..7cde57beaee4ae078f164c9cfd544c7b313a96e3 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -15,10 +15,34 @@ msgstr ""
 "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"
@@ -96,6 +120,50 @@ msgstr "&Decoració"
 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"
@@ -210,6 +278,21 @@ msgstr "--sm-save-file necessita un argument\n"
 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"
@@ -225,13 +308,35 @@ msgstr "No és pot crear el directori '%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"
index 5680789fd506db5396146a86ad0f738e4825767d..4b7f2565682bfe0620b6ddb7ddea5260a4de6623 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -15,10 +15,34 @@ msgstr ""
 "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 ""
@@ -95,6 +119,52 @@ msgstr "&Dekoriere"
 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"
@@ -231,6 +301,21 @@ msgstr "--config-file benötigt ein Argument\n"
 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"
@@ -246,24 +331,35 @@ msgstr "Das Verzeichnis '%s' konnte nicht angelegt werden: %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"
index ec8225b2aa3f386b3fb746ef76907cdb3240e6a4..cad1e21467cac6839101260c90da53dbee99fbb4 100644 (file)
@@ -32,8 +32,8 @@ msgid ""
 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"
@@ -41,10 +41,34 @@ msgstr ""
 "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"
@@ -109,6 +133,49 @@ msgstr "Un/&Decorate"
 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"
@@ -229,6 +296,21 @@ msgstr "--config requires an argument\n"
 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"
@@ -243,3 +325,33 @@ msgstr "Unable to save the session to '%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"
index 45b867e8567124b3d4a1c56aec3965ffb267dbf9..d86ed0b71e3c08102fc33e3b4cc3f7ec8afc67d4 100644 (file)
@@ -29,8 +29,8 @@ msgid ""
 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"
@@ -38,10 +38,34 @@ msgstr ""
 "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"
@@ -106,6 +130,49 @@ msgstr "Un/&Decorate"
 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"
@@ -226,6 +293,21 @@ msgstr "--config requires an argument\n"
 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"
@@ -240,3 +322,33 @@ msgstr "Unable to save the session to '%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"
index db2d2909a5253db8f8c986570b889e2b93ff1560..514a3961ae4c9b002df426013f69ea0e477f30fa 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -15,10 +15,34 @@ msgstr ""
 "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"
@@ -96,6 +120,50 @@ msgstr "&Decorar"
 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"
@@ -210,6 +278,21 @@ msgstr "--sm-save-file necesita un argumento\n"
 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"
@@ -225,13 +308,35 @@ msgstr "No se puede crear el directorio '%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"
index 1f5e16cef9358dbbcddd021c787dcb1cb31a024f..5bb3c4d505668ef2fd520cb31431915b63985f86 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -15,10 +15,34 @@ msgstr ""
 "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"
@@ -96,6 +120,50 @@ msgstr "Piirrä/poista &kehykset"
 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"
@@ -210,6 +278,21 @@ msgstr "--sm-save-file tarvitsee parametrin\n"
 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"
@@ -225,13 +308,35 @@ msgstr "Hakemiston \"%s\" luonti epäonnistui: %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"
index 7bb5ab45b4e07eacf5dd35317e9cbbf6e81fc0b9..e984c468f963220e50d313c4e3e8491f8d448ff3 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -15,10 +15,34 @@ msgstr ""
 "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"
@@ -96,6 +120,50 @@ msgstr "D
 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"
@@ -210,6 +278,21 @@ msgstr "--sm-save-file requiert un argument\n"
 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"
@@ -225,13 +308,35 @@ msgstr "Impossible de cr
 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"
index 434af8749685a6d5dcb109416e4a8069cb4f9e4a..c176c60f0c604e2fd6f3b0731df20465aaca052c 100644 (file)
--- a/po/hr.po
+++ b/po/hr.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -15,10 +15,34 @@ msgstr ""
 "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"
@@ -95,6 +119,50 @@ msgstr "De&koriraj"
 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"
@@ -209,6 +277,21 @@ msgstr "--sm-save-file zahtjeva argument\n"
 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"
@@ -224,13 +307,35 @@ msgstr "Nemogu napraviti direktorij '%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"
index d6089df0ed9e87f77c25b444590f3a4b60dc37f5..a3f6502781422fbc0401861d0d83a49068f6e413 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -15,10 +15,34 @@ msgstr ""
 "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 "デスクトップ"
@@ -96,6 +120,50 @@ msgstr "装飾(&D)"
 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"
@@ -209,6 +277,21 @@ msgstr "--sm-save-file には引数が必要です\n"
 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"
@@ -224,13 +307,35 @@ msgstr "ディレクトリ'%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"
index a8249b431708b9e5db252309a8f65035de404ac6..7aa3a03283dabc7450b08e5272043221d1271f74 100644 (file)
--- a/po/no.po
+++ b/po/no.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -15,10 +15,34 @@ msgstr ""
 "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"
@@ -96,6 +120,50 @@ msgstr "&Dekorer"
 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"
@@ -210,6 +278,21 @@ msgstr "--sm-save-file krever et argument\n"
 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"
@@ -225,13 +308,35 @@ msgstr "Kunde ikke lage katalogen '%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"
index b5cb5e7bd211f3b7de92f56b73be3b0874407332..fd53b8fda29713ecd9fe9e002c0628c2618ca794 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -15,10 +15,34 @@ msgstr ""
 "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"
@@ -96,6 +120,50 @@ msgstr "Obra&mówka"
 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"
@@ -210,6 +278,21 @@ msgstr "--sm-save-file wymaga argumentu\n"
 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"
@@ -225,13 +308,35 @@ msgstr "Nie mogę utworzyć katalogu '%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"
index 6cd17a7a1634a16821a56b1397eb52e01dfbffbb..e17cdc220d6fb4a48bfb4277b13294254ac3fecc 100644 (file)
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -15,10 +15,34 @@ msgstr ""
 "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"
@@ -96,6 +120,50 @@ msgstr "&Decorar"
 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"
@@ -210,6 +278,21 @@ msgstr "--sm-save-file requer um argumento\n"
 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"
@@ -225,13 +308,35 @@ msgstr "Incapaz de criar o direct
 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"
index 32f78a27aac0d9ef48e9b8cd17d4f82db0395165..8283ac4b74a6ca17d318e0007e99ee74d7bcf750 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -15,10 +15,34 @@ msgstr ""
 "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 "Рабочие места"
@@ -96,6 +120,50 @@ msgstr "Убрать оформление(&D)"
 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"
@@ -210,6 +278,21 @@ msgstr "--sm-save-file требует параметр\n"
 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"
@@ -225,13 +308,35 @@ msgstr "Невозможно создать каталог '%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"
index edb9b8f4bf6e40195748ea8d53d0efdf68d491db..2fb57e64dac60a4e34ab9d892208b7df9d610db8 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -15,10 +15,34 @@ msgstr ""
 "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"
@@ -96,6 +120,50 @@ msgstr "&Dekorácia"
 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"
@@ -210,6 +278,21 @@ msgstr "--sm-save-file vyžaduje parameter\n"
 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"
@@ -225,13 +308,35 @@ msgstr "Nebolo možné vytvoriť adresár '%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"
index 716632edd033271ee106337eb7bbd7586fda284f..fa888a440173536af11a21863ed9eb819292c7a6 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -15,10 +15,34 @@ msgstr ""
 "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"
@@ -84,6 +108,49 @@ msgstr "(Av)&Dekorera"
 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"
@@ -205,6 +272,21 @@ msgstr "--config kr
 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"
@@ -220,74 +302,35 @@ msgstr "Kunde inte spara sessionen till '%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"
index ee43027117c12de6323ad673c07f90d4847146c1..be6e8d6c436ac3a324ef1450b715d62af79dd0ee 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -16,10 +16,34 @@ msgstr ""
 "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 "桌面"
@@ -97,6 +121,50 @@ msgstr "裝飾(&D)"
 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"
@@ -211,6 +279,21 @@ msgstr "--sm-save-file 要求引數\n"
 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"
@@ -226,13 +309,35 @@ msgstr "無法製作目錄 '%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"