From ebb4e741cbea1b2cb99a8c5c50ceee6eb64e0008 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 19:50:08 +0000 Subject: [PATCH] merge r6452-6458 from trunk --- Makefile.am | 18 ++++- README.SVN | 1 + debian/control | 2 +- doc/Makefile | 4 + doc/openbox.1.sgml | 183 +++++++++++++++++++++++++++++++++++++++++++++ openbox/focus.c | 10 +++ openbox/openbox.c | 10 +-- po/ca.po | 121 ++++++++++++++++++++++++++++-- po/de.po | 130 +++++++++++++++++++++++++++----- po/en@boldquot.po | 118 ++++++++++++++++++++++++++++- po/en@quot.po | 118 ++++++++++++++++++++++++++++- po/es.po | 121 ++++++++++++++++++++++++++++-- po/fi.po | 121 ++++++++++++++++++++++++++++-- po/fr.po | 121 ++++++++++++++++++++++++++++-- po/hr.po | 121 ++++++++++++++++++++++++++++-- po/ja.po | 121 ++++++++++++++++++++++++++++-- po/no.po | 121 ++++++++++++++++++++++++++++-- po/pl.po | 121 ++++++++++++++++++++++++++++-- po/pt.po | 121 ++++++++++++++++++++++++++++-- po/ru.po | 121 ++++++++++++++++++++++++++++-- po/sk.po | 121 ++++++++++++++++++++++++++++-- po/sv.po | 173 ++++++++++++++++++++++++++---------------- po/zh_TW.po | 121 ++++++++++++++++++++++++++++-- 23 files changed, 2025 insertions(+), 194 deletions(-) create mode 100644 doc/Makefile create mode 100644 doc/openbox.1.sgml diff --git a/Makefile.am b/Makefile.am index f815b97e..6061bf8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/README.SVN b/README.SVN index 5e54472a..b310cbd5 100644 --- a/README.SVN +++ b/README.SVN @@ -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 diff --git a/debian/control b/debian/control index 68b6492f..a2aff5a1 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: openbox Section: x11 Priority: optional Maintainer: Dana Jansens -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 index 00000000..b90edacf --- /dev/null +++ b/doc/Makefile @@ -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 index 00000000..04ce7082 --- /dev/null +++ b/doc/openbox.1.sgml @@ -0,0 +1,183 @@ + 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. + + --> + + 1"> + OPENBOX"> + +]> + + + + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Next generation, highly configurable window manager + + + + + &dhpackage; + + + + + + + + + + + + + DESCRIPTION + + Openbox is a next generation, highly + configurable window manager. Openbox is compliant with the + latest window manager standards. + + You can start Openbox in three ways: + + If you run a display manager such as GDM, you will find 3 entries + in the login session type menu for Openbox: + GNOME/Openbox, KDE/Openbox + and Openbox. 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. + + 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 Default session type. The ~/.xsession file + should any applications you want to run at startup, and then run + &dhpackage; at the end, such as: + +
+ xsetroot -solid grey & + gnome-settings-daemon & + exec &dhpackage;
+ + Lastly, if you use startx to launch your X + session, you should set up a ~/.xinitrc file, exactly the same as the + above ~/.xsession file. + + You can use the obconf 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. + +
+ + OPTIONS + + These are the possible options that &dhpackage; accepts: + + + + + Show a summary of the options available. + + + + + + Show the version of the program. + + + + + + Replace the currently running window manager. + + + + + + If Openbox is already running on the display, tell it to + reload it's configuration. + + + + + + Do not connect to the session manager. + + + + + + Specify the configuration profile to use. + + + + + + Run in synchronous mode (for debugging). + + + + + + Display debugging output. + + + + + + Display debugging output for focus handling. + + + + + + SEE ALSO + + obconf (1), openbox-gnome-session (1), openbox-kde-session (1). + + + The program's full documentation is available on the website: + http://openbox.org/ + + Please report bugs to: http://bugzilla.icculus.org/ + + +
+ + + + diff --git a/openbox/focus.c b/openbox/focus.c index b084d357..a756a9b5 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -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); diff --git a/openbox/openbox.c b/openbox/openbox.c index aee2bcd6..d5501564 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -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 diff --git a/po/ca.po b/po/ca.po index 88a436a6..7cde57be 100644 --- 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 \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" diff --git a/po/de.po b/po/de.po index 5680789f..4b7f2565 100644 --- 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 \n" "Language-Team: \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" diff --git a/po/en@boldquot.po b/po/en@boldquot.po index ec8225b2..cad1e214 100644 --- a/po/en@boldquot.po +++ b/po/en@boldquot.po @@ -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 ‘%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" @@ -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 ‘%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" @@ -229,6 +296,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" @@ -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 ‘%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" diff --git a/po/en@quot.po b/po/en@quot.po index 45b867e8..d86ed0b7 100644 --- a/po/en@quot.po +++ b/po/en@quot.po @@ -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" diff --git a/po/es.po b/po/es.po index db2d2909..514a3961 100644 --- 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 \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" diff --git a/po/fi.po b/po/fi.po index 1f5e16ce..5bb3c4d5 100644 --- 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 \n" "Language-Team: Finnish \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" diff --git a/po/fr.po b/po/fr.po index 7bb5ab45..e984c468 100644 --- 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 \n" "Language-Team: French \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" diff --git a/po/hr.po b/po/hr.po index 434af874..c176c60f 100644 --- 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 \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" diff --git a/po/ja.po b/po/ja.po index d6089df0..a3f65027 100644 --- 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 \n" "Language-Team: Japanese \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" diff --git a/po/no.po b/po/no.po index a8249b43..7aa3a032 100644 --- 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" diff --git a/po/pl.po b/po/pl.po index b5cb5e7b..fd53b8fd 100644 --- 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 \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" diff --git a/po/pt.po b/po/pt.po index 6cd17a7a..e17cdc22 100644 --- 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 \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" diff --git a/po/ru.po b/po/ru.po index 32f78a27..8283ac4b 100644 --- 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 \n" "Language-Team: Russian \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" diff --git a/po/sk.po b/po/sk.po index edb9b8f4..2fb57e64 100644 --- 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 \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" diff --git a/po/sv.po b/po/sv.po index 716632ed..fa888a44 100644 --- 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 \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" diff --git a/po/zh_TW.po b/po/zh_TW.po index ee430271..be6e8d6c 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.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-03-01 12:00+0800\n" "Last-Translator: Wei-Lun Chao \n" "Language-Team: Chinese (traditional) \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" -- 2.39.2