mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
parent
0f7a0f5f3b
commit
984ab08e47
2 changed files with 13 additions and 3 deletions
|
@ -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-02-23 11:05-0600\n"
|
"POT-Creation-Date: 2009-02-23 11:22-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"
|
||||||
|
@ -169,6 +169,12 @@ msgstr ""
|
||||||
msgid "Choose: "
|
msgid "Choose: "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: select-screen-profile:125
|
#: select-screen-profile:126
|
||||||
|
msgid ""
|
||||||
|
"Close the current screen by typing \"exit\", and restart \"screen\" to "
|
||||||
|
"activate."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: select-screen-profile:128
|
||||||
msgid "Run \"screen\" to activate"
|
msgid "Run \"screen\" to activate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -122,7 +122,11 @@ setprofile() {
|
||||||
ln -s "$PROFILE_DIR/$x" "$HOME/.screenrc-profile"
|
ln -s "$PROFILE_DIR/$x" "$HOME/.screenrc-profile"
|
||||||
found=1
|
found=1
|
||||||
echo
|
echo
|
||||||
echo `gettext 'Run "screen" to activate'`
|
if [ "$TERM" = "screen" ]; then
|
||||||
|
echo `gettext 'Close the current screen by typing "exit", and restart "screen" to activate.'`
|
||||||
|
else
|
||||||
|
echo `gettext 'Run "screen" to activate'`
|
||||||
|
fi
|
||||||
echo
|
echo
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue