From 96d6f6375b12c91b74d3972be581fe73711d0d3c Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 23 Nov 2009 19:27:19 -0600 Subject: [PATCH] * 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 --- bin/apport | 33 +++++++++++++++++++++++ byobu-config | 1 + byobu.1 | 2 ++ debian/changelog | 8 ++++-- po/bg.po | 44 +++++++++++++++--------------- po/byobu.pot | 36 ++++++++++++------------- po/de.po | 38 +++++++++++++------------- po/en_GB.po | 38 +++++++++++++------------- po/es.po | 45 +++++++++++++++---------------- po/fr.po | 47 ++++++++++++++++----------------- po/hu.po | 38 +++++++++++++------------- po/id.po | 38 +++++++++++++------------- po/it.po | 38 +++++++++++++------------- po/ja.po | 38 +++++++++++++------------- po/la.po | 38 +++++++++++++------------- po/nl.po | 38 +++++++++++++------------- po/pt.po | 38 +++++++++++++------------- po/pt_BR.po | 38 +++++++++++++------------- po/ru.po | 36 ++++++++++++------------- po/sv.po | 38 +++++++++++++------------- profiles/common | 1 + profiles_generator/profile.skel | 2 +- rpm/byobu.spec | 1 + statusrc | 6 +++++ 24 files changed, 362 insertions(+), 318 deletions(-) create mode 100755 bin/apport diff --git a/bin/apport b/bin/apport new file mode 100755 index 00000000..76775ef7 --- /dev/null +++ b/bin/apport @@ -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 +# +# 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 . + +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{-} " diff --git a/byobu-config b/byobu-config index 26e5f1d4..2eedbea7 100755 --- a/byobu-config +++ b/byobu-config @@ -262,6 +262,7 @@ def readwindows(): def readstatus(): status={} + status["apport"]=0 status["arch"]=0 status["battery"]=0 status["cpu_count"]=1 diff --git a/byobu.1 b/byobu.1 index 8c4dc75a..2d8aefc7 100644 --- a/byobu.1 +++ b/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 diff --git a/debian/changelog b/debian/changelog index 0abc7a7d..13cf6e6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 10 Nov 2009 10:18:20 -0600 diff --git a/po/bg.po b/po/bg.po index d9a17db5..83c21dcd 100644 --- a/po/bg.po +++ b/po/bg.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: screen-profiles\n" -"Report-Msgid-Bugs-To: FULL NAME \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 \n" "Language-Team: Bulgarian \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 to activate " "these changes.\\n\\nOtherwise, exit this screen session and start a new one." msgstr "" -"Ако използвате настройката по подразбиране за бързите клавиши натиснете\\" -"n за да активирате тези промени.\\n\\n В противен случай затворете тази " -"сесия и започнете нова." +"Ако използвате настройката по подразбиране за бързите клавиши натиснете" +"\\n за да активирате тези промени.\\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 "/ between elements | selects | exits" msgstr "" diff --git a/po/byobu.pot b/po/byobu.pot index fcbe2e20..bdf7f90c 100644 --- a/po/byobu.pot +++ b/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 \n" "Language-Team: LANGUAGE \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 "/ between elements | selects | exits" msgstr "" diff --git a/po/de.po b/po/de.po index bd2c335a..d163ac43 100644 --- a/po/de.po +++ b/po/de.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: screen-profiles\n" -"Report-Msgid-Bugs-To: FULL NAME \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 \n" "Language-Team: German \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 "/ between elements | selects | exits" msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index f1812bdd..3d595f61 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: screen-profiles\n" -"Report-Msgid-Bugs-To: FULL NAME \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 \n" "Language-Team: English (United Kingdom) \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 "/ between elements | selects | exits" msgstr "/ between elements | selects | exits" diff --git a/po/es.po b/po/es.po index fa763ba0..659cde76 100644 --- a/po/es.po +++ b/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 \n" "Language-Team: LANGUAGE \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 "/ between elements | selects | exits" -msgstr "" -"/ entre los elementos | seleccione | salir" +msgstr "/ entre los elementos | seleccione | salir" #~ msgid "recommended" #~ msgstr "recomendado" diff --git a/po/fr.po b/po/fr.po index 28388963..4ce0a1b2 100644 --- a/po/fr.po +++ b/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 \n" "Language-Team: LANGUAGE \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 "/ between elements | selects | exits" msgstr "" "/ entre les éléments | sélectionne | quitte" diff --git a/po/hu.po b/po/hu.po index 1e4c14d7..928d9e2c 100644 --- a/po/hu.po +++ b/po/hu.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: byobu\n" -"Report-Msgid-Bugs-To: FULL NAME \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 \n" "Language-Team: Hungarian \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 "/ between elements | selects | exits" msgstr "" diff --git a/po/id.po b/po/id.po index f907dedb..a2717070 100644 --- a/po/id.po +++ b/po/id.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: byobu\n" -"Report-Msgid-Bugs-To: FULL NAME \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 \n" "Language-Team: Indonesian \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 "/ between elements | selects | exits" msgstr "/ antar elemen | pilih | keluar" diff --git a/po/it.po b/po/it.po index 62d03727..11f2882a 100644 --- a/po/it.po +++ b/po/it.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: byobu\n" -"Report-Msgid-Bugs-To: FULL NAME \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 \n" "Language-Team: Italian \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 "/ between elements | selects | exits" msgstr "/ tra elementi | seleziona | esce" diff --git a/po/ja.po b/po/ja.po index b84da033..bfa6b49b 100644 --- a/po/ja.po +++ b/po/ja.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: screen-profiles\n" -"Report-Msgid-Bugs-To: FULL NAME \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 \n" "Language-Team: Japanese \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 "/ between elements | selects | exits" msgstr "" diff --git a/po/la.po b/po/la.po index 6ceb00cc..817d3fdf 100644 --- a/po/la.po +++ b/po/la.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: screen-profiles\n" -"Report-Msgid-Bugs-To: FULL NAME \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 \n" "Language-Team: Latin \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 "/ between elements | selects | exits" msgstr "" diff --git a/po/nl.po b/po/nl.po index bfe52db0..accd4265 100644 --- a/po/nl.po +++ b/po/nl.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: byobu\n" -"Report-Msgid-Bugs-To: FULL NAME \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 \n" "Language-Team: Dutch \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 "/ between elements | selects | exits" msgstr "" diff --git a/po/pt.po b/po/pt.po index 58b93203..e2e9f419 100644 --- a/po/pt.po +++ b/po/pt.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: byobu\n" -"Report-Msgid-Bugs-To: FULL NAME \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 \n" "Language-Team: Portuguese \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 "/ between elements | selects | exits" msgstr "" "/ navega pelos elementos | selecciona | sai" diff --git a/po/pt_BR.po b/po/pt_BR.po index f55c3fce..3bb7d946 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: byobu\n" -"Report-Msgid-Bugs-To: FULL NAME \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 \n" "Language-Team: Brazilian Portuguese \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 "/ between elements | selects | exits" msgstr "" diff --git a/po/ru.po b/po/ru.po index 891ec0b7..0cc7c0eb 100644 --- a/po/ru.po +++ b/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 \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 "/ between elements | selects | exits" msgstr "" diff --git a/po/sv.po b/po/sv.po index bc441e87..4e5018b9 100644 --- a/po/sv.po +++ b/po/sv.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: byobu\n" -"Report-Msgid-Bugs-To: FULL NAME \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 \n" "Language-Team: Swedish \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 "/ between elements | selects | exits" msgstr "/ mellan element | väljer | avslutar" diff --git a/profiles/common b/profiles/common index f799b6f9..c047bbd7 100644 --- a/profiles/common +++ b/profiles/common @@ -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 diff --git a/profiles_generator/profile.skel b/profiles_generator/profile.skel index 5dd8b146..839cb152 100644 --- a/profiles_generator/profile.skel +++ b/profiles_generator/profile.skel @@ -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'. diff --git a/rpm/byobu.spec b/rpm/byobu.spec index 9fcc94dc..f9f4ae8a 100644 --- a/rpm/byobu.spec +++ b/rpm/byobu.spec @@ -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 diff --git a/statusrc b/statusrc index 45317847..b466f9c0 100644 --- a/statusrc +++ b/statusrc @@ -18,6 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +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}"