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