--- byobu-2.27.orig/byobu-config +++ byobu-2.27/byobu-config @@ -34,6 +34,7 @@ DEF_ESC="A" RELOAD = "If you are using the default set of keybindings, press\n or to activate these changes.\n\nOtherwise, exit this screen session and start a new one." RELOAD_FLAG="/var/run/screen/S-"+USER+"/"+PKG+".reload-required" +RELOAD_CMD="screen -X at 0 source $HOME/."+PKG+"/profile" ESC = '' snack.hotkeys[ESC] = ord(ESC) snack.hotkeys[ord(ESC)] = ESC @@ -59,6 +60,7 @@ def reload_required(): f = open(RELOAD_FLAG,'w') f.close() + commands.getoutput(RELOAD_CMD) def terminal_size(): ### decide on *some* terminal size cr = ioctl_GWINSZ(0) or ioctl_GWINSZ(1) or ioctl_GWINSZ(2) # try open fds @@ -148,8 +150,6 @@ if bb.buttonPressed(g.runOnce()) != "cancel": commands.getoutput('byobu-select-profile --set %s' % li.current()) reload_required() - button = messagebox(screen, 60, 4, _("Message"), _(RELOAD), \ - buttons=((_("Menu"), ))) return 100 def keybindings(screen, size): @@ -165,8 +165,6 @@ if bb.buttonPressed(g.runOnce()) != "cancel": switch_keybindings(li.current()) reload_required() - button = messagebox(screen, 60, 4, _("Message"), _(RELOAD), \ - buttons=((_("Menu"), ))) return 100 def switch_keybindings(set): @@ -346,8 +344,6 @@ count=count+1 writestatus(itemlist) reload_required() - button = messagebox(screen, 60, 4, _("Message"), _(RELOAD), \ - buttons=((_("Menu"), ))) return 100 def writewindows(winlist): @@ -476,9 +472,6 @@ if bb.buttonPressed(which) != "cancel": setesckey(esc.value()) reload_required() - button = messagebox(screen, 60, 4, _("Message"), \ - _(RELOAD), \ - buttons=((_("Menu"), ))) if button == "exit": return 0 return 100 --- byobu-2.27.orig/debian/changelog +++ byobu-2.27/debian/changelog @@ -1,8 +1,15 @@ -byobu (2.27) unreleased; urgency=low +byobu (2.27-0ubuntu1) karmic; urgency=low - * UNRELEASED + [ Derek Carter ] + * byobu-config, rpm/byobu.spec: fixed to build on Fedora 11; merged + with minor modifications (install keybindings/common as a symlink to + f-keys) - -- Dustin Kirkland Mon, 17 Aug 2009 14:32:57 -0500 + [ Dustin Kirkland ] + * byobu-config: use Derek's *awesome* "screen -X" hack to reload profiles + automatically, and drop the "reload" prompt + + -- Dustin Kirkland Mon, 17 Aug 2009 16:08:53 -0500 byobu (2.26-0ubuntu1) karmic; urgency=low @@ -21,6 +28,11 @@ forked shells by multiple sed-calls on one line by using a single sed call with multiple -e arguments (thanks for the suggestion smoser) * debian/control: bumping standards version + * po/byobu-bg.po, po/byobu-de.po, po/byobu-en_GB.po, po/byobu-es.po, + po/byobu-fr.po, po/byobu-hu.po, po/byobu-id.po, po/byobu-it.po, + po/byobu-ja.po, po/byobu-la.po, po/byobu-nl.po, po/byobu-ru.po, + po/byobu-sv.po, po/es.po, po/fr.po, po/ru.po: translations import + from launchpad -- Dustin Kirkland Mon, 17 Aug 2009 14:30:27 -0500 --- byobu-2.27.orig/po/byobu-sv.po +++ byobu-2.27/po/byobu-sv.po @@ -0,0 +1,201 @@ +# Swedish translation for byobu +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the byobu package. +# FIRST AUTHOR , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: byobu\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2009-07-24 08:55-0500\n" +"PO-Revision-Date: 2009-07-16 10:24+0000\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-08-17 19:32+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: bin/menu:22 byobu-config:127 byobu-config:152 byobu-config:169 +#: byobu-config:350 byobu-config:404 byobu-config:412 byobu-config:481 +msgid "Menu" +msgstr "" + +#: byobu-export:68 byobu-export:71 byobu-select-profile:104 +#: byobu-select-profile:107 +msgid "Choose" +msgstr "" + +#: byobu-export:171 +msgid "File exists" +msgstr "" + +#: byobu-export:172 +msgid "Remove file? [y/N] " +msgstr "" + +#: byobu-export:199 +msgid "Select a color: " +msgstr "" + +#: byobu-export:237 +msgid "Profile" +msgstr "" + +#: byobu-export:238 +msgid "Archive" +msgstr "" + +#: byobu-export:240 +msgid "Extract the archive in your home directory on the target system." +msgstr "" + +#: byobu-select-profile:49 +msgid "Error:" +msgstr "Fel:" + +#: byobu-select-profile:49 +msgid " file exists, but is not a symlink" +msgstr " filen finns men är inte en symbolisk länk" + +#: byobu-select-profile:80 +msgid "Select a screen profile: " +msgstr "Välj en screen-profil: " + +#: byobu-select-profile:97 +msgid "ERROR: Invalid selection" +msgstr "" + +#: byobu-select-profile:134 +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 "" + +#: byobu-select-profile:136 +msgid "Run \"byobu\" to activate" +msgstr "" + +#: byobu-config:81 +msgid "Byobu currently launches at login (toggle off)" +msgstr "" + +#: byobu-config:83 +msgid "Byobu currently does not launch at login (toggle on)" +msgstr "" + +#: byobu-config:87 +msgid "Help" +msgstr "Hjälp" + +#: byobu-config:88 +msgid "Change Byobu's colors" +msgstr "" + +#: byobu-config:89 +msgid "Toggle status notifications" +msgstr "" + +#: byobu-config:90 +msgid "Change keybinding set" +msgstr "Ändra tangentbindningar" + +#: byobu-config:91 +msgid "Change escape sequence" +msgstr "Ändra escape-sekvens" + +#: byobu-config:92 +msgid "Create new windows" +msgstr "" + +#: byobu-config:93 +msgid "Manage default windows" +msgstr "Hantera standardfönster" + +#: byobu-config:97 byobu-config:492 +msgid " Byobu Configuration Menu" +msgstr "" + +#: byobu-config:108 +msgid "Okay" +msgstr "Okej" + +#: byobu-config:108 byobu-config:142 byobu-config:161 byobu-config:197 +#: byobu-config:336 byobu-config:379 byobu-config:452 +msgid "Cancel" +msgstr "Avbryt" + +#: byobu-config:128 +msgid "Byobu Help" +msgstr "" + +#: byobu-config:142 byobu-config:161 byobu-config:197 byobu-config:336 +#: byobu-config:379 byobu-config:452 +msgid "Apply" +msgstr "Verkställ" + +#: byobu-config:144 +msgid "Which profile would you like to use?" +msgstr "Vilken profil vill du använda?" + +#: byobu-config:151 byobu-config:168 byobu-config:349 byobu-config:411 +#: byobu-config:479 +msgid "Message" +msgstr "Meddelande" + +#: byobu-config:162 +msgid "Which set of keybindings would you like to use?" +msgstr "Vilken uppsättning tangentbindningar vill du använda?" + +#: byobu-config:177 +msgid "Title: " +msgstr "Titel: " + +#: byobu-config:179 +msgid "Command: " +msgstr "Kommando: " + +#: byobu-config:181 +msgid "Presets: " +msgstr "Förval: " + +#: byobu-config:195 +msgid "Add to default windows" +msgstr "Lägg till i standardfönster" + +#: byobu-config:199 +msgid "Create new window(s):" +msgstr "Skapa nya fönster:" + +#: byobu-config:337 +msgid "Toggle status notifications:" +msgstr "" + +#: byobu-config:371 +msgid "Windows:" +msgstr "Fönster:" + +#: byobu-config:381 +msgid "Select window(s) to create by default:" +msgstr "Välj fönster att skapa som standard:" + +#: byobu-config:401 +msgid "Byobu will be launched automatically next time you login." +msgstr "" + +#: byobu-config:409 +msgid "Byobu will not be used next time you login." +msgstr "" + +#: byobu-config:451 +msgid "Escape key: ctrl-" +msgstr "Escape-tangent: ctrl-" + +#: byobu-config:454 +msgid "Change escape sequence:" +msgstr "Ändra escape-sekvens:" + +#: byobu-config:493 +msgid "/ between elements | selects | exits" +msgstr "" --- byobu-2.27.orig/po/byobu-hu.po +++ byobu-2.27/po/byobu-hu.po @@ -0,0 +1,201 @@ +# Hungarian translation for byobu +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the byobu package. +# FIRST AUTHOR , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: byobu\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2009-07-24 08:55-0500\n" +"PO-Revision-Date: 2009-05-06 19:26+0000\n" +"Last-Translator: Pittmann Tamás \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-08-17 19:32+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: bin/menu:22 byobu-config:127 byobu-config:152 byobu-config:169 +#: byobu-config:350 byobu-config:404 byobu-config:412 byobu-config:481 +msgid "Menu" +msgstr "" + +#: byobu-export:68 byobu-export:71 byobu-select-profile:104 +#: byobu-select-profile:107 +msgid "Choose" +msgstr "" + +#: byobu-export:171 +msgid "File exists" +msgstr "" + +#: byobu-export:172 +msgid "Remove file? [y/N] " +msgstr "" + +#: byobu-export:199 +msgid "Select a color: " +msgstr "" + +#: byobu-export:237 +msgid "Profile" +msgstr "" + +#: byobu-export:238 +msgid "Archive" +msgstr "" + +#: byobu-export:240 +msgid "Extract the archive in your home directory on the target system." +msgstr "" + +#: byobu-select-profile:49 +msgid "Error:" +msgstr "Hiba:" + +#: byobu-select-profile:49 +msgid " file exists, but is not a symlink" +msgstr " fájl létezik, de nem symlink" + +#: byobu-select-profile:80 +msgid "Select a screen profile: " +msgstr "Válasszon egy profilt: " + +#: byobu-select-profile:97 +msgid "ERROR: Invalid selection" +msgstr "" + +#: byobu-select-profile:134 +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 "" + +#: byobu-select-profile:136 +msgid "Run \"byobu\" to activate" +msgstr "" + +#: byobu-config:81 +msgid "Byobu currently launches at login (toggle off)" +msgstr "" + +#: byobu-config:83 +msgid "Byobu currently does not launch at login (toggle on)" +msgstr "" + +#: byobu-config:87 +msgid "Help" +msgstr "Súgó" + +#: byobu-config:88 +msgid "Change Byobu's colors" +msgstr "" + +#: byobu-config:89 +msgid "Toggle status notifications" +msgstr "" + +#: byobu-config:90 +msgid "Change keybinding set" +msgstr "" + +#: byobu-config:91 +msgid "Change escape sequence" +msgstr "" + +#: byobu-config:92 +msgid "Create new windows" +msgstr "" + +#: byobu-config:93 +msgid "Manage default windows" +msgstr "" + +#: byobu-config:97 byobu-config:492 +msgid " Byobu Configuration Menu" +msgstr "" + +#: byobu-config:108 +msgid "Okay" +msgstr "" + +#: byobu-config:108 byobu-config:142 byobu-config:161 byobu-config:197 +#: byobu-config:336 byobu-config:379 byobu-config:452 +msgid "Cancel" +msgstr "Mégsem" + +#: byobu-config:128 +msgid "Byobu Help" +msgstr "" + +#: byobu-config:142 byobu-config:161 byobu-config:197 byobu-config:336 +#: byobu-config:379 byobu-config:452 +msgid "Apply" +msgstr "Alkalmaz" + +#: byobu-config:144 +msgid "Which profile would you like to use?" +msgstr "Melyik profilt szeretné használni?" + +#: byobu-config:151 byobu-config:168 byobu-config:349 byobu-config:411 +#: byobu-config:479 +msgid "Message" +msgstr "Üzenet" + +#: byobu-config:162 +msgid "Which set of keybindings would you like to use?" +msgstr "" + +#: byobu-config:177 +msgid "Title: " +msgstr "Cím: " + +#: byobu-config:179 +msgid "Command: " +msgstr "Parancs: " + +#: byobu-config:181 +msgid "Presets: " +msgstr "" + +#: byobu-config:195 +msgid "Add to default windows" +msgstr "" + +#: byobu-config:199 +msgid "Create new window(s):" +msgstr "" + +#: byobu-config:337 +msgid "Toggle status notifications:" +msgstr "" + +#: byobu-config:371 +msgid "Windows:" +msgstr "Ablakok:" + +#: byobu-config:381 +msgid "Select window(s) to create by default:" +msgstr "" + +#: byobu-config:401 +msgid "Byobu will be launched automatically next time you login." +msgstr "" + +#: byobu-config:409 +msgid "Byobu will not be used next time you login." +msgstr "" + +#: byobu-config:451 +msgid "Escape key: ctrl-" +msgstr "" + +#: byobu-config:454 +msgid "Change escape sequence:" +msgstr "" + +#: byobu-config:493 +msgid "/ between elements | selects | exits" +msgstr "" --- byobu-2.27.orig/po/byobu-fr.po +++ byobu-2.27/po/byobu-fr.po @@ -0,0 +1,212 @@ +# Byobu +# Copyright (C) 2008 Dustin Kirkland +# This file is distributed under the same license as the Byobu package. +# Nicolas Barcet , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-24 08:55-0500\n" +"PO-Revision-Date: 2009-08-10 21:00+0000\n" +"Last-Translator: Pierre Slamich \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-08-17 19:32+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: 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" + +#: byobu-select-profile:80 +msgid "Select a screen profile: " +msgstr "Sélectionnez un profil screen : " + +#: byobu-config:87 +msgid "Help" +msgstr "Aide" + +#: byobu-config:90 +msgid "Change keybinding set" +msgstr "Changer d'ensemble de raccourcis clavier" + +#: byobu-config:91 +msgid "Change escape sequence" +msgstr "Changer la séquence d'échapement" + +#: byobu-config:93 +msgid "Manage default windows" +msgstr "Gérer les fenêtres par défaut" + +#: byobu-config:108 +msgid "Okay" +msgstr "Ok" + +#: byobu-config:108 byobu-config:142 byobu-config:161 byobu-config:197 +#: byobu-config:336 byobu-config:379 byobu-config:452 +msgid "Cancel" +msgstr "Annuler" + +#: byobu-config:142 byobu-config:161 byobu-config:197 byobu-config:336 +#: byobu-config:379 byobu-config:452 +msgid "Apply" +msgstr "Appliquer" + +#: byobu-config:144 +msgid "Which profile would you like to use?" +msgstr "Quel profil voudriez-vous utiliser ?" + +#: byobu-config:151 byobu-config:168 byobu-config:349 byobu-config:411 +#: byobu-config:479 +msgid "Message" +msgstr "Message" + +#: byobu-config:162 +msgid "Which set of keybindings would you like to use?" +msgstr "Quel ensemble de raccourcis clavier voudriez-vous utiliser ?" + +#: byobu-config:177 +msgid "Title: " +msgstr "Titre : " + +#: byobu-config:179 +msgid "Command: " +msgstr "Commande : " + +#: byobu-config:181 +msgid "Presets: " +msgstr "Pré-réglages : " + +#: byobu-config:195 +msgid "Add to default windows" +msgstr "Ajouter aux fenêtres par défaut" + +#: byobu-config:199 +msgid "Create new window(s):" +msgstr "Créer nouvelle(s) fenêtre(s) :" + +#: byobu-config:371 +msgid "Windows:" +msgstr "Fenêtres :" + +#: byobu-config:381 +msgid "Select window(s) to create by default:" +msgstr "Sélectionner fenêtre(s) à créer par défaut :" + +#: byobu-config:451 +msgid "Escape key: ctrl-" +msgstr "Séquence d'échapement : ctrl-" + +#: byobu-config:454 +msgid "Change escape sequence:" +msgstr "Changer la séquence d'échapement :" + +#: bin/menu:22 byobu-config:127 byobu-config:152 byobu-config:169 +#: byobu-config:350 byobu-config:404 byobu-config:412 byobu-config:481 +msgid "Menu" +msgstr "Menu" + +#: byobu-export:68 byobu-export:71 byobu-select-profile:104 +#: byobu-select-profile:107 +msgid "Choose" +msgstr "Choisir" + +#: byobu-export:171 +msgid "File exists" +msgstr "Le fichier existe." + +#: byobu-export:172 +msgid "Remove file? [y/N] " +msgstr "" + +#: byobu-export:199 +msgid "Select a color: " +msgstr "Choisissez une couleur : " + +#: byobu-export:237 +msgid "Profile" +msgstr "Profil" + +#: byobu-export:238 +msgid "Archive" +msgstr "Archive" + +#: byobu-export:240 +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:97 +msgid "ERROR: Invalid selection" +msgstr "ERREUR : Sélection non valide" + +#: byobu-select-profile:134 +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 "" +"Si vous utilisez la configuration par défaut des raccourcis clavier, appuyez " +"sur\\n pour activer ces changements.\\n\\nSinon, quittez cette session " +"écran et commencez-en une nouvelle." + +#: byobu-select-profile:136 +msgid "Run \"byobu\" to activate" +msgstr "Exécutez \"byobu\" pour activer" + +#: byobu-config:81 +msgid "Byobu currently launches at login (toggle off)" +msgstr "Byobu s'exécute actuellement à la connexion (désactiver)" + +#: byobu-config:83 +msgid "Byobu currently does not launch at login (toggle on)" +msgstr "Byobu ne s'exécute actuellement pas à la connexion (activer)" + +#: byobu-config:88 +msgid "Change Byobu's colors" +msgstr "Changer les couleurs de Byobu" + +#: byobu-config:89 +msgid "Toggle status notifications" +msgstr "" + +#: byobu-config:92 +msgid "Create new windows" +msgstr "Créer de nouvelles fenêtres" + +#: byobu-config:97 byobu-config:492 +msgid " Byobu Configuration Menu" +msgstr " Menu de Configuration de Byobu" + +#: byobu-config:128 +msgid "Byobu Help" +msgstr "Aide de Byobu" + +#: byobu-config:337 +msgid "Toggle status notifications:" +msgstr "" + +#: byobu-config:401 +msgid "Byobu will be launched automatically next time you login." +msgstr "" +"Byobu sera lancé automatiquement la prochaine fois que vous vous connecterez." + +#: byobu-config:409 +msgid "Byobu will not be used next time you login." +msgstr "" +"Byobu ne sera pas utilisé la prochaine fois que vous vous connecterez." + +#: byobu-config:493 +msgid "/ between elements | selects | exits" +msgstr "" +"/ entre les éléments | sélectionne | quitte" + +#~ msgid "recommended" +#~ msgstr "recommandé" --- byobu-2.27.orig/po/byobu-ru.po +++ byobu-2.27/po/byobu-ru.po @@ -0,0 +1,207 @@ +# translation of ru.po to +# translation of byobu.po to +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# byobu , 2009. +msgid "" +msgstr "" +"Project-Id-Version: ru\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-24 08:55-0500\n" +"PO-Revision-Date: 2009-07-24 14:46+0000\n" +"Last-Translator: byobu \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-08-17 19:32+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: bin/menu:22 byobu-config:127 byobu-config:152 byobu-config:169 +#: byobu-config:350 byobu-config:404 byobu-config:412 byobu-config:481 +msgid "Menu" +msgstr "Меню" + +#: byobu-export:68 byobu-export:71 byobu-select-profile:104 +#: byobu-select-profile:107 +msgid "Choose" +msgstr "" + +#: byobu-export:171 +msgid "File exists" +msgstr "" + +#: byobu-export:172 +msgid "Remove file? [y/N] " +msgstr "" + +#: byobu-export:199 +msgid "Select a color: " +msgstr "" + +#: byobu-export:237 +msgid "Profile" +msgstr "" + +#: byobu-export:238 +msgid "Archive" +msgstr "" + +#: byobu-export:240 +msgid "Extract the archive in your home directory on the target system." +msgstr "" + +#: byobu-select-profile:49 +msgid "Error:" +msgstr "" + +#: byobu-select-profile:49 +msgid " file exists, but is not a symlink" +msgstr "" + +#: byobu-select-profile:80 +msgid "Select a screen profile: " +msgstr "" + +#: byobu-select-profile:97 +msgid "ERROR: Invalid selection" +msgstr "" + +#: byobu-select-profile:134 +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 "" + +#: byobu-select-profile:136 +msgid "Run \"byobu\" to activate" +msgstr "" + +#: byobu-config:81 +msgid "Byobu currently launches at login (toggle off)" +msgstr "" + +#: byobu-config:83 +msgid "Byobu currently does not launch at login (toggle on)" +msgstr "" + +#: byobu-config:87 +msgid "Help" +msgstr "Помощь" + +#: byobu-config:88 +msgid "Change Byobu's colors" +msgstr "" + +#: byobu-config:89 +msgid "Toggle status notifications" +msgstr "Переключатель состояния уведомлений" + +#: byobu-config:90 +msgid "Change keybinding set" +msgstr "Изменить привязки клавиш" + +#: byobu-config:91 +msgid "Change escape sequence" +msgstr "Изменение Escape-последовательности" + +#: byobu-config:92 +msgid "Create new windows" +msgstr "" + +#: byobu-config:93 +msgid "Manage default windows" +msgstr "Управление окном по умолчанию" + +#: byobu-config:97 byobu-config:492 +msgid " Byobu Configuration Menu" +msgstr " Конфигурационное меню Byobu" + +#: byobu-config:108 +msgid "Okay" +msgstr "Ok" + +#: byobu-config:108 byobu-config:142 byobu-config:161 byobu-config:197 +#: byobu-config:336 byobu-config:379 byobu-config:452 +msgid "Cancel" +msgstr "Отмена" + +#: byobu-config:128 +msgid "Byobu Help" +msgstr "Помощь Byobu" + +#: byobu-config:142 byobu-config:161 byobu-config:197 byobu-config:336 +#: byobu-config:379 byobu-config:452 +msgid "Apply" +msgstr "Применить" + +#: byobu-config:144 +msgid "Which profile would you like to use?" +msgstr "Какой профайл вы желаете использовать?" + +#: byobu-config:151 byobu-config:168 byobu-config:349 byobu-config:411 +#: byobu-config:479 +msgid "Message" +msgstr "Сообщение" + +#: byobu-config:162 +msgid "Which set of keybindings would you like to use?" +msgstr "Какой набор привязок к клавишам хотели бы Вы использовать?" + +#: byobu-config:177 +msgid "Title: " +msgstr "Заголовок: " + +#: byobu-config:179 +msgid "Command: " +msgstr "Команда: " + +#: byobu-config:181 +msgid "Presets: " +msgstr "Задает: " + +#: byobu-config:195 +msgid "Add to default windows" +msgstr "Добавьте к окнам значения по умолчанию" + +#: byobu-config:199 +msgid "Create new window(s):" +msgstr "создать новое окно(а)" + +#: byobu-config:337 +msgid "Toggle status notifications:" +msgstr "Переключатель состояния уведомлений:" + +#: byobu-config:371 +msgid "Windows:" +msgstr "Окно:" + +#: byobu-config:381 +msgid "Select window(s) to create by default:" +msgstr "Выберите окно(на), чтобы создать по умолчанию:" + +#: byobu-config:401 +msgid "Byobu will be launched automatically next time you login." +msgstr "" + +#: byobu-config:409 +msgid "Byobu will not be used next time you login." +msgstr "" + +#: byobu-config:451 +msgid "Escape key: ctrl-" +msgstr "" + +#: byobu-config:454 +msgid "Change escape sequence:" +msgstr "Изменить Escape-последовательность" + +#: byobu-config:493 +msgid "/ between elements | selects | exits" +msgstr "" + +#~ msgid "Remove screen by default at login" +#~ msgstr "Убрать screen из загрузки по умолчанию" + +#~ msgid "Exit" +#~ msgstr "Выход" --- byobu-2.27.orig/po/byobu-ja.po +++ byobu-2.27/po/byobu-ja.po @@ -0,0 +1,201 @@ +# Japanese translation for screen-profiles +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the screen-profiles package. +# FIRST AUTHOR , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: screen-profiles\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2009-07-24 08:55-0500\n" +"PO-Revision-Date: 2009-05-23 15:28+0000\n" +"Last-Translator: Fumihito YOSHIDA \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-08-17 19:32+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: byobu-select-profile:49 +msgid "Error:" +msgstr "エラー:" + +#: byobu-select-profile:80 +msgid "Select a screen profile: " +msgstr "スクリーンプロファイルを選択してください: " + +#: byobu-config:87 +msgid "Help" +msgstr "ヘルプ" + +#: byobu-config:90 +msgid "Change keybinding set" +msgstr "キー割り当て表の変更" + +#: byobu-config:91 +msgid "Change escape sequence" +msgstr "エスケープシーケンスの変更" + +#: byobu-config:93 +msgid "Manage default windows" +msgstr "標準ウィンドウの管理" + +#: byobu-config:108 +msgid "Okay" +msgstr "了解" + +#: byobu-config:108 byobu-config:142 byobu-config:161 byobu-config:197 +#: byobu-config:336 byobu-config:379 byobu-config:452 +msgid "Cancel" +msgstr "取消" + +#: byobu-config:142 byobu-config:161 byobu-config:197 byobu-config:336 +#: byobu-config:379 byobu-config:452 +msgid "Apply" +msgstr "適用" + +#: byobu-config:144 +msgid "Which profile would you like to use?" +msgstr "どのプロファイルを使いますか?" + +#: byobu-config:162 +msgid "Which set of keybindings would you like to use?" +msgstr "どのキー割り当てを使いますか?" + +#: byobu-config:177 +msgid "Title: " +msgstr "タイトル: " + +#: byobu-config:179 +msgid "Command: " +msgstr "コマンド: " + +#: byobu-config:195 +msgid "Add to default windows" +msgstr "標準ウィンドウに追加" + +#: byobu-config:199 +msgid "Create new window(s):" +msgstr "新しいウィンドウを作成する:" + +#: byobu-config:371 +msgid "Windows:" +msgstr "ウィンドウ:" + +#: byobu-config:381 +msgid "Select window(s) to create by default:" +msgstr "標準で作成するウィンドウを選択してください:" + +#: byobu-config:451 +msgid "Escape key: ctrl-" +msgstr "エスケープキー: ctrl-" + +#: byobu-config:454 +msgid "Change escape sequence:" +msgstr "エスケープシーケンスを変更する:" + +#: bin/menu:22 byobu-config:127 byobu-config:152 byobu-config:169 +#: byobu-config:350 byobu-config:404 byobu-config:412 byobu-config:481 +msgid "Menu" +msgstr "" + +#: byobu-export:68 byobu-export:71 byobu-select-profile:104 +#: byobu-select-profile:107 +msgid "Choose" +msgstr "" + +#: byobu-export:171 +msgid "File exists" +msgstr "" + +#: byobu-export:172 +msgid "Remove file? [y/N] " +msgstr "" + +#: byobu-export:199 +msgid "Select a color: " +msgstr "" + +#: byobu-export:237 +msgid "Profile" +msgstr "" + +#: byobu-export:238 +msgid "Archive" +msgstr "" + +#: byobu-export:240 +msgid "Extract the archive in your home directory on the target system." +msgstr "" + +#: byobu-select-profile:49 +msgid " file exists, but is not a symlink" +msgstr " ファイルが存在しますが, シンボリックリンクではありません" + +#: byobu-select-profile:97 +msgid "ERROR: Invalid selection" +msgstr "" + +#: byobu-select-profile:134 +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 "" + +#: byobu-select-profile:136 +msgid "Run \"byobu\" to activate" +msgstr "" + +#: byobu-config:81 +msgid "Byobu currently launches at login (toggle off)" +msgstr "" + +#: byobu-config:83 +msgid "Byobu currently does not launch at login (toggle on)" +msgstr "" + +#: byobu-config:88 +msgid "Change Byobu's colors" +msgstr "" + +#: byobu-config:89 +msgid "Toggle status notifications" +msgstr "" + +#: byobu-config:92 +msgid "Create new windows" +msgstr "" + +#: byobu-config:97 byobu-config:492 +msgid " Byobu Configuration Menu" +msgstr "" + +#: byobu-config:128 +msgid "Byobu Help" +msgstr "" + +#: byobu-config:151 byobu-config:168 byobu-config:349 byobu-config:411 +#: byobu-config:479 +msgid "Message" +msgstr "メッセージ" + +#: byobu-config:181 +msgid "Presets: " +msgstr "プリセット: " + +#: byobu-config:337 +msgid "Toggle status notifications:" +msgstr "" + +#: byobu-config:401 +msgid "Byobu will be launched automatically next time you login." +msgstr "" + +#: byobu-config:409 +msgid "Byobu will not be used next time you login." +msgstr "" + +#: byobu-config:493 +msgid "/ between elements | selects | exits" +msgstr "" --- byobu-2.27.orig/po/byobu-la.po +++ byobu-2.27/po/byobu-la.po @@ -0,0 +1,201 @@ +# Latin translation for screen-profiles +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the screen-profiles package. +# FIRST AUTHOR , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: screen-profiles\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2009-07-24 08:55-0500\n" +"PO-Revision-Date: 2009-07-24 14:07+0000\n" +"Last-Translator: Dustin Kirkland \n" +"Language-Team: Latin \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-08-17 19:32+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: byobu-config:87 +msgid "Help" +msgstr "Auxilium" + +#: byobu-config:90 +msgid "Change keybinding set" +msgstr "Mutare clavis congeries" + +#: byobu-config:91 +msgid "Change escape sequence" +msgstr "Mutare fuga" + +#: byobu-config:93 +msgid "Manage default windows" +msgstr "Administrare fenestrae" + +#: byobu-config:108 byobu-config:142 byobu-config:161 byobu-config:197 +#: byobu-config:336 byobu-config:379 byobu-config:452 +msgid "Cancel" +msgstr "Abrogare" + +#: bin/menu:22 byobu-config:127 byobu-config:152 byobu-config:169 +#: byobu-config:350 byobu-config:404 byobu-config:412 byobu-config:481 +msgid "Menu" +msgstr "" + +#: byobu-export:68 byobu-export:71 byobu-select-profile:104 +#: byobu-select-profile:107 +msgid "Choose" +msgstr "" + +#: byobu-export:171 +msgid "File exists" +msgstr "" + +#: byobu-export:172 +msgid "Remove file? [y/N] " +msgstr "" + +#: byobu-export:199 +msgid "Select a color: " +msgstr "" + +#: byobu-export:237 +msgid "Profile" +msgstr "" + +#: byobu-export:238 +msgid "Archive" +msgstr "" + +#: byobu-export:240 +msgid "Extract the archive in your home directory on the target system." +msgstr "" + +#: byobu-select-profile:49 +msgid "Error:" +msgstr "" + +#: byobu-select-profile:49 +msgid " file exists, but is not a symlink" +msgstr "" + +#: byobu-select-profile:80 +msgid "Select a screen profile: " +msgstr "" + +#: byobu-select-profile:97 +msgid "ERROR: Invalid selection" +msgstr "" + +#: byobu-select-profile:134 +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 "" + +#: byobu-select-profile:136 +msgid "Run \"byobu\" to activate" +msgstr "" + +#: byobu-config:81 +msgid "Byobu currently launches at login (toggle off)" +msgstr "" + +#: byobu-config:83 +msgid "Byobu currently does not launch at login (toggle on)" +msgstr "" + +#: byobu-config:88 +msgid "Change Byobu's colors" +msgstr "" + +#: byobu-config:89 +msgid "Toggle status notifications" +msgstr "" + +#: byobu-config:92 +msgid "Create new windows" +msgstr "" + +#: byobu-config:97 byobu-config:492 +msgid " Byobu Configuration Menu" +msgstr "" + +#: byobu-config:108 +msgid "Okay" +msgstr "" + +#: byobu-config:128 +msgid "Byobu Help" +msgstr "" + +#: byobu-config:142 byobu-config:161 byobu-config:197 byobu-config:336 +#: byobu-config:379 byobu-config:452 +msgid "Apply" +msgstr "Applicare" + +#: byobu-config:144 +msgid "Which profile would you like to use?" +msgstr "" + +#: byobu-config:151 byobu-config:168 byobu-config:349 byobu-config:411 +#: byobu-config:479 +msgid "Message" +msgstr "" + +#: byobu-config:162 +msgid "Which set of keybindings would you like to use?" +msgstr "" + +#: byobu-config:177 +msgid "Title: " +msgstr "" + +#: byobu-config:179 +msgid "Command: " +msgstr "" + +#: byobu-config:181 +msgid "Presets: " +msgstr "" + +#: byobu-config:195 +msgid "Add to default windows" +msgstr "" + +#: byobu-config:199 +msgid "Create new window(s):" +msgstr "" + +#: byobu-config:337 +msgid "Toggle status notifications:" +msgstr "" + +#: byobu-config:371 +msgid "Windows:" +msgstr "" + +#: byobu-config:381 +msgid "Select window(s) to create by default:" +msgstr "" + +#: byobu-config:401 +msgid "Byobu will be launched automatically next time you login." +msgstr "" + +#: byobu-config:409 +msgid "Byobu will not be used next time you login." +msgstr "" + +#: byobu-config:451 +msgid "Escape key: ctrl-" +msgstr "" + +#: byobu-config:454 +msgid "Change escape sequence:" +msgstr "" + +#: byobu-config:493 +msgid "/ between elements | selects | exits" +msgstr "" --- byobu-2.27.orig/po/byobu-it.po +++ byobu-2.27/po/byobu-it.po @@ -0,0 +1,201 @@ +# Italian translation for byobu +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the byobu package. +# FIRST AUTHOR , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: byobu\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2009-07-24 08:55-0500\n" +"PO-Revision-Date: 2009-08-07 15:07+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-08-17 19:32+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: bin/menu:22 byobu-config:127 byobu-config:152 byobu-config:169 +#: byobu-config:350 byobu-config:404 byobu-config:412 byobu-config:481 +msgid "Menu" +msgstr "" + +#: byobu-export:68 byobu-export:71 byobu-select-profile:104 +#: byobu-select-profile:107 +msgid "Choose" +msgstr "" + +#: byobu-export:171 +msgid "File exists" +msgstr "" + +#: byobu-export:172 +msgid "Remove file? [y/N] " +msgstr "" + +#: byobu-export:199 +msgid "Select a color: " +msgstr "" + +#: byobu-export:237 +msgid "Profile" +msgstr "" + +#: byobu-export:238 +msgid "Archive" +msgstr "" + +#: byobu-export:240 +msgid "Extract the archive in your home directory on the target system." +msgstr "" + +#: byobu-select-profile:49 +msgid "Error:" +msgstr "" + +#: byobu-select-profile:49 +msgid " file exists, but is not a symlink" +msgstr "" + +#: byobu-select-profile:80 +msgid "Select a screen profile: " +msgstr "" + +#: byobu-select-profile:97 +msgid "ERROR: Invalid selection" +msgstr "" + +#: byobu-select-profile:134 +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 "" + +#: byobu-select-profile:136 +msgid "Run \"byobu\" to activate" +msgstr "" + +#: byobu-config:81 +msgid "Byobu currently launches at login (toggle off)" +msgstr "" + +#: byobu-config:83 +msgid "Byobu currently does not launch at login (toggle on)" +msgstr "" + +#: byobu-config:87 +msgid "Help" +msgstr "" + +#: byobu-config:88 +msgid "Change Byobu's colors" +msgstr "" + +#: byobu-config:89 +msgid "Toggle status notifications" +msgstr "" + +#: byobu-config:90 +msgid "Change keybinding set" +msgstr "" + +#: byobu-config:91 +msgid "Change escape sequence" +msgstr "" + +#: byobu-config:92 +msgid "Create new windows" +msgstr "" + +#: byobu-config:93 +msgid "Manage default windows" +msgstr "" + +#: byobu-config:97 byobu-config:492 +msgid " Byobu Configuration Menu" +msgstr "" + +#: byobu-config:108 +msgid "Okay" +msgstr "" + +#: byobu-config:108 byobu-config:142 byobu-config:161 byobu-config:197 +#: byobu-config:336 byobu-config:379 byobu-config:452 +msgid "Cancel" +msgstr "" + +#: byobu-config:128 +msgid "Byobu Help" +msgstr "" + +#: byobu-config:142 byobu-config:161 byobu-config:197 byobu-config:336 +#: byobu-config:379 byobu-config:452 +msgid "Apply" +msgstr "" + +#: byobu-config:144 +msgid "Which profile would you like to use?" +msgstr "" + +#: byobu-config:151 byobu-config:168 byobu-config:349 byobu-config:411 +#: byobu-config:479 +msgid "Message" +msgstr "" + +#: byobu-config:162 +msgid "Which set of keybindings would you like to use?" +msgstr "" + +#: byobu-config:177 +msgid "Title: " +msgstr "" + +#: byobu-config:179 +msgid "Command: " +msgstr "" + +#: byobu-config:181 +msgid "Presets: " +msgstr "" + +#: byobu-config:195 +msgid "Add to default windows" +msgstr "" + +#: byobu-config:199 +msgid "Create new window(s):" +msgstr "" + +#: byobu-config:337 +msgid "Toggle status notifications:" +msgstr "" + +#: byobu-config:371 +msgid "Windows:" +msgstr "" + +#: byobu-config:381 +msgid "Select window(s) to create by default:" +msgstr "" + +#: byobu-config:401 +msgid "Byobu will be launched automatically next time you login." +msgstr "" + +#: byobu-config:409 +msgid "Byobu will not be used next time you login." +msgstr "" + +#: byobu-config:451 +msgid "Escape key: ctrl-" +msgstr "" + +#: byobu-config:454 +msgid "Change escape sequence:" +msgstr "" + +#: byobu-config:493 +msgid "/ between elements | selects | exits" +msgstr "" --- byobu-2.27.orig/po/byobu-de.po +++ byobu-2.27/po/byobu-de.po @@ -0,0 +1,201 @@ +# German translation for screen-profiles +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the screen-profiles package. +# FIRST AUTHOR , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: screen-profiles\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2009-07-24 08:55-0500\n" +"PO-Revision-Date: 2009-03-29 17:47+0000\n" +"Last-Translator: Florian Reinhard \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-08-17 19:32+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: byobu-select-profile:49 +msgid "Error:" +msgstr "Fehler:" + +#: byobu-select-profile:49 +msgid " file exists, but is not a symlink" +msgstr " Datei existiert, ist aber keine symbolische Verknüpfung" + +#: byobu-select-profile:80 +msgid "Select a screen profile: " +msgstr "Wählen Sie ein Bildschirmprofil aus: " + +#: byobu-config:87 +msgid "Help" +msgstr "Hilfe" + +#: byobu-config:90 +msgid "Change keybinding set" +msgstr "Tastaurbelegung wechseln" + +#: byobu-config:91 +msgid "Change escape sequence" +msgstr "Escape-Folge ändern" + +#: byobu-config:93 +msgid "Manage default windows" +msgstr "Standardfenster verwalten" + +#: byobu-config:108 +msgid "Okay" +msgstr "Okay" + +#: byobu-config:108 byobu-config:142 byobu-config:161 byobu-config:197 +#: byobu-config:336 byobu-config:379 byobu-config:452 +msgid "Cancel" +msgstr "Abbrechen" + +#: byobu-config:142 byobu-config:161 byobu-config:197 byobu-config:336 +#: byobu-config:379 byobu-config:452 +msgid "Apply" +msgstr "Übernehmen" + +#: byobu-config:144 +msgid "Which profile would you like to use?" +msgstr "Welches Profil möchten Sie nutzen?" + +#: byobu-config:151 byobu-config:168 byobu-config:349 byobu-config:411 +#: byobu-config:479 +msgid "Message" +msgstr "Nachricht" + +#: byobu-config:177 +msgid "Title: " +msgstr "Titel: " + +#: byobu-config:179 +msgid "Command: " +msgstr "Befehl: " + +#: byobu-config:181 +msgid "Presets: " +msgstr "Voreinstellungen: " + +#: byobu-config:195 +msgid "Add to default windows" +msgstr "Hinzufügen zu Standardfenstern" + +#: byobu-config:199 +msgid "Create new window(s):" +msgstr "Neue(s) Fenster erstellen:" + +#: byobu-config:371 +msgid "Windows:" +msgstr "Fenster:" + +#: byobu-config:451 +msgid "Escape key: ctrl-" +msgstr "Escape-Taste: Strg-" + +#: byobu-config:454 +msgid "Change escape sequence:" +msgstr "Escape-Sequenz ändern:" + +#: bin/menu:22 byobu-config:127 byobu-config:152 byobu-config:169 +#: byobu-config:350 byobu-config:404 byobu-config:412 byobu-config:481 +msgid "Menu" +msgstr "" + +#: byobu-export:68 byobu-export:71 byobu-select-profile:104 +#: byobu-select-profile:107 +msgid "Choose" +msgstr "" + +#: byobu-export:171 +msgid "File exists" +msgstr "" + +#: byobu-export:172 +msgid "Remove file? [y/N] " +msgstr "" + +#: byobu-export:199 +msgid "Select a color: " +msgstr "" + +#: byobu-export:237 +msgid "Profile" +msgstr "" + +#: byobu-export:238 +msgid "Archive" +msgstr "" + +#: byobu-export:240 +msgid "Extract the archive in your home directory on the target system." +msgstr "" + +#: byobu-select-profile:97 +msgid "ERROR: Invalid selection" +msgstr "" + +#: byobu-select-profile:134 +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 "" + +#: byobu-select-profile:136 +msgid "Run \"byobu\" to activate" +msgstr "" + +#: byobu-config:81 +msgid "Byobu currently launches at login (toggle off)" +msgstr "" + +#: byobu-config:83 +msgid "Byobu currently does not launch at login (toggle on)" +msgstr "" + +#: byobu-config:88 +msgid "Change Byobu's colors" +msgstr "" + +#: byobu-config:89 +msgid "Toggle status notifications" +msgstr "" + +#: byobu-config:92 +msgid "Create new windows" +msgstr "" + +#: byobu-config:97 byobu-config:492 +msgid " Byobu Configuration Menu" +msgstr "" + +#: byobu-config:128 +msgid "Byobu Help" +msgstr "" + +#: byobu-config:162 +msgid "Which set of keybindings would you like to use?" +msgstr "" + +#: byobu-config:337 +msgid "Toggle status notifications:" +msgstr "" + +#: byobu-config:381 +msgid "Select window(s) to create by default:" +msgstr "" + +#: byobu-config:401 +msgid "Byobu will be launched automatically next time you login." +msgstr "" + +#: byobu-config:409 +msgid "Byobu will not be used next time you login." +msgstr "" + +#: byobu-config:493 +msgid "/ between elements | selects | exits" +msgstr "" --- byobu-2.27.orig/po/byobu-bg.po +++ byobu-2.27/po/byobu-bg.po @@ -0,0 +1,201 @@ +# Bulgarian translation for screen-profiles +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the screen-profiles package. +# FIRST AUTHOR , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: screen-profiles\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2009-07-24 08:55-0500\n" +"PO-Revision-Date: 2009-05-28 07:30+0000\n" +"Last-Translator: Dragomir Minkovski \n" +"Language-Team: Bulgarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-08-17 19:32+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: byobu-select-profile:49 +msgid "Error:" +msgstr "Грешка:" + +#: byobu-config:87 +msgid "Help" +msgstr "Помощ" + +#: byobu-config:108 +msgid "Okay" +msgstr "ОК" + +#: byobu-config:108 byobu-config:142 byobu-config:161 byobu-config:197 +#: byobu-config:336 byobu-config:379 byobu-config:452 +msgid "Cancel" +msgstr "Отказ" + +#: byobu-config:142 byobu-config:161 byobu-config:197 byobu-config:336 +#: byobu-config:379 byobu-config:452 +msgid "Apply" +msgstr "Приложи" + +#: byobu-config:144 +msgid "Which profile would you like to use?" +msgstr "Кой профил бихте желали да ползвате?" + +#: byobu-config:151 byobu-config:168 byobu-config:349 byobu-config:411 +#: byobu-config:479 +msgid "Message" +msgstr "Съобщение" + +#: byobu-config:177 +msgid "Title: " +msgstr "Заглавие: " + +#: byobu-config:179 +msgid "Command: " +msgstr "Команда: " + +#: byobu-config:195 +msgid "Add to default windows" +msgstr "Добавяне към прозорците по подразбиране" + +#: byobu-config:371 +msgid "Windows:" +msgstr "Прозорци:" + +#: bin/menu:22 byobu-config:127 byobu-config:152 byobu-config:169 +#: byobu-config:350 byobu-config:404 byobu-config:412 byobu-config:481 +msgid "Menu" +msgstr "" + +#: byobu-export:68 byobu-export:71 byobu-select-profile:104 +#: byobu-select-profile:107 +msgid "Choose" +msgstr "" + +#: byobu-export:171 +msgid "File exists" +msgstr "" + +#: byobu-export:172 +msgid "Remove file? [y/N] " +msgstr "" + +#: byobu-export:199 +msgid "Select a color: " +msgstr "" + +#: byobu-export:237 +msgid "Profile" +msgstr "" + +#: byobu-export:238 +msgid "Archive" +msgstr "" + +#: byobu-export:240 +msgid "Extract the archive in your home directory on the target system." +msgstr "" + +#: byobu-select-profile:49 +msgid " file exists, but is not a symlink" +msgstr "" + +#: byobu-select-profile:80 +msgid "Select a screen profile: " +msgstr "Избиране на screen профил " + +#: byobu-select-profile:97 +msgid "ERROR: Invalid selection" +msgstr "" + +#: byobu-select-profile:134 +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 "" + +#: byobu-select-profile:136 +msgid "Run \"byobu\" to activate" +msgstr "" + +#: byobu-config:81 +msgid "Byobu currently launches at login (toggle off)" +msgstr "" + +#: byobu-config:83 +msgid "Byobu currently does not launch at login (toggle on)" +msgstr "" + +#: byobu-config:88 +msgid "Change Byobu's colors" +msgstr "" + +#: byobu-config:89 +msgid "Toggle status notifications" +msgstr "" + +#: byobu-config:90 +msgid "Change keybinding set" +msgstr "Промяна на клавишните комбинации" + +#: byobu-config:91 +msgid "Change escape sequence" +msgstr "" + +#: byobu-config:92 +msgid "Create new windows" +msgstr "" + +#: byobu-config:93 +msgid "Manage default windows" +msgstr "" + +#: byobu-config:97 byobu-config:492 +msgid " Byobu Configuration Menu" +msgstr "" + +#: byobu-config:128 +msgid "Byobu Help" +msgstr "" + +#: byobu-config:162 +msgid "Which set of keybindings would you like to use?" +msgstr "Коя клавишна комбинация ще ползвате?" + +#: byobu-config:181 +msgid "Presets: " +msgstr "" + +#: byobu-config:199 +msgid "Create new window(s):" +msgstr "" + +#: byobu-config:337 +msgid "Toggle status notifications:" +msgstr "" + +#: byobu-config:381 +msgid "Select window(s) to create by default:" +msgstr "Избор на прозорец за създаване по подразбиране" + +#: byobu-config:401 +msgid "Byobu will be launched automatically next time you login." +msgstr "" + +#: byobu-config:409 +msgid "Byobu will not be used next time you login." +msgstr "" + +#: byobu-config:451 +msgid "Escape key: ctrl-" +msgstr "" + +#: byobu-config:454 +msgid "Change escape sequence:" +msgstr "" + +#: byobu-config:493 +msgid "/ between elements | selects | exits" +msgstr "" --- byobu-2.27.orig/po/byobu-es.po +++ byobu-2.27/po/byobu-es.po @@ -0,0 +1,204 @@ +# Byobu +# Copyright (C) 2008 Dustin Kirkland +# This file is distributed under the same license as the Byobu package. +# Nicolas Valcarcel , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-07-24 08:55-0500\n" +"PO-Revision-Date: 2009-07-24 14:46+0000\n" +"Last-Translator: Nicolas Valcárcel \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-08-17 19:32+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: byobu-select-profile:49 +msgid "Error:" +msgstr "Error:" + +#: bin/menu:22 byobu-config:127 byobu-config:152 byobu-config:169 +#: byobu-config:350 byobu-config:404 byobu-config:412 byobu-config:481 +msgid "Menu" +msgstr "" + +#: byobu-export:68 byobu-export:71 byobu-select-profile:104 +#: byobu-select-profile:107 +msgid "Choose" +msgstr "Eleccion" + +#: byobu-export:171 +msgid "File exists" +msgstr "" + +#: byobu-export:172 +msgid "Remove file? [y/N] " +msgstr "" + +#: byobu-export:199 +msgid "Select a color: " +msgstr "" + +#: byobu-export:237 +msgid "Profile" +msgstr "" + +#: byobu-export:238 +msgid "Archive" +msgstr "" + +#: byobu-export:240 +msgid "Extract the archive in your home directory on the target system." +msgstr "" + +#: byobu-select-profile:49 +msgid " file exists, but is not a symlink" +msgstr "" + +#: byobu-select-profile:80 +msgid "Select a screen profile: " +msgstr "" + +#: byobu-select-profile:97 +msgid "ERROR: Invalid selection" +msgstr "" + +#: byobu-select-profile:134 +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 "" + +#: byobu-select-profile:136 +msgid "Run \"byobu\" to activate" +msgstr "" + +#: byobu-config:81 +msgid "Byobu currently launches at login (toggle off)" +msgstr "" + +#: byobu-config:83 +msgid "Byobu currently does not launch at login (toggle on)" +msgstr "" + +#: byobu-config:87 +msgid "Help" +msgstr "" + +#: byobu-config:88 +msgid "Change Byobu's colors" +msgstr "" + +#: byobu-config:89 +msgid "Toggle status notifications" +msgstr "" + +#: byobu-config:90 +msgid "Change keybinding set" +msgstr "" + +#: byobu-config:91 +msgid "Change escape sequence" +msgstr "" + +#: byobu-config:92 +msgid "Create new windows" +msgstr "" + +#: byobu-config:93 +msgid "Manage default windows" +msgstr "" + +#: byobu-config:97 byobu-config:492 +msgid " Byobu Configuration Menu" +msgstr "" + +#: byobu-config:108 +msgid "Okay" +msgstr "" + +#: byobu-config:108 byobu-config:142 byobu-config:161 byobu-config:197 +#: byobu-config:336 byobu-config:379 byobu-config:452 +msgid "Cancel" +msgstr "" + +#: byobu-config:128 +msgid "Byobu Help" +msgstr "" + +#: byobu-config:142 byobu-config:161 byobu-config:197 byobu-config:336 +#: byobu-config:379 byobu-config:452 +msgid "Apply" +msgstr "" + +#: byobu-config:144 +msgid "Which profile would you like to use?" +msgstr "" + +#: byobu-config:151 byobu-config:168 byobu-config:349 byobu-config:411 +#: byobu-config:479 +msgid "Message" +msgstr "" + +#: byobu-config:162 +msgid "Which set of keybindings would you like to use?" +msgstr "" + +#: byobu-config:177 +msgid "Title: " +msgstr "" + +#: byobu-config:179 +msgid "Command: " +msgstr "" + +#: byobu-config:181 +msgid "Presets: " +msgstr "" + +#: byobu-config:195 +msgid "Add to default windows" +msgstr "" + +#: byobu-config:199 +msgid "Create new window(s):" +msgstr "" + +#: byobu-config:337 +msgid "Toggle status notifications:" +msgstr "" + +#: byobu-config:371 +msgid "Windows:" +msgstr "" + +#: byobu-config:381 +msgid "Select window(s) to create by default:" +msgstr "" + +#: byobu-config:401 +msgid "Byobu will be launched automatically next time you login." +msgstr "" + +#: byobu-config:409 +msgid "Byobu will not be used next time you login." +msgstr "" + +#: byobu-config:451 +msgid "Escape key: ctrl-" +msgstr "" + +#: byobu-config:454 +msgid "Change escape sequence:" +msgstr "" + +#: byobu-config:493 +msgid "/ between elements | selects | exits" +msgstr "" + +#~ msgid "recommended" +#~ msgstr "recomendado" --- byobu-2.27.orig/po/byobu-id.po +++ byobu-2.27/po/byobu-id.po @@ -0,0 +1,204 @@ +# Indonesian translation for byobu +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the byobu package. +# FIRST AUTHOR , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: byobu\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2009-07-24 08:55-0500\n" +"PO-Revision-Date: 2009-08-17 11:30+0000\n" +"Last-Translator: Andika Triwidada \n" +"Language-Team: Indonesian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-08-17 19:32+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: bin/menu:22 byobu-config:127 byobu-config:152 byobu-config:169 +#: byobu-config:350 byobu-config:404 byobu-config:412 byobu-config:481 +msgid "Menu" +msgstr "Menu" + +#: byobu-export:68 byobu-export:71 byobu-select-profile:104 +#: byobu-select-profile:107 +msgid "Choose" +msgstr "Pilih" + +#: byobu-export:171 +msgid "File exists" +msgstr "Berkas telah ada" + +#: byobu-export:172 +msgid "Remove file? [y/N] " +msgstr "Hapus berkas? [y/T] " + +#: byobu-export:199 +msgid "Select a color: " +msgstr "Pilih warna: " + +#: byobu-export:237 +msgid "Profile" +msgstr "Profil" + +#: byobu-export:238 +msgid "Archive" +msgstr "Arsip" + +#: byobu-export:240 +msgid "Extract the archive in your home directory on the target system." +msgstr "Ekstrak arsip di direktori rumah anda pada sistem target." + +#: byobu-select-profile:49 +msgid "Error:" +msgstr "Kesalahan:" + +#: byobu-select-profile:49 +msgid " file exists, but is not a symlink" +msgstr " berkas ada, tapi bukan symlink" + +#: byobu-select-profile:80 +msgid "Select a screen profile: " +msgstr "Pilih profil screen: " + +#: byobu-select-profile:97 +msgid "ERROR: Invalid selection" +msgstr "KESALAHAN: Pilihan tak valid" + +#: byobu-select-profile:134 +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 "" +"Bila anda memakai tatanan bawaan keybinding, tekan\\n untuk mengaktifkan " +"perubahan ini.\\n\\nJika tidak, keluar dari sesi screen ini dan mulailah " +"yang baru." + +#: byobu-select-profile:136 +msgid "Run \"byobu\" to activate" +msgstr "Jalankan \"byobu\" untuk mengaktifkan" + +#: byobu-config:81 +msgid "Byobu currently launches at login (toggle off)" +msgstr "Byobu kini diluncurkan saat login (toggle mati)" + +#: byobu-config:83 +msgid "Byobu currently does not launch at login (toggle on)" +msgstr "Byobu kini tidak diluncurkan saat login (toggle nyala)" + +#: byobu-config:87 +msgid "Help" +msgstr "Bantuan" + +#: byobu-config:88 +msgid "Change Byobu's colors" +msgstr "Ubah warna Byobu" + +#: byobu-config:89 +msgid "Toggle status notifications" +msgstr "Toggle pemberitahuan status" + +#: byobu-config:90 +msgid "Change keybinding set" +msgstr "Ubah tatanan keybinding" + +#: byobu-config:91 +msgid "Change escape sequence" +msgstr "Ubah urutan escape" + +#: byobu-config:92 +msgid "Create new windows" +msgstr "Buat jendela baru" + +#: byobu-config:93 +msgid "Manage default windows" +msgstr "Kelola jendela bawaan" + +#: byobu-config:97 byobu-config:492 +msgid " Byobu Configuration Menu" +msgstr " Menu Konfigurasi Byobu" + +#: byobu-config:108 +msgid "Okay" +msgstr "Ok" + +#: byobu-config:108 byobu-config:142 byobu-config:161 byobu-config:197 +#: byobu-config:336 byobu-config:379 byobu-config:452 +msgid "Cancel" +msgstr "Batal" + +#: byobu-config:128 +msgid "Byobu Help" +msgstr "Bantuan Byobu" + +#: byobu-config:142 byobu-config:161 byobu-config:197 byobu-config:336 +#: byobu-config:379 byobu-config:452 +msgid "Apply" +msgstr "Terapkan" + +#: byobu-config:144 +msgid "Which profile would you like to use?" +msgstr "Profil mana yang akan anda pakai?" + +#: byobu-config:151 byobu-config:168 byobu-config:349 byobu-config:411 +#: byobu-config:479 +msgid "Message" +msgstr "Pesan" + +#: byobu-config:162 +msgid "Which set of keybindings would you like to use?" +msgstr "Tatanan keybinding mana yang ingin anda pakai?" + +#: byobu-config:177 +msgid "Title: " +msgstr "Judul: " + +#: byobu-config:179 +msgid "Command: " +msgstr "Perintah: " + +#: byobu-config:181 +msgid "Presets: " +msgstr "Pratata: " + +#: byobu-config:195 +msgid "Add to default windows" +msgstr "Tambahkan ke jendela bawaan" + +#: byobu-config:199 +msgid "Create new window(s):" +msgstr "Buat jendela baru:" + +#: byobu-config:337 +msgid "Toggle status notifications:" +msgstr "Toggle pemberitahuan status:" + +#: byobu-config:371 +msgid "Windows:" +msgstr "Jendela:" + +#: byobu-config:381 +msgid "Select window(s) to create by default:" +msgstr "Pilih jendela yang akan dibuat secara default" + +#: byobu-config:401 +msgid "Byobu will be launched automatically next time you login." +msgstr "Byobu akan diluncurkan secara otomatis saat anda login berikutnya." + +#: byobu-config:409 +msgid "Byobu will not be used next time you login." +msgstr "Byobu tidak akan dipakai ketika anda login berikutnya." + +#: byobu-config:451 +msgid "Escape key: ctrl-" +msgstr "Kunci escape: ctrl-" + +#: byobu-config:454 +msgid "Change escape sequence:" +msgstr "Ubah urutan escape:" + +#: byobu-config:493 +msgid "/ between elements | selects | exits" +msgstr "/ antar elemen | pilih | keluar" --- byobu-2.27.orig/po/byobu-en_GB.po +++ byobu-2.27/po/byobu-en_GB.po @@ -0,0 +1,203 @@ +# English (United Kingdom) translation for screen-profiles +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the screen-profiles package. +# FIRST AUTHOR , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: screen-profiles\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2009-07-24 08:55-0500\n" +"PO-Revision-Date: 2009-08-16 16:22+0000\n" +"Last-Translator: Dave Walker \n" +"Language-Team: English (United Kingdom) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-08-17 19:32+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: byobu-select-profile:49 +msgid "Error:" +msgstr "Error:" + +#: byobu-select-profile:49 +msgid " file exists, but is not a symlink" +msgstr " file exists, but is not a symlink" + +#: byobu-select-profile:80 +msgid "Select a screen profile: " +msgstr "Select a screen profile: " + +#: byobu-config:87 +msgid "Help" +msgstr "Help" + +#: byobu-config:90 +msgid "Change keybinding set" +msgstr "Change keybinding set" + +#: byobu-config:91 +msgid "Change escape sequence" +msgstr "Change escape sequence" + +#: byobu-config:93 +msgid "Manage default windows" +msgstr "Manage default windows" + +#: byobu-config:108 +msgid "Okay" +msgstr "Okay" + +#: byobu-config:108 byobu-config:142 byobu-config:161 byobu-config:197 +#: byobu-config:336 byobu-config:379 byobu-config:452 +msgid "Cancel" +msgstr "Cancel" + +#: byobu-config:142 byobu-config:161 byobu-config:197 byobu-config:336 +#: byobu-config:379 byobu-config:452 +msgid "Apply" +msgstr "Apply" + +#: byobu-config:144 +msgid "Which profile would you like to use?" +msgstr "Which profile would you like to use?" + +#: byobu-config:151 byobu-config:168 byobu-config:349 byobu-config:411 +#: byobu-config:479 +msgid "Message" +msgstr "Message" + +#: byobu-config:162 +msgid "Which set of keybindings would you like to use?" +msgstr "Which set of keybindings would you like to use?" + +#: byobu-config:177 +msgid "Title: " +msgstr "Title: " + +#: byobu-config:179 +msgid "Command: " +msgstr "Command: " + +#: byobu-config:181 +msgid "Presets: " +msgstr "Presets: " + +#: byobu-config:195 +msgid "Add to default windows" +msgstr "Add to default windows" + +#: byobu-config:199 +msgid "Create new window(s):" +msgstr "Create new window(s):" + +#: byobu-config:371 +msgid "Windows:" +msgstr "Windows:" + +#: byobu-config:381 +msgid "Select window(s) to create by default:" +msgstr "Select window(s) to create by default:" + +#: byobu-config:451 +msgid "Escape key: ctrl-" +msgstr "Escape key: ctrl-" + +#: byobu-config:454 +msgid "Change escape sequence:" +msgstr "Change escape sequence:" + +#: bin/menu:22 byobu-config:127 byobu-config:152 byobu-config:169 +#: byobu-config:350 byobu-config:404 byobu-config:412 byobu-config:481 +msgid "Menu" +msgstr "Menu" + +#: byobu-export:68 byobu-export:71 byobu-select-profile:104 +#: byobu-select-profile:107 +msgid "Choose" +msgstr "Choose" + +#: byobu-export:171 +msgid "File exists" +msgstr "File exists" + +#: byobu-export:172 +msgid "Remove file? [y/N] " +msgstr "Remove file? [y/N] " + +#: byobu-export:199 +msgid "Select a color: " +msgstr "Select a colour: " + +#: byobu-export:237 +msgid "Profile" +msgstr "Profile" + +#: byobu-export:238 +msgid "Archive" +msgstr "Archive" + +#: byobu-export:240 +msgid "Extract the archive in your home directory on the target system." +msgstr "Extract the archive in your home directory on the target system." + +#: byobu-select-profile:97 +msgid "ERROR: Invalid selection" +msgstr "ERROR: Invalid selection" + +#: byobu-select-profile:134 +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 "" +"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." + +#: byobu-select-profile:136 +msgid "Run \"byobu\" to activate" +msgstr "Run \"byobu\" to activate" + +#: byobu-config:81 +msgid "Byobu currently launches at login (toggle off)" +msgstr "Byobu currently launches at login (toggle off)" + +#: byobu-config:83 +msgid "Byobu currently does not launch at login (toggle on)" +msgstr "Byobu currently does not launch at login (toggle on)" + +#: byobu-config:88 +msgid "Change Byobu's colors" +msgstr "Change Byobu's colours" + +#: byobu-config:89 +msgid "Toggle status notifications" +msgstr "Toggle status notifications" + +#: byobu-config:92 +msgid "Create new windows" +msgstr "Create new windows" + +#: byobu-config:97 byobu-config:492 +msgid " Byobu Configuration Menu" +msgstr " Byobu Configuration Menu" + +#: byobu-config:128 +msgid "Byobu Help" +msgstr "Byobu Help" + +#: byobu-config:337 +msgid "Toggle status notifications:" +msgstr "Toggle status notifications:" + +#: byobu-config:401 +msgid "Byobu will be launched automatically next time you login." +msgstr "Byobu will be launched automatically next time you login." + +#: byobu-config:409 +msgid "Byobu will not be used next time you login." +msgstr "Byobu will not be used next time you login." + +#: byobu-config:493 +msgid "/ between elements | selects | exits" +msgstr "/ between elements | selects | exits" --- byobu-2.27.orig/po/byobu-nl.po +++ byobu-2.27/po/byobu-nl.po @@ -0,0 +1,201 @@ +# Dutch translation for byobu +# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +# This file is distributed under the same license as the byobu package. +# FIRST AUTHOR , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: byobu\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2009-07-24 08:55-0500\n" +"PO-Revision-Date: 2009-05-28 10:21+0000\n" +"Last-Translator: Sebastian Schauenburg \n" +"Language-Team: Dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2009-08-17 19:32+0000\n" +"X-Generator: Launchpad (build Unknown)\n" + +#: bin/menu:22 byobu-config:127 byobu-config:152 byobu-config:169 +#: byobu-config:350 byobu-config:404 byobu-config:412 byobu-config:481 +msgid "Menu" +msgstr "" + +#: byobu-export:68 byobu-export:71 byobu-select-profile:104 +#: byobu-select-profile:107 +msgid "Choose" +msgstr "" + +#: byobu-export:171 +msgid "File exists" +msgstr "" + +#: byobu-export:172 +msgid "Remove file? [y/N] " +msgstr "" + +#: byobu-export:199 +msgid "Select a color: " +msgstr "" + +#: byobu-export:237 +msgid "Profile" +msgstr "" + +#: byobu-export:238 +msgid "Archive" +msgstr "" + +#: byobu-export:240 +msgid "Extract the archive in your home directory on the target system." +msgstr "" + +#: byobu-select-profile:49 +msgid "Error:" +msgstr "Foutmelding:" + +#: byobu-select-profile:49 +msgid " file exists, but is not a symlink" +msgstr " het bestand bestaat, maar het is geen symlink" + +#: byobu-select-profile:80 +msgid "Select a screen profile: " +msgstr "Selecteer een schermprofiel: " + +#: byobu-select-profile:97 +msgid "ERROR: Invalid selection" +msgstr "" + +#: byobu-select-profile:134 +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 "" + +#: byobu-select-profile:136 +msgid "Run \"byobu\" to activate" +msgstr "" + +#: byobu-config:81 +msgid "Byobu currently launches at login (toggle off)" +msgstr "" + +#: byobu-config:83 +msgid "Byobu currently does not launch at login (toggle on)" +msgstr "" + +#: byobu-config:87 +msgid "Help" +msgstr "Help" + +#: byobu-config:88 +msgid "Change Byobu's colors" +msgstr "" + +#: byobu-config:89 +msgid "Toggle status notifications" +msgstr "" + +#: byobu-config:90 +msgid "Change keybinding set" +msgstr "Toetsencombinatie aanpassen" + +#: byobu-config:91 +msgid "Change escape sequence" +msgstr "Uitlogvolgorde aanpassen" + +#: byobu-config:92 +msgid "Create new windows" +msgstr "" + +#: byobu-config:93 +msgid "Manage default windows" +msgstr "Standaard venster beheer" + +#: byobu-config:97 byobu-config:492 +msgid " Byobu Configuration Menu" +msgstr "" + +#: byobu-config:108 +msgid "Okay" +msgstr "OK" + +#: byobu-config:108 byobu-config:142 byobu-config:161 byobu-config:197 +#: byobu-config:336 byobu-config:379 byobu-config:452 +msgid "Cancel" +msgstr "Annuleren" + +#: byobu-config:128 +msgid "Byobu Help" +msgstr "" + +#: byobu-config:142 byobu-config:161 byobu-config:197 byobu-config:336 +#: byobu-config:379 byobu-config:452 +msgid "Apply" +msgstr "Toepassen" + +#: byobu-config:144 +msgid "Which profile would you like to use?" +msgstr "Welk profiel wilt u gebruiken?" + +#: byobu-config:151 byobu-config:168 byobu-config:349 byobu-config:411 +#: byobu-config:479 +msgid "Message" +msgstr "Bericht" + +#: byobu-config:162 +msgid "Which set of keybindings would you like to use?" +msgstr "Welke toetscombinaties wilt u gebruiken?" + +#: byobu-config:177 +msgid "Title: " +msgstr "Titel: " + +#: byobu-config:179 +msgid "Command: " +msgstr "Commando: " + +#: byobu-config:181 +msgid "Presets: " +msgstr "Instellingen: " + +#: byobu-config:195 +msgid "Add to default windows" +msgstr "Toevoegen aan de standaard vensters" + +#: byobu-config:199 +msgid "Create new window(s):" +msgstr "Nieuw(e) venster(s) aanmaken" + +#: byobu-config:337 +msgid "Toggle status notifications:" +msgstr "" + +#: byobu-config:371 +msgid "Windows:" +msgstr "Vensters:" + +#: byobu-config:381 +msgid "Select window(s) to create by default:" +msgstr "Selecteer venster(s) die standaard gecreëerd moetne worden:" + +#: byobu-config:401 +msgid "Byobu will be launched automatically next time you login." +msgstr "" + +#: byobu-config:409 +msgid "Byobu will not be used next time you login." +msgstr "" + +#: byobu-config:451 +msgid "Escape key: ctrl-" +msgstr "Escape toets: ctrl-" + +#: byobu-config:454 +msgid "Change escape sequence:" +msgstr "Aanpassen escape volgorde:" + +#: byobu-config:493 +msgid "/ between elements | selects | exits" +msgstr "" --- byobu-2.27.orig/rpm/byobu.spec +++ byobu-2.27/rpm/byobu.spec @@ -13,6 +13,12 @@ BuildRequires: gettext Requires: screen, python >= 2.5, newt, gettext +%Description +Byobu is a Japanese term for decorative, multi-panel screens that serve as folding room dividers. +As an open source project, Byobu is an elegant enhancement of the otherwise functional, plain, +practical GNU Screen. Byobu includes an enhanced profile and configuration utilities for the GNU +screen window manager, such as toggle-able system status notifications. + # TODO # help.txt is in different locations under RPM/DEB # python 2.5 is not available on RHEL 5 @@ -22,7 +28,7 @@ %build -profiles/generate +profiles_generator/generate %install @@ -34,6 +40,7 @@ mkdir -p ${RPM_BUILD_ROOT}/usr/share/byobu/keybindings mkdir -p ${RPM_BUILD_ROOT}/usr/share/byobu/windows mkdir -p ${RPM_BUILD_ROOT}/usr/bin +mkdir -p ${RPM_BUILD_ROOT}/etc/byobu cp -ar bin/* ${RPM_BUILD_ROOT}/usr/lib/byobu cp -ar po/locale/* ${RPM_BUILD_ROOT}/usr/share/locale cp -ar profiles/byoburc ${RPM_BUILD_ROOT}/usr/share/byobu/profiles @@ -42,7 +49,8 @@ cp -ar profiles/black ${RPM_BUILD_ROOT}/usr/share/byobu/profiles cp -ar profiles/dark ${RPM_BUILD_ROOT}/usr/share/byobu/profiles cp -ar profiles/light ${RPM_BUILD_ROOT}/usr/share/byobu/profiles -cp -ar keybindings/common ${RPM_BUILD_ROOT}/usr/share/byobu/keybindings +ln -sf f-keys ${RPM_BUILD_ROOT}/usr/share/byobu/keybindings/common +cp -ar keybindings/f-keys ${RPM_BUILD_ROOT}/usr/share/byobu/keybindings cp -ar keybindings/none ${RPM_BUILD_ROOT}/usr/share/byobu/keybindings cp -ar windows/common ${RPM_BUILD_ROOT}/usr/share/byobu/windows cp -ar byobu-select-profile ${RPM_BUILD_ROOT}/usr/bin @@ -54,8 +62,10 @@ cp -ar byobu-launcher-uninstall ${RPM_BUILD_ROOT}/usr/share/byobu cp -ar motd+shell ${RPM_BUILD_ROOT}/usr/bin cp -ar byobu-launcher ${RPM_BUILD_ROOT}/usr/bin +cp -ar byobu-janitor ${RPM_BUILD_ROOT}/usr/bin cp -ar byobu-export ${RPM_BUILD_ROOT}/usr/bin cp -ar profiles/*_* ${RPM_BUILD_ROOT}/usr/share/byobu/profiles +cp -ar statusrc ${RPM_BUILD_ROOT}/etc/byobu %clean @@ -66,6 +76,7 @@ %defattr(-,root,root,-) /usr/bin/motd+shell /usr/bin/byobu-launcher +/usr/bin/byobu-janitor /usr/bin/byobu /usr/bin/byobu-config /usr/bin/byobu-export @@ -102,7 +113,9 @@ /usr/lib/byobu/wifi_quality /usr/share/locale/es/LC_MESSAGES/byobu.mo /usr/share/locale/fr/LC_MESSAGES/byobu.mo +/usr/share/locale/ru/LC_MESSAGES/byobu.mo /usr/share/byobu/keybindings/common +/usr/share/byobu/keybindings/f-keys /usr/share/byobu/keybindings/none /usr/share/byobu/profiles/byoburc /usr/share/byobu/profiles/NONE @@ -125,6 +138,7 @@ /usr/share/byobu/byobu-launcher-install /usr/share/byobu/byobu-launcher-uninstall /usr/share/byobu/windows/common +/etc/byobu %doc README %doc doc/help.txt %doc debian/copyright @@ -133,6 +147,11 @@ %changelog +* Fri Aug 7 2009 Derek Carter +- Updated specfile to build on Fedora11 +- Fixed some keybindings for Fedora11 +- Made an expermental trigger for sourcing config on exit of byobu-config + * Tue May 5 2009 David Duffey - Initial RPM release - see /usr/share/doc/byobu-*/changelog for upstream changelog