2003-10-11 08:03:46 +00:00
|
|
|
|
# English translations for openbox package.
|
2013-08-11 04:46:48 +00:00
|
|
|
|
# Copyright (C) 2013 Dana Jansens
|
2003-10-11 08:03:46 +00:00
|
|
|
|
# This file is distributed under the same license as the openbox package.
|
2013-08-11 04:46:48 +00:00
|
|
|
|
# Automatically generated, 2013.
|
2003-10-11 08:03:46 +00:00
|
|
|
|
#
|
|
|
|
|
# All this catalog "translates" are quotation characters.
|
|
|
|
|
# The msgids must be ASCII and therefore cannot contain real quotation
|
|
|
|
|
# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
|
|
|
|
|
# and double quote (0x22). These substitutes look strange; see
|
|
|
|
|
# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
|
|
|
|
|
#
|
|
|
|
|
# This catalog translates grave accent (0x60) and apostrophe (0x27) to
|
|
|
|
|
# left single quotation mark (U+2018) and right single quotation mark (U+2019).
|
|
|
|
|
# It also translates pairs of apostrophe (0x27) to
|
|
|
|
|
# left single quotation mark (U+2018) and right single quotation mark (U+2019)
|
|
|
|
|
# and pairs of quotation mark (0x22) to
|
|
|
|
|
# left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
|
|
|
|
#
|
|
|
|
|
# When output to an UTF-8 terminal, the quotation characters appear perfectly.
|
|
|
|
|
# When output to an ISO-8859-1 terminal, the single quotation marks are
|
|
|
|
|
# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
|
|
|
|
|
# grave/acute accent (by libiconv), and the double quotation marks are
|
|
|
|
|
# transliterated to 0x22.
|
|
|
|
|
# When output to an ASCII terminal, the single quotation marks are
|
|
|
|
|
# transliterated to apostrophes, and the double quotation marks are
|
|
|
|
|
# transliterated to 0x22.
|
|
|
|
|
#
|
|
|
|
|
# This catalog furthermore displays the text between the quotation marks in
|
|
|
|
|
# bold face, assuming the VT100/XTerm escape sequences.
|
|
|
|
|
#
|
|
|
|
|
msgid ""
|
|
|
|
|
msgstr ""
|
2013-08-12 01:30:20 +00:00
|
|
|
|
"Project-Id-Version: openbox 3.5.2\n"
|
2007-04-24 07:05:11 +00:00
|
|
|
|
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
|
2013-08-11 17:47:53 +00:00
|
|
|
|
"POT-Creation-Date: 2013-08-11 13:47-0400\n"
|
|
|
|
|
"PO-Revision-Date: 2013-08-11 13:47-0400\n"
|
2003-10-11 08:03:46 +00:00
|
|
|
|
"Last-Translator: Automatically generated\n"
|
|
|
|
|
"Language-Team: none\n"
|
2011-08-01 16:58:03 +00:00
|
|
|
|
"Language: en\n"
|
2003-10-11 08:03:46 +00:00
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/actions.c:216
|
2008-01-17 21:20:53 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Invalid action \"%s\" requested. No such action exists."
|
|
|
|
|
msgstr "Invalid action “[1m%s[0m” requested. No such action exists."
|
2008-01-17 21:20:53 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/actions/execute.c:245
|
2008-02-28 02:04:04 +00:00
|
|
|
|
msgid "No"
|
|
|
|
|
msgstr "No"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/actions/execute.c:246
|
2008-02-28 02:04:04 +00:00
|
|
|
|
msgid "Yes"
|
|
|
|
|
msgstr "Yes"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/actions/execute.c:250
|
2008-03-02 23:09:08 +00:00
|
|
|
|
msgid "Execute"
|
|
|
|
|
msgstr "Execute"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/actions/execute.c:259
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Failed to convert the path \"%s\" from utf8"
|
|
|
|
|
msgstr "Failed to convert the path “[1m%s[0m” from utf8"
|
2007-05-10 05:35:53 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/actions/exit.c:69 openbox/client.c:3659
|
2008-02-28 21:37:18 +00:00
|
|
|
|
msgid "Cancel"
|
|
|
|
|
msgstr "Cancel"
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/actions/exit.c:70
|
2008-02-28 21:37:18 +00:00
|
|
|
|
msgid "Exit"
|
|
|
|
|
msgstr "Exit"
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/actions/exit.c:74
|
|
|
|
|
msgid "Are you sure you want to log out?"
|
|
|
|
|
msgstr "Are you sure you want to log out?"
|
|
|
|
|
|
|
|
|
|
#: openbox/actions/exit.c:75
|
|
|
|
|
msgid "Log Out"
|
|
|
|
|
msgstr "Log Out"
|
|
|
|
|
|
|
|
|
|
#: openbox/actions/exit.c:78
|
2008-02-28 02:04:04 +00:00
|
|
|
|
msgid "Are you sure you want to exit Openbox?"
|
|
|
|
|
msgstr "Are you sure you want to exit Openbox?"
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/actions/exit.c:79
|
2008-03-02 23:09:08 +00:00
|
|
|
|
msgid "Exit Openbox"
|
|
|
|
|
msgstr "Exit Openbox"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/client.c:2115
|
2008-02-27 03:58:12 +00:00
|
|
|
|
msgid "Unnamed Window"
|
|
|
|
|
msgstr "Unnamed Window"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/client.c:2129 openbox/client.c:2160
|
2008-01-17 21:20:53 +00:00
|
|
|
|
msgid "Killing..."
|
|
|
|
|
msgstr "Killing..."
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/client.c:2131 openbox/client.c:2162
|
2008-01-17 21:20:53 +00:00
|
|
|
|
msgid "Not Responding"
|
|
|
|
|
msgstr "Not Responding"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/client.c:3648
|
2008-02-17 15:39:56 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"The window \"%s\" does not seem to be responding. Do you want to force it "
|
|
|
|
|
"to exit by sending the %s signal?"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"The window “[1m%s[0m” does not seem to be responding. Do you want to force "
|
|
|
|
|
"it to exit by sending the %s signal?"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/client.c:3650
|
2008-02-27 03:58:12 +00:00
|
|
|
|
msgid "End Process"
|
|
|
|
|
msgstr "End Process"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/client.c:3654
|
2008-02-17 15:39:56 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"The window \"%s\" does not seem to be responding. Do you want to disconnect "
|
|
|
|
|
"it from the X server?"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"The window “[1m%s[0m” does not seem to be responding. Do you want to "
|
|
|
|
|
"disconnect it from the X server?"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/client.c:3656
|
2008-02-27 03:58:12 +00:00
|
|
|
|
msgid "Disconnect"
|
|
|
|
|
msgstr "Disconnect"
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_list_combined_menu.c:93 openbox/client_list_menu.c:90
|
2003-10-11 08:03:46 +00:00
|
|
|
|
msgid "Go there..."
|
|
|
|
|
msgstr "Go there..."
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_list_combined_menu.c:100
|
2007-07-12 07:22:09 +00:00
|
|
|
|
msgid "Manage desktops"
|
|
|
|
|
msgstr "Manage desktops"
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_list_combined_menu.c:101 openbox/client_list_menu.c:166
|
2007-07-12 07:22:09 +00:00
|
|
|
|
msgid "_Add new desktop"
|
|
|
|
|
msgstr "_Add new desktop"
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_list_combined_menu.c:102 openbox/client_list_menu.c:167
|
2007-07-12 07:22:09 +00:00
|
|
|
|
msgid "_Remove last desktop"
|
|
|
|
|
msgstr "_Remove last desktop"
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_list_combined_menu.c:157
|
2007-05-10 05:35:53 +00:00
|
|
|
|
msgid "Windows"
|
|
|
|
|
msgstr "Windows"
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_list_menu.c:214
|
2003-10-11 08:03:46 +00:00
|
|
|
|
msgid "Desktops"
|
|
|
|
|
msgstr "Desktops"
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:259
|
2003-10-11 08:03:46 +00:00
|
|
|
|
msgid "All desktops"
|
|
|
|
|
msgstr "All desktops"
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:371
|
2007-07-10 23:24:14 +00:00
|
|
|
|
msgid "_Layer"
|
|
|
|
|
msgstr "_Layer"
|
2003-10-11 08:03:46 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:376
|
2007-07-10 23:24:14 +00:00
|
|
|
|
msgid "Always on _top"
|
|
|
|
|
msgstr "Always on _top"
|
2003-10-11 08:03:46 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:377
|
2007-07-10 23:24:14 +00:00
|
|
|
|
msgid "_Normal"
|
|
|
|
|
msgstr "_Normal"
|
2003-10-11 08:03:46 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:378
|
2007-07-10 23:24:14 +00:00
|
|
|
|
msgid "Always on _bottom"
|
|
|
|
|
msgstr "Always on _bottom"
|
2003-10-11 08:03:46 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:380
|
2007-07-10 23:24:14 +00:00
|
|
|
|
msgid "_Send to desktop"
|
|
|
|
|
msgstr "_Send to desktop"
|
2003-10-11 08:03:46 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:384
|
2003-10-11 08:03:46 +00:00
|
|
|
|
msgid "Client menu"
|
|
|
|
|
msgstr "Client menu"
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:394
|
2007-07-10 23:24:14 +00:00
|
|
|
|
msgid "R_estore"
|
|
|
|
|
msgstr "R_estore"
|
2003-10-11 08:03:46 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:398
|
2007-07-10 23:24:14 +00:00
|
|
|
|
msgid "_Move"
|
|
|
|
|
msgstr "_Move"
|
2003-10-11 08:03:46 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:400
|
2007-07-10 23:24:14 +00:00
|
|
|
|
msgid "Resi_ze"
|
|
|
|
|
msgstr "Resi_ze"
|
2003-10-11 08:03:46 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:402
|
2007-07-10 23:24:14 +00:00
|
|
|
|
msgid "Ico_nify"
|
|
|
|
|
msgstr "Ico_nify"
|
2007-05-07 23:49:02 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:406
|
2007-07-10 23:24:14 +00:00
|
|
|
|
msgid "Ma_ximize"
|
|
|
|
|
msgstr "Ma_ximize"
|
2007-05-07 23:49:02 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:410
|
2007-07-10 23:24:14 +00:00
|
|
|
|
msgid "_Roll up/down"
|
|
|
|
|
msgstr "_Roll up/down"
|
2007-05-07 23:49:02 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:414
|
2007-07-10 23:24:14 +00:00
|
|
|
|
msgid "Un/_Decorate"
|
|
|
|
|
msgstr "Un/_Decorate"
|
2007-05-07 23:49:02 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/client_menu.c:418
|
2007-07-10 23:24:14 +00:00
|
|
|
|
msgid "_Close"
|
|
|
|
|
msgstr "_Close"
|
2003-10-11 08:03:46 +00:00
|
|
|
|
|
2013-08-11 17:47:53 +00:00
|
|
|
|
#: openbox/config.c:556
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Invalid context \"%s\" in mouse binding"
|
|
|
|
|
msgstr "Invalid context “[1m%s[0m” in mouse binding"
|
|
|
|
|
|
2013-08-11 17:47:53 +00:00
|
|
|
|
#: openbox/config.c:908
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Invalid button \"%s\" specified in config file"
|
|
|
|
|
msgstr "Invalid button “[1m%s[0m” specified in config file"
|
2007-05-10 05:35:53 +00:00
|
|
|
|
|
2013-08-11 17:47:53 +00:00
|
|
|
|
#: openbox/config.c:933
|
2011-08-01 16:58:03 +00:00
|
|
|
|
msgid ""
|
2013-08-11 04:46:48 +00:00
|
|
|
|
"Openbox was compiled without image loading support. Icons in menus will not "
|
|
|
|
|
"be loaded."
|
2011-08-01 16:58:03 +00:00
|
|
|
|
msgstr ""
|
2013-08-11 04:46:48 +00:00
|
|
|
|
"Openbox was compiled without image loading support. Icons in menus will not "
|
|
|
|
|
"be loaded."
|
2011-08-01 16:58:03 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/debug.c:57
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Unable to make directory '%s': %s"
|
|
|
|
|
msgstr "Unable to make directory '%s': %s"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/debug.c:195 openbox/openbox.c:377
|
2011-08-01 16:58:03 +00:00
|
|
|
|
msgid "Close"
|
|
|
|
|
msgstr "Close"
|
|
|
|
|
|
|
|
|
|
#: openbox/keyboard.c:161
|
2007-05-10 05:35:53 +00:00
|
|
|
|
msgid "Conflict with key binding in config file"
|
|
|
|
|
msgstr "Conflict with key binding in config file"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/menu.c:103 openbox/menu.c:115
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Unable to find a valid menu file \"%s\""
|
|
|
|
|
msgstr "Unable to find a valid menu file “[1m%s[0m”"
|
2007-05-10 05:35:53 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/menu.c:168
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
|
|
|
|
msgstr "Failed to execute command for pipe-menu “[1m%s[0m”: %s"
|
2007-05-10 05:35:53 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/menu.c:182
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Invalid output from pipe-menu \"%s\""
|
|
|
|
|
msgstr "Invalid output from pipe-menu “[1m%s[0m”"
|
2007-05-10 05:35:53 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/menu.c:195
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Attempted to access menu \"%s\" but it does not exist"
|
|
|
|
|
msgstr "Attempted to access menu “[1m%s[0m” but it does not exist"
|
2007-05-10 05:35:53 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/menu.c:411 openbox/menu.c:412
|
2007-05-10 05:35:53 +00:00
|
|
|
|
msgid "More..."
|
|
|
|
|
msgstr "More..."
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/mouse.c:382
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Invalid button \"%s\" in mouse binding"
|
|
|
|
|
msgstr "Invalid button “[1m%s[0m” in mouse binding"
|
2007-05-10 05:35:53 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/openbox.c:137
|
2007-04-23 18:21:27 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Unable to change to home directory \"%s\": %s"
|
|
|
|
|
msgstr "Unable to change to home directory “[1m%s[0m”: %s"
|
2007-04-23 18:21:27 +00:00
|
|
|
|
|
2008-05-24 14:36:22 +00:00
|
|
|
|
#: openbox/openbox.c:152
|
2007-05-10 05:35:53 +00:00
|
|
|
|
msgid "Failed to open the display from the DISPLAY environment variable."
|
|
|
|
|
msgstr "Failed to open the display from the DISPLAY environment variable."
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/openbox.c:182
|
2007-05-22 19:03:00 +00:00
|
|
|
|
msgid "Failed to initialize the obrender library."
|
|
|
|
|
msgstr "Failed to initialize the obrender library."
|
2007-05-10 05:35:53 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/openbox.c:193
|
2007-04-23 18:21:27 +00:00
|
|
|
|
msgid "X server does not support locale."
|
|
|
|
|
msgstr "X server does not support locale."
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/openbox.c:195
|
2007-04-23 18:21:27 +00:00
|
|
|
|
msgid "Cannot set locale modifiers for the X server."
|
|
|
|
|
msgstr "Cannot set locale modifiers for the X server."
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:254
|
2007-04-23 18:21:27 +00:00
|
|
|
|
msgid "Unable to find a valid config file, using some simple defaults"
|
|
|
|
|
msgstr "Unable to find a valid config file, using some simple defaults"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:270
|
2008-03-02 23:09:08 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"One or more XML syntax errors were found while parsing the Openbox "
|
|
|
|
|
"configuration files. See stdout for more information. The last error seen "
|
|
|
|
|
"was in file \"%s\" line %d, with message: %s"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"One or more XML syntax errors were found while parsing the Openbox "
|
|
|
|
|
"configuration files. See stdout for more information. The last error seen "
|
|
|
|
|
"was in file “[1m%s[0m” line %d, with message: %s"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:295
|
|
|
|
|
msgid "Unable to load a theme."
|
|
|
|
|
msgstr "Unable to load a theme."
|
|
|
|
|
|
|
|
|
|
#: openbox/openbox.c:376
|
2008-03-02 23:09:08 +00:00
|
|
|
|
msgid "Openbox Syntax Error"
|
|
|
|
|
msgstr "Openbox Syntax Error"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:442
|
2007-04-23 18:21:27 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Restart failed to execute new executable \"%s\": %s"
|
|
|
|
|
msgstr "Restart failed to execute new executable “[1m%s[0m”: %s"
|
2007-04-23 18:21:27 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:521 openbox/openbox.c:523
|
2007-04-23 18:21:27 +00:00
|
|
|
|
msgid "Copyright (c)"
|
|
|
|
|
msgstr "Copyright (c)"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:532
|
2007-04-24 21:11:39 +00:00
|
|
|
|
msgid "Syntax: openbox [options]\n"
|
|
|
|
|
msgstr "Syntax: openbox [options]\n"
|
2007-04-23 18:21:27 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:533
|
2007-04-23 18:21:27 +00:00
|
|
|
|
msgid ""
|
2007-04-24 21:11:39 +00:00
|
|
|
|
"\n"
|
2007-04-23 18:21:27 +00:00
|
|
|
|
"Options:\n"
|
|
|
|
|
msgstr ""
|
2007-04-24 21:11:39 +00:00
|
|
|
|
"\n"
|
2007-04-23 18:21:27 +00:00
|
|
|
|
"Options:\n"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:534
|
2007-05-13 20:41:47 +00:00
|
|
|
|
msgid " --help Display this help and exit\n"
|
|
|
|
|
msgstr " --help Display this help and exit\n"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:535
|
2007-05-13 20:41:47 +00:00
|
|
|
|
msgid " --version Display the version and exit\n"
|
|
|
|
|
msgstr " --version Display the version and exit\n"
|
2007-04-23 18:21:27 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:536
|
2007-05-13 20:41:47 +00:00
|
|
|
|
msgid " --replace Replace the currently running window manager\n"
|
|
|
|
|
msgstr " --replace Replace the currently running window manager\n"
|
|
|
|
|
|
2008-02-28 21:37:18 +00:00
|
|
|
|
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
|
|
|
|
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
|
|
|
|
#. fine to leave it as FILE though.
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:540
|
2008-02-02 17:59:23 +00:00
|
|
|
|
msgid " --config-file FILE Specify the path to the config file to use\n"
|
|
|
|
|
msgstr " --config-file FILE Specify the path to the config file to use\n"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:541
|
2007-05-07 23:49:02 +00:00
|
|
|
|
msgid " --sm-disable Disable connection to the session manager\n"
|
|
|
|
|
msgstr " --sm-disable Disable connection to the session manager\n"
|
2007-04-23 18:21:27 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:542
|
2007-04-23 18:21:27 +00:00
|
|
|
|
msgid ""
|
2007-04-24 21:11:39 +00:00
|
|
|
|
"\n"
|
|
|
|
|
"Passing messages to a running Openbox instance:\n"
|
2007-04-23 18:21:27 +00:00
|
|
|
|
msgstr ""
|
2007-04-24 21:11:39 +00:00
|
|
|
|
"\n"
|
|
|
|
|
"Passing messages to a running Openbox instance:\n"
|
2007-04-23 18:21:27 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:543
|
2007-04-24 21:11:39 +00:00
|
|
|
|
msgid " --reconfigure Reload Openbox's configuration\n"
|
|
|
|
|
msgstr " --reconfigure Reload Openbox's configuration\n"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:544
|
2007-05-20 15:28:29 +00:00
|
|
|
|
msgid " --restart Restart Openbox\n"
|
|
|
|
|
msgstr " --restart Restart Openbox\n"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:545
|
2007-11-12 18:17:30 +00:00
|
|
|
|
msgid " --exit Exit Openbox\n"
|
|
|
|
|
msgstr " --exit Exit Openbox\n"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:546
|
2007-04-24 21:11:39 +00:00
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
|
|
|
|
"Debugging options:\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"\n"
|
|
|
|
|
"Debugging options:\n"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:547
|
2007-04-24 21:11:39 +00:00
|
|
|
|
msgid " --sync Run in synchronous mode\n"
|
|
|
|
|
msgstr " --sync Run in synchronous mode\n"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:548
|
2011-08-01 16:58:03 +00:00
|
|
|
|
msgid " --startup CMD Run CMD after starting\n"
|
|
|
|
|
msgstr " --startup CMD Run CMD after starting\n"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:549
|
2007-04-23 18:21:27 +00:00
|
|
|
|
msgid " --debug Display debugging output\n"
|
|
|
|
|
msgstr " --debug Display debugging output\n"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:550
|
2007-04-24 21:11:39 +00:00
|
|
|
|
msgid " --debug-focus Display debugging output for focus handling\n"
|
|
|
|
|
msgstr " --debug-focus Display debugging output for focus handling\n"
|
2007-04-23 18:21:27 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:551
|
2011-08-01 16:58:03 +00:00
|
|
|
|
msgid " --debug-session Display debugging output for session management\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
" --debug-session Display debugging output for session management\n"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:552
|
2007-05-20 15:28:29 +00:00
|
|
|
|
msgid " --debug-xinerama Split the display into fake xinerama screens\n"
|
|
|
|
|
msgstr " --debug-xinerama Split the display into fake xinerama screens\n"
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:553
|
2007-04-23 18:21:27 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"\n"
|
|
|
|
|
"Please report bugs at %s\n"
|
|
|
|
|
msgstr ""
|
|
|
|
|
"\n"
|
|
|
|
|
"Please report bugs at %s\n"
|
2003-10-11 08:03:46 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:636 openbox/openbox.c:670
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "%s requires an argument\n"
|
|
|
|
|
msgstr "%s requires an argument\n"
|
2008-02-02 17:59:23 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/openbox.c:713
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Invalid command line argument \"%s\"\n"
|
|
|
|
|
msgstr "Invalid command line argument “[1m%s[0m”\n"
|
2007-05-10 05:35:53 +00:00
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/screen.c:106 openbox/screen.c:191
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "A window manager is already running on screen %d"
|
|
|
|
|
msgstr "A window manager is already running on screen %d"
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/screen.c:127
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Could not acquire window manager selection on screen %d"
|
|
|
|
|
msgstr "Could not acquire window manager selection on screen %d"
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/screen.c:150
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "The WM on screen %d is not exiting"
|
|
|
|
|
msgstr "The WM on screen %d is not exiting"
|
|
|
|
|
|
2008-02-17 16:01:07 +00:00
|
|
|
|
#. TRANSLATORS: If you need to specify a different order of the
|
|
|
|
|
#. arguments, you can use %1$d for the first one and %2$d for the
|
|
|
|
|
#. second one. For example,
|
|
|
|
|
#. "The current session has %2$d desktops, but Openbox is configured for %1$d ..."
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/screen.c:421
|
2008-01-29 13:04:31 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
2008-11-15 21:50:16 +00:00
|
|
|
|
"Openbox is configured for %d desktop, but the current session has %d. "
|
|
|
|
|
"Overriding the Openbox configuration."
|
|
|
|
|
msgid_plural ""
|
2008-01-29 13:04:31 +00:00
|
|
|
|
"Openbox is configured for %d desktops, but the current session has %d. "
|
|
|
|
|
"Overriding the Openbox configuration."
|
2008-11-15 21:50:16 +00:00
|
|
|
|
msgstr[0] ""
|
|
|
|
|
"Openbox is configured for %d desktop, but the current session has %d. "
|
|
|
|
|
"Overriding the Openbox configuration."
|
|
|
|
|
msgstr[1] ""
|
2008-01-29 13:04:31 +00:00
|
|
|
|
"Openbox is configured for %d desktops, but the current session has %d. "
|
|
|
|
|
"Overriding the Openbox configuration."
|
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/screen.c:1204
|
2007-05-23 04:28:05 +00:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "desktop %i"
|
|
|
|
|
msgstr "desktop %i"
|
|
|
|
|
|
2011-08-01 16:58:03 +00:00
|
|
|
|
#: openbox/startupnotify.c:241
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
2009-06-07 22:35:49 +00:00
|
|
|
|
msgid "Running %s"
|
|
|
|
|
msgstr "Running %s"
|
2007-05-10 05:35:53 +00:00
|
|
|
|
|
2008-01-17 21:20:53 +00:00
|
|
|
|
#: openbox/translate.c:59
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
|
|
|
|
msgstr "Invalid modifier key “[1m%s[0m” in key/mouse binding"
|
2007-05-10 05:35:53 +00:00
|
|
|
|
|
2008-01-17 21:20:53 +00:00
|
|
|
|
#: openbox/translate.c:138
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Invalid key code \"%s\" in key binding"
|
|
|
|
|
msgstr "Invalid key code “[1m%s[0m” in key binding"
|
2007-05-10 05:35:53 +00:00
|
|
|
|
|
2008-01-17 21:20:53 +00:00
|
|
|
|
#: openbox/translate.c:145
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Invalid key name \"%s\" in key binding"
|
|
|
|
|
msgstr "Invalid key name “[1m%s[0m” in key binding"
|
2007-05-10 05:35:53 +00:00
|
|
|
|
|
2008-01-17 21:20:53 +00:00
|
|
|
|
#: openbox/translate.c:151
|
2007-05-10 05:35:53 +00:00
|
|
|
|
#, c-format
|
2008-02-21 10:57:06 +00:00
|
|
|
|
msgid "Requested key \"%s\" does not exist on the display"
|
|
|
|
|
msgstr "Requested key “[1m%s[0m” does not exist on the display"
|
2007-05-10 05:35:53 +00:00
|
|
|
|
|
2013-08-11 04:46:48 +00:00
|
|
|
|
#: openbox/prompt.c:154
|
2008-02-17 15:39:56 +00:00
|
|
|
|
msgid "OK"
|
|
|
|
|
msgstr "OK"
|