merge from Nick, thanks for the translation and bug fix!

This commit is contained in:
Dustin Kirkland 2009-01-06 15:31:48 -06:00
commit ac0a826f29
2 changed files with 34 additions and 1 deletions

33
po/es.po Normal file
View file

@ -0,0 +1,33 @@
# GNU Screen Profiles
# Copyright (C) 2008 Dustin Kirkland
# This file is distributed under the same license as the GNU Screen Profiles package.
# Nicolas Valcarcel <nvalcarcel@ubuntu.com>, 2008.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-12-17 23:42+0100\n"
"PO-Revision-Date: 2008-12-22 01:01-0500\n"
"Last-Translator: Nicolas Valcarcel <nvalcarcel@ubuntu.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: select-screen-profile:9 select-screen-profile:16
msgid "Error:"
msgstr "Error:"
#: select-screen-profile:9 select-screen-profile:16
msgid "exists, but is not a symlink"
msgstr "existe, pero no es un symlink"
#: select-screen-profile:30
msgid "recommended"
msgstr "recomendado"
#: select-screen-profile:41 select-screen-profile:43
msgid "Choose"
msgstr "Eleccion"

View file

@ -48,7 +48,7 @@ for x in $profiles; do
if [ $i -eq $selected ]; then if [ $i -eq $selected ]; then
if [ ! -e "$HOME/.screenrc" ]; then if [ ! -e "$HOME/.screenrc" ]; then
# If the user doesn't have a .screenrc, seed one # If the user doesn't have a .screenrc, seed one
echo "source ~/.screenrc-profile" > "$HOME/.screenrc" echo "source $HOME/.screenrc-profile" > "$HOME/.screenrc"
else else
# If the user does have a .screenrc, see if it has the # If the user does have a .screenrc, see if it has the
# source line # source line