# $Id: es,v 1.10 2004/06/08 19:47:05 Tux Exp $
# Name: es
# Goal: spanish localization
# Author: nauj27 - baud123

########################################  eagleconfig  ############################################
SEP_MSG=\
"=============================================================================="

GREETING_MSG=\
"===================== Configuracin de su conexin ADSL ======================"

INFO_MSG=\
"Your modem has to be plugged before to continue.\n"\
"Se puede detener este script con [Ctrl][c]\n"\
"\n"

LOGIN_MSG=\
"\n"\
"Entre su login para la conexin al ISP :"

PWD_MSG=\
"\n"\
"Entre su contrasea :"

KEEP_OLD_PWD_MSG=\
"\n"\
"En el fichero de configuracin de ppp ya existen un login y contrasea.\n"\
"Quiere utilizar este login/contrasea?"

PWD_ENCRYPT_MSG=\
"\n"\
"Su ISP utiliza la contrasea encriptada?"

START_ON_BOOT_MSG=\
"\n"\
"Do you want the connexion to start on boot?"

USE_TESTCONNEC_MSG=\
"\n"\
"Do you want to enable a 'cron' task to control connection every 2 minutes\n"\
"and restart it when it is lost ?"

FORCE_INTERFACE_MSG=\
"\n"\
"You may enter a virtual interface name for the modem. To let the\n"\
"kernel determine automatically the name, enter \"auto\" :"

GENER_MSG=\
"\n"\
"Configuracin completada."

MODULE_MSG=\
"Carga del mdulo...                    "

DSP_MSG=\
"Carga del DSP & options...             "

WAIT_OPER_MSG=\
"Waiting for modem to be operational... "

OK_MSG=\
"[ OK ]"

ERR_MSG=\
"[ Error ]"

EAGLECONFIG_USAGE_MSG=\
"\n"\
"Usage: eagleconfig [-h] [-l] [-e]\n"\
" -h|--help\t\t: display this help\n"\
" -l|--lang\t\t: choose language (saved)\n"\
"\t\t\t\t--lang=keep : keep previous language (default)\n"\
"\t\t\t\t--lang=auto : detect current language (use \$LANG)\n"\
"\t\t\t\t--lang=LL : use LL language (en, fr...)\n"\
" -e|--expert\t\t: expert mode (additional choices)\n"\
"\n"

PPPOE_CANT_LAUNCH_MSG=\
"\n"\
"Error: pppoe cannot be launch. Exiting..."\
"\n"

ISP_LIST_MSG=\
"Choose a network configuration :\n"\
"__________________________________________________________________\n"\
". . Country. . . Network. . . . . . . . VPI VCI ENC"

WRONG_CHOICE_MSG=\
"\n"\
"Error: this is not a correct choice. Exiting..."\
"\n"

STATIC_IP_MSG=\
"\n"\
"If you want to use a static IP, you can type it in now; to\n"\
"obtain the IP from your ISP, simply press enter:"\
"\n"

EAGLECONFIG_END_MSG=\
"\n"\
"You can now type \"startadsl\" pour launch the connection."\
"\n"

YES_DEFAULT_MSG=\
"[s]/n"

NO_DEFAULT_MSG=\
"s/[n]"


#########################################  startadsl  #############################################
ALREADY_MSG=\
"\n"\
"La conexin parece ya activa!"\
"\n"

CANT_SYNC_MSG=\
"La sincronizacin no se ha completado en el tiempo necesario!"

NOT_OPER_MSG=\
"\n"\
"\n"\
"El mdem no est operacional!\n"\
"Verifique lo que dice eaglestat!"\
"\n"

PPPD_ERR_MSG=\
"pppd no ha estabilizado la conexin!"

IFUP_ERR_MSG=\
"Connexion choue!"

LOCK_MSG=\
"\n"\
"\n"\
"No est configurada su conexin!\n"\
"Lo puede hacer :\n"\
"- eagleconfig\n"\
"- para configurar manualmente la conexin \n"\
"  borre el fichero ${EU_SCRIPT_DIR}/lock"\
"\n"

MIRE_DEG_MSG=\
"Slo los no dgroups pueden conectarse a la mire!"\
"\n"


########################################  fctStartAdsl  ###########################################
FCTSTART_USAGE_MSG=\
"\n"\
"Uso: fctStartAdsl [-h] [-m] [-s] [-tN] [-a] [-d]\n"\
" -h|--help\t\t: muestra esta ayuda\n"\
" -m|--mire\t\t: conectarse a la mire\n"\
" -s|--simple\t\t: utilizar ifconfig en lugar de ifup/ifdown\n"\
" -t|--timeout=[sec]\t: defina el tiempo para que el modem est operacional\n"\
" -a|--ip=xx.xx.xx.xx\t: use ip address, imply simple mode\n"\
" -d|--debug\t\t: launch pppd in debug mode\n"\
"\n"


########################################  fctStopAdsl  ############################################
FCTSTOP_USAGE_MSG=\
"\n"\
"Uso: fctStopAdsl [-h] [-f] [-s]\n"\
" -h|--help\t\t: muestra esta ayuda\n"\
" -f|--force\t\t: termina pppd\n"\
" -s|--simple\t\t: utilizar ifconfig en lugar de ifup/ifdown"\
"\n"


###########################################  eu_dsp  ##############################################
NO_PARAM_MSG=\
"Este script no se lanza manualmente!"

PPPD_OK_MSG=\
"La conexin se est activando"

PPPD_ERROR_MSG=\
"Error al estabilizar la conexin"


###########################################  eu_init  #############################################
START_SERVICE_MSG=\
"Starting connection : "

STOP_SERVICE_MSG=\
"Stopping eagle-usb service : "

RELOAD_SERVICE_MSG=\
"Apply new params : "

USAGE_SERVICE_MSG=\
"Usage: eagle-usb {start|stop|restart|reload|status}"\
"\n"


##########################################  testconnec  ###########################################
TESTCONNEC_USAGE_MSG=\
"\n"\
"Usage: testconnec [-h]\n"\
" -h|--help\t\t: dispay this help"\
"\n"
