mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
* bin/updates_available, statusrc: move the color coding out to the config
file * byobu-config, byobu.1, po/*, profiles/common, profiles_generator/profile.skel, rpm/byobu.spec, statusrc: add an apport hook, LP: #485380
This commit is contained in:
parent
00c4eec582
commit
96d6f6375b
24 changed files with 362 additions and 318 deletions
33
bin/apport
Executable file
33
bin/apport
Executable file
|
@ -0,0 +1,33 @@
|
|||
#!/bin/sh -e
|
||||
#
|
||||
# apport: note if there are crash dumps available for apporting
|
||||
# Copyright (C) 2009 Canonical Ltd.
|
||||
#
|
||||
# Authors: Dustin Kirkland <kirkland@canonical.com>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, version 3 of the License.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
if [ "$1" = "--detail" ]; then
|
||||
if ls /var/crash/*.crash >/dev/null 2>&1; then
|
||||
printf "To file bugs on the existing crash reports, run:\n"
|
||||
for i in /var/crash/*.crash; do
|
||||
printf " apport-cli $i\n"
|
||||
done
|
||||
else
|
||||
printf "No pending crash reports"
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Print {!} if a /var/crash/*.crash file exists
|
||||
ls /var/crash/*.crash >/dev/null 2>&1 && printf "\005{= yk}{!}\005{-} "
|
|
@ -262,6 +262,7 @@ def readwindows():
|
|||
|
||||
def readstatus():
|
||||
status={}
|
||||
status["apport"]=0
|
||||
status["arch"]=0
|
||||
status["battery"]=0
|
||||
status["cpu_count"]=1
|
||||
|
|
2
byobu.1
2
byobu.1
|
@ -9,6 +9,8 @@ byobu \- wrapper script for seeding a user's byobu configuration and launching s
|
|||
|
||||
\fBbyobu\fP supports a number of unique and interesting status notifications across the lowest two lines in the screen. Each status notification item is independently configurable, enabled and disabled by the configuration utility. The guide below helps identify each status item (in alphabetical order):
|
||||
|
||||
\fBapport\fP \- symbol displayed if there are pending crash reports; {!} symbol displayed on the lower bar toward the left, in black on an orange background
|
||||
|
||||
\fBarch\fP \- system architecture; displayed on the lower bar toward the left, in the default text color on the default background color
|
||||
|
||||
\fBbattery\fP \- battery information; display on the lower bar toward the right; |\-| indicates discharging, |+| indicates charging, |=| indicates fully charged; when charging or discharging, the current battery capacity as a percentage is displayed; the colours green, yellow, and red are used to give further indication of the battery's charge state
|
||||
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,6 +1,10 @@
|
|||
byobu (2.40) unreleased; urgency=low
|
||||
byobu (2.40-0ubuntu1) lucid; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* bin/updates_available, statusrc: move the color coding out to the config
|
||||
file
|
||||
* byobu-config, byobu.1, po/*, profiles/common,
|
||||
profiles_generator/profile.skel, rpm/byobu.spec, statusrc: add an apport
|
||||
hook, LP: #485380
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 10 Nov 2009 10:18:20 -0600
|
||||
|
||||
|
|
44
po/bg.po
44
po/bg.po
|
@ -6,8 +6,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: screen-profiles\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2009-09-15 10:05-0500\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-10-08 15:00+0000\n"
|
||||
"Last-Translator: Dragomir Minkovski <Unknown>\n"
|
||||
"Language-Team: Bulgarian <bg@li.org>\n"
|
||||
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-10-09 06:48+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: bin/menu:22 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr "Меню"
|
||||
|
||||
|
@ -38,15 +38,15 @@ msgstr "Премахване на файл? [y/n] "
|
|||
msgid "Select a color: "
|
||||
msgstr "Изберете цвят: "
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr "Профил"
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr "Архив"
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr ""
|
||||
"Разархивирайте архива във вашата домашна директория на желаната система"
|
||||
|
@ -72,9 +72,9 @@ msgid ""
|
|||
"If you are using the default set of keybindings, press\\n<F5> to activate "
|
||||
"these changes.\\n\\nOtherwise, exit this screen session and start a new one."
|
||||
msgstr ""
|
||||
"Ако използвате настройката по подразбиране за бързите клавиши натиснете\\"
|
||||
"n<F5> за да активирате тези промени.\\n\\n В противен случай затворете тази "
|
||||
"сесия и започнете нова."
|
||||
"Ако използвате настройката по подразбиране за бързите клавиши натиснете"
|
||||
"\\n<F5> за да активирате тези промени.\\n\\n В противен случай затворете "
|
||||
"тази сесия и започнете нова."
|
||||
|
||||
#: byobu-select-profile:136
|
||||
msgid "Run \"byobu\" to activate"
|
||||
|
@ -116,7 +116,7 @@ msgstr ""
|
|||
msgid "Manage default windows"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:99 byobu-config:485
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr ""
|
||||
|
||||
|
@ -125,7 +125,7 @@ msgid "Okay"
|
|||
msgstr "ОК"
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "Отказ"
|
||||
|
||||
|
@ -133,8 +133,8 @@ msgstr "Отказ"
|
|||
msgid "Byobu Help"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "Приложи"
|
||||
|
||||
|
@ -166,38 +166,38 @@ msgstr "Добавяне към прозорците по подразбиран
|
|||
msgid "Create new window(s):"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr "Прозорци:"
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr "Избор на прозорец за създаване по подразбиране"
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr "Съобщение"
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:486
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr ""
|
||||
|
|
36
po/byobu.pot
36
po/byobu.pot
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-10-11 14:34-0500\n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -16,7 +16,7 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: bin/menu:30 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr ""
|
||||
|
||||
|
@ -37,15 +37,15 @@ msgstr ""
|
|||
msgid "Select a color: "
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr ""
|
||||
|
||||
|
@ -111,7 +111,7 @@ msgstr ""
|
|||
msgid "Manage default windows"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:99 byobu-config:486
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr ""
|
||||
|
||||
|
@ -120,7 +120,7 @@ msgid "Okay"
|
|||
msgstr ""
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -128,8 +128,8 @@ msgstr ""
|
|||
msgid "Byobu Help"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
|
@ -161,38 +161,38 @@ msgstr ""
|
|||
msgid "Create new window(s):"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:487
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr ""
|
||||
|
|
38
po/de.po
38
po/de.po
|
@ -6,8 +6,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: screen-profiles\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2009-09-15 10:05-0500\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-09-16 07:07+0000\n"
|
||||
"Last-Translator: Dustin Kirkland <dustin.kirkland@gmail.com>\n"
|
||||
"Language-Team: German <de@li.org>\n"
|
||||
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-09-23 11:08+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: bin/menu:22 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr ""
|
||||
|
||||
|
@ -38,15 +38,15 @@ msgstr ""
|
|||
msgid "Select a color: "
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr ""
|
||||
|
||||
|
@ -112,7 +112,7 @@ msgstr ""
|
|||
msgid "Manage default windows"
|
||||
msgstr "Standardfenster verwalten"
|
||||
|
||||
#: byobu-config:99 byobu-config:485
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr ""
|
||||
|
||||
|
@ -121,7 +121,7 @@ msgid "Okay"
|
|||
msgstr "Okay"
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "Abbrechen"
|
||||
|
||||
|
@ -129,8 +129,8 @@ msgstr "Abbrechen"
|
|||
msgid "Byobu Help"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "Übernehmen"
|
||||
|
||||
|
@ -162,38 +162,38 @@ msgstr "Hinzufügen zu Standardfenstern"
|
|||
msgid "Create new window(s):"
|
||||
msgstr "Neue(s) Fenster erstellen:"
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr "Fenster:"
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr "Nachricht"
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr "Escape-Taste: Strg-"
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr "Escape-Sequenz ändern:"
|
||||
|
||||
#: byobu-config:486
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr ""
|
||||
|
|
38
po/en_GB.po
38
po/en_GB.po
|
@ -6,8 +6,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: screen-profiles\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2009-09-15 10:05-0500\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-09-16 07:18+0000\n"
|
||||
"Last-Translator: Dave Walker <davewalker@ubuntu.com>\n"
|
||||
"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
|
||||
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-09-23 11:08+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: bin/menu:22 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr "Menu"
|
||||
|
||||
|
@ -38,15 +38,15 @@ msgstr "Remove file? [y/N] "
|
|||
msgid "Select a color: "
|
||||
msgstr "Select a colour: "
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr "Profile"
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr "Archive"
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr "Extract the archive in your home directory on the target system."
|
||||
|
||||
|
@ -114,7 +114,7 @@ msgstr "Create new windows"
|
|||
msgid "Manage default windows"
|
||||
msgstr "Manage default windows"
|
||||
|
||||
#: byobu-config:99 byobu-config:485
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr " Byobu Configuration Menu"
|
||||
|
||||
|
@ -123,7 +123,7 @@ msgid "Okay"
|
|||
msgstr "Okay"
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
|
@ -131,8 +131,8 @@ msgstr "Cancel"
|
|||
msgid "Byobu Help"
|
||||
msgstr "Byobu Help"
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "Apply"
|
||||
|
||||
|
@ -164,38 +164,38 @@ msgstr "Add to default windows"
|
|||
msgid "Create new window(s):"
|
||||
msgstr "Create new window(s):"
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr "Toggle status notifications:"
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr "Windows:"
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr "Select window(s) to create by default:"
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr "Byobu will be launched automatically next time you login."
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr "Byobu will not be used next time you login."
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr "Message"
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr "Escape key: ctrl-"
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr "Change escape sequence:"
|
||||
|
||||
#: byobu-config:486
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
|
|
45
po/es.po
45
po/es.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 1.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-09-15 10:05-0500\n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-10-03 23:47+0000\n"
|
||||
"Last-Translator: oscrp <mazonovo@gmail.com>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-10-04 06:50+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: bin/menu:22 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr "Menú"
|
||||
|
||||
|
@ -38,18 +38,17 @@ msgstr "¿Eliminar archivo? [y/N] "
|
|||
msgid "Select a color: "
|
||||
msgstr "Seleccionar un color: "
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr "Perfil"
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr "Archivador"
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr ""
|
||||
"Extraiga el archivador en su directorio personal del sistema objetivo."
|
||||
msgstr "Extraiga el archivador en su directorio personal del sistema objetivo."
|
||||
|
||||
#: byobu-select-profile:49
|
||||
msgid "Error:"
|
||||
|
@ -116,7 +115,7 @@ msgstr "Crear nuevas ventanas"
|
|||
msgid "Manage default windows"
|
||||
msgstr "Gestionar ventanas predeterminadas"
|
||||
|
||||
#: byobu-config:99 byobu-config:485
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr " Menú de configuración Byobu"
|
||||
|
||||
|
@ -125,7 +124,7 @@ msgid "Okay"
|
|||
msgstr "Aceptar"
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
|
@ -133,8 +132,8 @@ msgstr "Cancelar"
|
|||
msgid "Byobu Help"
|
||||
msgstr "Ayuda de Byobu"
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "Aplicar"
|
||||
|
||||
|
@ -166,43 +165,41 @@ msgstr "Añadir a las ventanas por defecto"
|
|||
msgid "Create new window(s):"
|
||||
msgstr "Crear ventana(s) nueva(s):"
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr "Activar/Desactivar notificaciónes:"
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr "Ventanas:"
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr "Seleccionar ventana(s) para crear por defecto:"
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr ""
|
||||
"Byobu se lanzará automáticamente la próxima vez que inicie su sesión."
|
||||
msgstr "Byobu se lanzará automáticamente la próxima vez que inicie su sesión."
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr "Byobu no se iniciará la próxima vez que se identifique."
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr "Mensaje"
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr "Tecla de escape: ctrl-"
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr "Cambiar la secuencia de escape:"
|
||||
|
||||
#: byobu-config:486
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr ""
|
||||
"<Tab>/<Alt-Tab> entre los elementos | <Intro> seleccione | <Esc> salir"
|
||||
msgstr "<Tab>/<Alt-Tab> entre los elementos | <Intro> seleccione | <Esc> salir"
|
||||
|
||||
#~ msgid "recommended"
|
||||
#~ msgstr "recomendado"
|
||||
|
|
47
po/fr.po
47
po/fr.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 1.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-09-15 10:05-0500\n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-09-16 07:25+0000\n"
|
||||
"Last-Translator: Pierre Slamich <pierre.slamich@gmail.com>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -17,11 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-09-23 11:08+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: byobu-select-profile:49
|
||||
msgid "Error:"
|
||||
msgstr "Erreur :"
|
||||
|
||||
#: bin/menu:22 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr "Menu"
|
||||
|
||||
|
@ -42,20 +38,24 @@ msgstr "Supprimer le fichier? [y/N] "
|
|||
msgid "Select a color: "
|
||||
msgstr "Choisissez une couleur : "
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr "Profil"
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr "Archive"
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr ""
|
||||
"Décompressez l'archive dans votre répertoire personnel (home) sur le système "
|
||||
"cible."
|
||||
|
||||
#: byobu-select-profile:49
|
||||
msgid "Error:"
|
||||
msgstr "Erreur :"
|
||||
|
||||
#: byobu-select-profile:49
|
||||
msgid " file exists, but is not a symlink"
|
||||
msgstr " fichire existe, mais n'est pas un lien symbolique"
|
||||
|
@ -117,7 +117,7 @@ msgstr "Créer de nouvelles fenêtres"
|
|||
msgid "Manage default windows"
|
||||
msgstr "Gérer les fenêtres par défaut"
|
||||
|
||||
#: byobu-config:99 byobu-config:485
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr " Menu de Configuration de Byobu"
|
||||
|
||||
|
@ -126,7 +126,7 @@ msgid "Okay"
|
|||
msgstr "Ok"
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
|
@ -134,8 +134,8 @@ msgstr "Annuler"
|
|||
msgid "Byobu Help"
|
||||
msgstr "Aide de Byobu"
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "Appliquer"
|
||||
|
||||
|
@ -167,41 +167,40 @@ msgstr "Ajouter aux fenêtres par défaut"
|
|||
msgid "Create new window(s):"
|
||||
msgstr "Créer nouvelle(s) fenêtre(s) :"
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr "Changer les notifications d'état :"
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr "Fenêtres :"
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr "Sélectionner fenêtre(s) à créer par défaut :"
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr ""
|
||||
"Byobu sera lancé automatiquement la prochaine fois que vous vous connecterez."
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr ""
|
||||
"Byobu ne sera pas utilisé la prochaine fois que vous vous connecterez."
|
||||
msgstr "Byobu ne sera pas utilisé la prochaine fois que vous vous connecterez."
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr "Message"
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr "Séquence d'échapement : ctrl-"
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr "Changer la séquence d'échapement :"
|
||||
|
||||
#: byobu-config:486
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr ""
|
||||
"<Tab>/<Alt-Tab> entre les éléments | <Enter> sélectionne | <Esc> quitte"
|
||||
|
|
38
po/hu.po
38
po/hu.po
|
@ -6,8 +6,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: byobu\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2009-09-15 10:05-0500\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-09-25 09:06+0000\n"
|
||||
"Last-Translator: Muszela Balázs <bazsi86@gmail.com>\n"
|
||||
"Language-Team: Hungarian <hu@li.org>\n"
|
||||
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-09-30 06:45+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: bin/menu:22 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr "Menü"
|
||||
|
||||
|
@ -38,15 +38,15 @@ msgstr "Eltávolítsam a fájlt? [y/N] "
|
|||
msgid "Select a color: "
|
||||
msgstr "Válasszon egy színt: "
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr "Profil"
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr "Archív"
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr ""
|
||||
|
||||
|
@ -112,7 +112,7 @@ msgstr ""
|
|||
msgid "Manage default windows"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:99 byobu-config:485
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr ""
|
||||
|
||||
|
@ -121,7 +121,7 @@ msgid "Okay"
|
|||
msgstr ""
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "Mégsem"
|
||||
|
||||
|
@ -129,8 +129,8 @@ msgstr "Mégsem"
|
|||
msgid "Byobu Help"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "Alkalmaz"
|
||||
|
||||
|
@ -162,38 +162,38 @@ msgstr ""
|
|||
msgid "Create new window(s):"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr "Ablakok:"
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr "Üzenet"
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:486
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr ""
|
||||
|
|
38
po/id.po
38
po/id.po
|
@ -6,8 +6,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: byobu\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2009-09-15 10:05-0500\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-08-17 21:09+0000\n"
|
||||
"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
|
||||
"Language-Team: Indonesian <id@li.org>\n"
|
||||
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-09-23 11:08+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: bin/menu:22 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr "Menu"
|
||||
|
||||
|
@ -38,15 +38,15 @@ msgstr "Hapus berkas? [y/T] "
|
|||
msgid "Select a color: "
|
||||
msgstr "Pilih warna: "
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr "Profil"
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr "Arsip"
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr "Ekstrak arsip di direktori rumah anda pada sistem target."
|
||||
|
||||
|
@ -115,7 +115,7 @@ msgstr "Buat jendela baru"
|
|||
msgid "Manage default windows"
|
||||
msgstr "Kelola jendela bawaan"
|
||||
|
||||
#: byobu-config:99 byobu-config:485
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr " Menu Konfigurasi Byobu"
|
||||
|
||||
|
@ -124,7 +124,7 @@ msgid "Okay"
|
|||
msgstr "Ok"
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "Batal"
|
||||
|
||||
|
@ -132,8 +132,8 @@ msgstr "Batal"
|
|||
msgid "Byobu Help"
|
||||
msgstr "Bantuan Byobu"
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "Terapkan"
|
||||
|
||||
|
@ -165,38 +165,38 @@ msgstr "Tambahkan ke jendela bawaan"
|
|||
msgid "Create new window(s):"
|
||||
msgstr "Buat jendela baru:"
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr "Toggle pemberitahuan status:"
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr "Jendela:"
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr "Pilih jendela yang akan dibuat secara default"
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr "Byobu akan diluncurkan secara otomatis saat anda login berikutnya."
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr "Byobu tidak akan dipakai ketika anda login berikutnya."
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr "Pesan"
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr "Kunci escape: ctrl-"
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr "Ubah urutan escape:"
|
||||
|
||||
#: byobu-config:486
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr "<Tab>/<Alt-Tab> antar elemen | <Enter> pilih | <Esc> keluar"
|
||||
|
|
38
po/it.po
38
po/it.po
|
@ -6,8 +6,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: byobu\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2009-09-15 10:05-0500\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-09-16 07:42+0000\n"
|
||||
"Last-Translator: Dustin Kirkland <dustin.kirkland@gmail.com>\n"
|
||||
"Language-Team: Italian <it@li.org>\n"
|
||||
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-09-23 11:08+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: bin/menu:22 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr "Menu"
|
||||
|
||||
|
@ -38,15 +38,15 @@ msgstr "Rimuovere il file? [s/N] "
|
|||
msgid "Select a color: "
|
||||
msgstr "Seleziona un colore: "
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr "Profilo"
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr "Archivio"
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr "Estrai l'archivio nel percorso principale del sistema."
|
||||
|
||||
|
@ -115,7 +115,7 @@ msgstr "Crea nuove finestre"
|
|||
msgid "Manage default windows"
|
||||
msgstr "Gestisci finestre predefinite"
|
||||
|
||||
#: byobu-config:99 byobu-config:485
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr " Menu di configurazione di Byobu"
|
||||
|
||||
|
@ -124,7 +124,7 @@ msgid "Okay"
|
|||
msgstr "Okay"
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "Annulla"
|
||||
|
||||
|
@ -132,8 +132,8 @@ msgstr "Annulla"
|
|||
msgid "Byobu Help"
|
||||
msgstr "Aiuto di Byobu"
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "Applica"
|
||||
|
||||
|
@ -165,38 +165,38 @@ msgstr "Aggiungi alle finestre predefinite"
|
|||
msgid "Create new window(s):"
|
||||
msgstr "Crea nuova/e finestra/e:"
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr "Abilita notifiche sullo stato:"
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr "Finestre:"
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr "Seleziona una o più finestre per crearle di default:"
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr "Byobu sarà avviato automaticamente al prossimo login."
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr "Byobu non verrà utilizzato al prossimo accesso."
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr "Messaggio"
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr "Comando d'uscita: ctrl-"
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr "Cambia sequenza d'uscita"
|
||||
|
||||
#: byobu-config:486
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr "<Tab>/<Alt-Tab> tra elementi | <Invio> seleziona | <Esc> esce"
|
||||
|
|
38
po/ja.po
38
po/ja.po
|
@ -6,8 +6,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: screen-profiles\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2009-09-15 10:05-0500\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-09-16 07:43+0000\n"
|
||||
"Last-Translator: Fumihito YOSHIDA <hito@kugutsu.org>\n"
|
||||
"Language-Team: Japanese <ja@li.org>\n"
|
||||
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-09-23 11:08+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: bin/menu:22 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr ""
|
||||
|
||||
|
@ -38,15 +38,15 @@ msgstr ""
|
|||
msgid "Select a color: "
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr ""
|
||||
|
||||
|
@ -112,7 +112,7 @@ msgstr ""
|
|||
msgid "Manage default windows"
|
||||
msgstr "標準ウィンドウの管理"
|
||||
|
||||
#: byobu-config:99 byobu-config:485
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr ""
|
||||
|
||||
|
@ -121,7 +121,7 @@ msgid "Okay"
|
|||
msgstr "了解"
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
|
@ -129,8 +129,8 @@ msgstr "取消"
|
|||
msgid "Byobu Help"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "適用"
|
||||
|
||||
|
@ -162,38 +162,38 @@ msgstr "標準ウィンドウに追加"
|
|||
msgid "Create new window(s):"
|
||||
msgstr "新しいウィンドウを作成する:"
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr "ウィンドウ:"
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr "標準で作成するウィンドウを選択してください:"
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr "メッセージ"
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr "エスケープキー: ctrl-"
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr "エスケープシーケンスを変更する:"
|
||||
|
||||
#: byobu-config:486
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr ""
|
||||
|
|
38
po/la.po
38
po/la.po
|
@ -6,8 +6,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: screen-profiles\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2009-09-15 10:05-0500\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-09-16 07:46+0000\n"
|
||||
"Last-Translator: Dustin Kirkland <dustin.kirkland@gmail.com>\n"
|
||||
"Language-Team: Latin <la@li.org>\n"
|
||||
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-09-23 11:08+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: bin/menu:22 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr ""
|
||||
|
||||
|
@ -38,15 +38,15 @@ msgstr ""
|
|||
msgid "Select a color: "
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr ""
|
||||
|
||||
|
@ -112,7 +112,7 @@ msgstr ""
|
|||
msgid "Manage default windows"
|
||||
msgstr "Administrare fenestrae"
|
||||
|
||||
#: byobu-config:99 byobu-config:485
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr ""
|
||||
|
||||
|
@ -121,7 +121,7 @@ msgid "Okay"
|
|||
msgstr ""
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "Abrogare"
|
||||
|
||||
|
@ -129,8 +129,8 @@ msgstr "Abrogare"
|
|||
msgid "Byobu Help"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "Applicare"
|
||||
|
||||
|
@ -162,38 +162,38 @@ msgstr ""
|
|||
msgid "Create new window(s):"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:486
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr ""
|
||||
|
|
38
po/nl.po
38
po/nl.po
|
@ -6,8 +6,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: byobu\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2009-09-15 10:05-0500\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-09-21 10:12+0000\n"
|
||||
"Last-Translator: Dustin Kirkland <dustin.kirkland@gmail.com>\n"
|
||||
"Language-Team: Dutch <nl@li.org>\n"
|
||||
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-09-23 11:08+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: bin/menu:22 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr ""
|
||||
|
||||
|
@ -38,15 +38,15 @@ msgstr ""
|
|||
msgid "Select a color: "
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr ""
|
||||
|
||||
|
@ -112,7 +112,7 @@ msgstr ""
|
|||
msgid "Manage default windows"
|
||||
msgstr "Standaard venster beheer"
|
||||
|
||||
#: byobu-config:99 byobu-config:485
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr ""
|
||||
|
||||
|
@ -121,7 +121,7 @@ msgid "Okay"
|
|||
msgstr "OK"
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "Annuleren"
|
||||
|
||||
|
@ -129,8 +129,8 @@ msgstr "Annuleren"
|
|||
msgid "Byobu Help"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "Toepassen"
|
||||
|
||||
|
@ -162,38 +162,38 @@ msgstr "Toevoegen aan de standaard vensters"
|
|||
msgid "Create new window(s):"
|
||||
msgstr "Nieuw(e) venster(s) aanmaken"
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr "Vensters:"
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr "Selecteer venster(s) die standaard gecreëerd moetne worden:"
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr "Bericht"
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr "Escape toets: ctrl-"
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr "Aanpassen escape volgorde:"
|
||||
|
||||
#: byobu-config:486
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr ""
|
||||
|
|
38
po/pt.po
38
po/pt.po
|
@ -6,8 +6,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: byobu\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2009-09-15 10:05-0500\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-09-16 10:59+0000\n"
|
||||
"Last-Translator: Bruno Vitorino <Unknown>\n"
|
||||
"Language-Team: Portuguese <pt@li.org>\n"
|
||||
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-09-23 11:08+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: bin/menu:22 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr "Menu"
|
||||
|
||||
|
@ -38,15 +38,15 @@ msgstr "Remover ficheiro? [y/N] "
|
|||
msgid "Select a color: "
|
||||
msgstr "Selecionar uma cor: "
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr "Perfil"
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr "Arquivar"
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr ""
|
||||
|
||||
|
@ -115,7 +115,7 @@ msgstr "Criar novas janelas"
|
|||
msgid "Manage default windows"
|
||||
msgstr "Gerir janelas por defeito"
|
||||
|
||||
#: byobu-config:99 byobu-config:485
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr " Menu de configuração do Byobu"
|
||||
|
||||
|
@ -124,7 +124,7 @@ msgid "Okay"
|
|||
msgstr "Ok"
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
|
@ -132,8 +132,8 @@ msgstr "Cancelar"
|
|||
msgid "Byobu Help"
|
||||
msgstr "Ajuda do Byobu"
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "Aplicar"
|
||||
|
||||
|
@ -165,40 +165,40 @@ msgstr "Adicionar às janelas por defeito"
|
|||
msgid "Create new window(s):"
|
||||
msgstr "Criar nova(s) janela(s):"
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr "Activar notificações de estado:"
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr "Janelas:"
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr "Seleccionar a(s) janela(s) a criar por defeito:"
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr ""
|
||||
"O Byobu vai ser iniciado automaticamente da próxima vez que efectuar login."
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr "O Byobu não vai ser utilizado da próxima vez que efectuar login."
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr "Mensagem"
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:486
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr ""
|
||||
"<Tab>/<Alt-Tab> navega pelos elementos | <Enter> selecciona | <Esc> sai"
|
||||
|
|
38
po/pt_BR.po
38
po/pt_BR.po
|
@ -6,8 +6,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: byobu\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2009-09-15 10:05-0500\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-10-06 12:33+0000\n"
|
||||
"Last-Translator: slowtux <slowtux@gmail.com>\n"
|
||||
"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
|
||||
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-10-07 06:50+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: bin/menu:22 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr "Menu"
|
||||
|
||||
|
@ -38,15 +38,15 @@ msgstr ""
|
|||
msgid "Select a color: "
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr "Perfil"
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr "Arquivo"
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr ""
|
||||
|
||||
|
@ -112,7 +112,7 @@ msgstr "Criar novas janelas"
|
|||
msgid "Manage default windows"
|
||||
msgstr "Gerenciar janelas padrões"
|
||||
|
||||
#: byobu-config:99 byobu-config:485
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr " Configuração de menus Byobu"
|
||||
|
||||
|
@ -121,7 +121,7 @@ msgid "Okay"
|
|||
msgstr "Ok"
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
|
@ -129,8 +129,8 @@ msgstr "Cancelar"
|
|||
msgid "Byobu Help"
|
||||
msgstr "Ajuda Byobu"
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "Aplicar"
|
||||
|
||||
|
@ -162,38 +162,38 @@ msgstr "Adicionar as janelas padrões"
|
|||
msgid "Create new window(s):"
|
||||
msgstr "Criar nova janela(s):"
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr "Alternar notificações de estado:"
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr "Janelas:"
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr "Byobu será executado automaticamente na próxima vez que você logar."
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr "Byobu não será usado na próxima vez que você logar."
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr "Mensagem"
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:486
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr ""
|
||||
|
|
36
po/ru.po
36
po/ru.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ru\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-10-11 14:34-0500\n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-07-24 14:46+0000\n"
|
||||
"Last-Translator: byobu <Unknown>\n"
|
||||
"Language-Team: \n"
|
||||
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-09-23 11:08+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: bin/menu:30 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr "Меню"
|
||||
|
||||
|
@ -38,15 +38,15 @@ msgstr ""
|
|||
msgid "Select a color: "
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr ""
|
||||
|
||||
|
@ -112,7 +112,7 @@ msgstr ""
|
|||
msgid "Manage default windows"
|
||||
msgstr "Управление окном по умолчанию"
|
||||
|
||||
#: byobu-config:99 byobu-config:486
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr " Конфигурационное меню Byobu"
|
||||
|
||||
|
@ -121,7 +121,7 @@ msgid "Okay"
|
|||
msgstr "Ok"
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "Отмена"
|
||||
|
||||
|
@ -129,8 +129,8 @@ msgstr "Отмена"
|
|||
msgid "Byobu Help"
|
||||
msgstr "Помощь Byobu"
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "Применить"
|
||||
|
||||
|
@ -162,39 +162,39 @@ msgstr "Добавьте к окнам значения по умолчанию"
|
|||
msgid "Create new window(s):"
|
||||
msgstr "создать новое окно(а)"
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr "Переключатель состояния уведомлений:"
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr "Окно:"
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr "Выберите окно(на), чтобы создать по умолчанию:"
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr "Сообщение"
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr ""
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr "Изменить Escape-последовательность"
|
||||
|
||||
#: byobu-config:487
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr ""
|
||||
|
||||
|
|
38
po/sv.po
38
po/sv.po
|
@ -6,8 +6,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: byobu\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2009-09-15 10:05-0500\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-11-23 19:12-0600\n"
|
||||
"PO-Revision-Date: 2009-10-05 12:56+0000\n"
|
||||
"Last-Translator: Carl-Uno Olsson <Unknown>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
|
@ -17,7 +17,7 @@ msgstr ""
|
|||
"X-Launchpad-Export-Date: 2009-10-06 06:46+0000\n"
|
||||
"X-Generator: Launchpad (build Unknown)\n"
|
||||
|
||||
#: bin/menu:22 byobu-config:129 byobu-config:400 byobu-config:408
|
||||
#: bin/menu:33 byobu-config:129 byobu-config:401 byobu-config:409
|
||||
msgid "Menu"
|
||||
msgstr "Meny"
|
||||
|
||||
|
@ -38,15 +38,15 @@ msgstr "Ta bort filen? [j/N] "
|
|||
msgid "Select a color: "
|
||||
msgstr "Välj en färg: "
|
||||
|
||||
#: byobu-export:237
|
||||
#: byobu-export:240
|
||||
msgid "Profile"
|
||||
msgstr "Profil"
|
||||
|
||||
#: byobu-export:238
|
||||
#: byobu-export:241
|
||||
msgid "Archive"
|
||||
msgstr "Arkiv"
|
||||
|
||||
#: byobu-export:240
|
||||
#: byobu-export:243
|
||||
msgid "Extract the archive in your home directory on the target system."
|
||||
msgstr "Extrahera arkivet i din hemkatalog på målsystemet."
|
||||
|
||||
|
@ -115,7 +115,7 @@ msgstr "Skapa nya fönster"
|
|||
msgid "Manage default windows"
|
||||
msgstr "Hantera standardfönster"
|
||||
|
||||
#: byobu-config:99 byobu-config:485
|
||||
#: byobu-config:99 byobu-config:487
|
||||
msgid " Byobu Configuration Menu"
|
||||
msgstr " Konfigurationsmeny för Byobu"
|
||||
|
||||
|
@ -124,7 +124,7 @@ msgid "Okay"
|
|||
msgstr "Okej"
|
||||
|
||||
#: byobu-config:110 byobu-config:144 byobu-config:161 byobu-config:195
|
||||
#: byobu-config:334 byobu-config:375 byobu-config:448
|
||||
#: byobu-config:335 byobu-config:376 byobu-config:449
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
|
@ -132,8 +132,8 @@ msgstr "Avbryt"
|
|||
msgid "Byobu Help"
|
||||
msgstr "Hjälp för Byobu"
|
||||
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:334
|
||||
#: byobu-config:375 byobu-config:448
|
||||
#: byobu-config:144 byobu-config:161 byobu-config:195 byobu-config:335
|
||||
#: byobu-config:376 byobu-config:449
|
||||
msgid "Apply"
|
||||
msgstr "Verkställ"
|
||||
|
||||
|
@ -165,38 +165,38 @@ msgstr "Lägg till i standardfönster"
|
|||
msgid "Create new window(s):"
|
||||
msgstr "Skapa nya fönster:"
|
||||
|
||||
#: byobu-config:335
|
||||
#: byobu-config:336
|
||||
msgid "Toggle status notifications:"
|
||||
msgstr "Växla statusnotifieringar:"
|
||||
|
||||
#: byobu-config:367
|
||||
#: byobu-config:368
|
||||
msgid "Windows:"
|
||||
msgstr "Fönster:"
|
||||
|
||||
#: byobu-config:377
|
||||
#: byobu-config:378
|
||||
msgid "Select window(s) to create by default:"
|
||||
msgstr "Välj fönster att skapa som standard:"
|
||||
|
||||
#: byobu-config:397
|
||||
#: byobu-config:398
|
||||
msgid "Byobu will be launched automatically next time you login."
|
||||
msgstr "Byobu kommer att startas automatiskt nästa gång du loggar in."
|
||||
|
||||
#: byobu-config:405
|
||||
#: byobu-config:406
|
||||
msgid "Byobu will not be used next time you login."
|
||||
msgstr "Byobu kommer inte att användas nästa gång du loggar in."
|
||||
|
||||
#: byobu-config:407
|
||||
#: byobu-config:408
|
||||
msgid "Message"
|
||||
msgstr "Meddelande"
|
||||
|
||||
#: byobu-config:447
|
||||
#: byobu-config:448
|
||||
msgid "Escape key: ctrl-"
|
||||
msgstr "Escape-tangent: ctrl-"
|
||||
|
||||
#: byobu-config:450
|
||||
#: byobu-config:451
|
||||
msgid "Change escape sequence:"
|
||||
msgstr "Ändra escape-sekvens:"
|
||||
|
||||
#: byobu-config:486
|
||||
#: byobu-config:488
|
||||
msgid "<Tab>/<Alt-Tab> between elements | <Enter> selects | <Esc> exits"
|
||||
msgstr "<Tab>/<Alt-Tab> mellan element | <Enter> väljer | <Esc> avslutar"
|
||||
|
|
|
@ -65,6 +65,7 @@ backtick 125 19 19 byobu-status temp_c
|
|||
backtick 126 19 19 byobu-status temp_f
|
||||
backtick 127 5 5 byobu-status mail
|
||||
backtick 128 23 23 byobu-status fan_speed
|
||||
backtick 129 67 67 byobu-status apport
|
||||
|
||||
hardstatus alwayslastline
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ source /usr/share/byobu/profiles/common
|
|||
caption always "%{kW}%?%-Lw%50L>%?%{bw}%n*%f %t%?(%u)%?%{kW}%?%+Lw%?%11` %=%{= Wk}%110`%109`%122`%111`%10`%<"
|
||||
|
||||
# Status string, last line
|
||||
hardstatus string '%99`%{= Wk} %100`%112`%= %102`%101`%127`%114`%115`%108`%128`%125`%126`%113`%119`%117`%116`%106`%104`%103`%105`%107`%123`%120`%121`'
|
||||
hardstatus string '%99`%{= Wk} %100`%112`%= %102`%101`%129`%127`%114`%115`%108`%128`%125`%126`%113`%119`%117`%116`%106`%104`%103`%105`%107`%123`%120`%121`'
|
||||
|
||||
# NOTE: Older version of screen have an arbitrary limit of only being able
|
||||
# to change colors 16 times in this 'hardstatus string'.
|
||||
|
|
|
@ -84,6 +84,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
/usr/bin/byobu-status-detail
|
||||
/usr/bin/byobu-select-profile
|
||||
/usr/lib/byobu/arch
|
||||
/usr/lib/byobu/apport
|
||||
/usr/lib/byobu/battery
|
||||
/usr/lib/byobu/cpu_count
|
||||
/usr/lib/byobu/cpu_freq
|
||||
|
|
6
statusrc
6
statusrc
|
@ -18,6 +18,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
apport=0
|
||||
arch=0
|
||||
battery=0
|
||||
cpu_count=1
|
||||
|
@ -46,3 +47,8 @@ updates_available=1
|
|||
uptime=1
|
||||
whoami=0
|
||||
wifi_quality=0
|
||||
|
||||
# Define colors
|
||||
XXX="\005{-}"
|
||||
brW="\005{=b rW}"
|
||||
rW="\005{= rW}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue