mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* byobu-config, doc/help.txt: update the verbage of some text
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
f897557231
commit
40855109e5
7 changed files with 27 additions and 28 deletions
|
@ -78,9 +78,9 @@ def terminal_size(): ### decide on *some* terminal size
|
||||||
|
|
||||||
def menu(screen, size, isInstalled):
|
def menu(screen, size, isInstalled):
|
||||||
if isInstalled:
|
if isInstalled:
|
||||||
installtext=_("Byobu currently launches at login (toggle)")
|
installtext=_("Byobu currently launches at login (toggle off)")
|
||||||
else:
|
else:
|
||||||
installtext=_("Byobu currently does not launch at login (toggle)")
|
installtext=_("Byobu currently does not launch at login (toggle on)")
|
||||||
|
|
||||||
|
|
||||||
li = Listbox(height = 8, width = 60, returnExit = 1)
|
li = Listbox(height = 8, width = 60, returnExit = 1)
|
||||||
|
@ -89,7 +89,7 @@ def menu(screen, size, isInstalled):
|
||||||
li.append(_("Toggle status notifications"), 3)
|
li.append(_("Toggle status notifications"), 3)
|
||||||
li.append(_("Change keybinding set"), 4)
|
li.append(_("Change keybinding set"), 4)
|
||||||
li.append(_("Change escape sequence"), 5)
|
li.append(_("Change escape sequence"), 5)
|
||||||
li.append(_("Create new window(s)"), 6)
|
li.append(_("Create new windows"), 6)
|
||||||
li.append(_("Manage default windows"), 7)
|
li.append(_("Manage default windows"), 7)
|
||||||
li.append(installtext, 8)
|
li.append(installtext, 8)
|
||||||
bb = ButtonBar(screen, (("Exit", "exit", ESC),), compact=1)
|
bb = ButtonBar(screen, (("Exit", "exit", ESC),), compact=1)
|
||||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,8 +1,8 @@
|
||||||
byobu (2.16) unreleased; urgency=low
|
byobu (2.16) unreleased; urgency=low
|
||||||
|
|
||||||
* UNRELEASED
|
* byobu-config, doc/help.txt: update the verbage of some text
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 23 Jun 2009 01:03:52 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 23 Jun 2009 02:05:56 -0500
|
||||||
|
|
||||||
byobu (2.15-0ubuntu1) karmic; urgency=low
|
byobu (2.15-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
12
doc/help.txt
12
doc/help.txt
|
@ -1,13 +1,11 @@
|
||||||
Screen is a powerful program that allows your terminal session to use
|
Byobu is an enhancement to GNU Screen, a command line tool
|
||||||
multiple windows and retain context among multiple logins.
|
providing live system status, dynamic window management,
|
||||||
|
and some convenient keybindings:
|
||||||
A task bar at the bottom shows: open windows, OS version, reboot req,
|
|
||||||
updates available, system load, cpu info, memory info, and date/time.
|
|
||||||
|
|
||||||
F2 Create a new window | F6 Detach from the session
|
F2 Create a new window | F6 Detach from the session
|
||||||
F3 Go to the prev window | F7 Enter scrollback mode
|
F3 Go to the prev window | F7 Enter scrollback mode
|
||||||
F4 Go to the next window | F8 Re-title a window
|
F4 Go to the next window | F8 Re-title a window
|
||||||
F5 Reload profile | F9 Configuration
|
F5 Reload profile | F9 Configuration
|
||||||
| F12 Lock this terminal
|
| F12 Lock this terminal
|
||||||
'screen -r' - reattach |
|
'screen -r' - reattach | <ctrl-<esckey>> Escape sequence
|
||||||
'man screen' - complete help | <ctrl-<esckey>> Escape sequence
|
'man screen' - screen's help | 'man byobu' - byobu's help
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2009-06-22 11:22-0500\n"
|
"POT-Creation-Date: 2009-06-23 02:06-0500\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -17,11 +17,11 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: byobu-config:81
|
#: byobu-config:81
|
||||||
msgid "Byobu currently launches at login (toggle)"
|
msgid "Byobu currently launches at login (toggle off)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: byobu-config:83
|
#: byobu-config:83
|
||||||
msgid "Byobu currently does not launch at login (toggle)"
|
msgid "Byobu currently does not launch at login (toggle on)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: byobu-config:87
|
#: byobu-config:87
|
||||||
|
@ -45,7 +45,7 @@ msgid "Change escape sequence"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: byobu-config:92
|
#: byobu-config:92
|
||||||
msgid "Create new window(s)"
|
msgid "Create new windows"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: byobu-config:93
|
#: byobu-config:93
|
||||||
|
|
8
po/es.po
8
po/es.po
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1.0\n"
|
"Project-Id-Version: 1.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2009-06-22 11:22-0500\n"
|
"POT-Creation-Date: 2009-06-23 02:06-0500\n"
|
||||||
"PO-Revision-Date: 2008-12-22 01:01-0500\n"
|
"PO-Revision-Date: 2008-12-22 01:01-0500\n"
|
||||||
"Last-Translator: Nicolas Valcarcel <nvalcarcel@ubuntu.com>\n"
|
"Last-Translator: Nicolas Valcarcel <nvalcarcel@ubuntu.com>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -17,11 +17,11 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: byobu-config:81
|
#: byobu-config:81
|
||||||
msgid "Byobu currently launches at login (toggle)"
|
msgid "Byobu currently launches at login (toggle off)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: byobu-config:83
|
#: byobu-config:83
|
||||||
msgid "Byobu currently does not launch at login (toggle)"
|
msgid "Byobu currently does not launch at login (toggle on)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: byobu-config:87
|
#: byobu-config:87
|
||||||
|
@ -45,7 +45,7 @@ msgid "Change escape sequence"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: byobu-config:92
|
#: byobu-config:92
|
||||||
msgid "Create new window(s)"
|
msgid "Create new windows"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: byobu-config:93
|
#: byobu-config:93
|
||||||
|
|
8
po/fr.po
8
po/fr.po
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1.0\n"
|
"Project-Id-Version: 1.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2009-06-22 11:22-0500\n"
|
"POT-Creation-Date: 2009-06-23 02:06-0500\n"
|
||||||
"PO-Revision-Date: 2008-12-17 23:42+0100\n"
|
"PO-Revision-Date: 2008-12-17 23:42+0100\n"
|
||||||
"Last-Translator: Nicolas Barcet <nicolas.barcet@ubuntu.com>\n"
|
"Last-Translator: Nicolas Barcet <nicolas.barcet@ubuntu.com>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -17,11 +17,11 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: byobu-config:81
|
#: byobu-config:81
|
||||||
msgid "Byobu currently launches at login (toggle)"
|
msgid "Byobu currently launches at login (toggle off)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: byobu-config:83
|
#: byobu-config:83
|
||||||
msgid "Byobu currently does not launch at login (toggle)"
|
msgid "Byobu currently does not launch at login (toggle on)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: byobu-config:87
|
#: byobu-config:87
|
||||||
|
@ -45,7 +45,7 @@ msgid "Change escape sequence"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: byobu-config:92
|
#: byobu-config:92
|
||||||
msgid "Create new window(s)"
|
msgid "Create new windows"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: byobu-config:93
|
#: byobu-config:93
|
||||||
|
|
9
po/ru.po
9
po/ru.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ru\n"
|
"Project-Id-Version: ru\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2009-06-22 11:22-0500\n"
|
"POT-Creation-Date: 2009-06-23 02:06-0500\n"
|
||||||
"PO-Revision-Date: 2009-05-14 16:31+0300\n"
|
"PO-Revision-Date: 2009-05-14 16:31+0300\n"
|
||||||
"Last-Translator: byobu <dubrsl@altlinux.ru>\n"
|
"Last-Translator: byobu <dubrsl@altlinux.ru>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
@ -17,11 +17,11 @@ msgstr ""
|
||||||
"X-Generator: KBabel 1.11.4\n"
|
"X-Generator: KBabel 1.11.4\n"
|
||||||
|
|
||||||
#: byobu-config:81
|
#: byobu-config:81
|
||||||
msgid "Byobu currently launches at login (toggle)"
|
msgid "Byobu currently launches at login (toggle off)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: byobu-config:83
|
#: byobu-config:83
|
||||||
msgid "Byobu currently does not launch at login (toggle)"
|
msgid "Byobu currently does not launch at login (toggle on)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: byobu-config:87
|
#: byobu-config:87
|
||||||
|
@ -45,7 +45,8 @@ msgid "Change escape sequence"
|
||||||
msgstr "Изменение Escape-последовательности"
|
msgstr "Изменение Escape-последовательности"
|
||||||
|
|
||||||
#: byobu-config:92
|
#: byobu-config:92
|
||||||
msgid "Create new window(s)"
|
#, fuzzy
|
||||||
|
msgid "Create new windows"
|
||||||
msgstr "Создать новое окно"
|
msgstr "Создать новое окно"
|
||||||
|
|
||||||
#: byobu-config:93
|
#: byobu-config:93
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue