[
LocalizationScriptsFr ] [
LocalizationScriptsEs ] [
Deutsch ] [
In English ] [
In Polish ] [
En Italiano ] [
In Greek ] [
In Lithuanian ] [
LocalizationScriptsBr ] [
In Bulgarian ] [
In Malaysian ] [
In Macedonian ] [
In Thailand ]
Latest reference is :
english 1.13 Sun Sep 26 19:43:08 2004 UTC
Directory of all languages :
http://cvs.gna.org/viewcvs/eagleusb/eagleusb/utils/scripts/lang/
For foreign language (Polish for example, maybe Greek ?), we need to get
- the locale : e.g. gr_GR for Greek ? echo $LANG
- the good rendering of special characters : send a Kword or Openoffice document + a snapshot of screen (with ksnapshot) to check that the content is the same as what is displayed (we had the problem with Polish)
- that both a file with "special" character is available (in case it works) and a file without special characters (text file format)
dégroupé is not used anywhere else than in France ? It may correspond to Telefonica "IP fija" in Spain. We may translate it as unbundling in english... not used much elsewhere than in France anyway...
=> "non dégroupé" corresponds to the use of pppd/pppoa whereas "dégroupé" to the use of DHCP-client / static IP / Routed IP...
mire does not supposedly exist in Spain... well in fact it does : for example ADSL de Telefónica con IP Dinámica: Identificador: adslppp@telefonicanetpa / Contraseña: adslppp
=> mire is in fact a generic connection, for example adsl@adsl (login) adsl (password) that enables to test that the driver is correctly installed and connection establishes correctly but the surf is restricted to the view of a single web page to check that both PC installation + ADSL line are correct. The user has then to use his/her own login/password to surf internet.
mire should be translated as "generic connection" if it exists.
For translators, please give as well (if known)
- URL to existing ISP in your country (possibly with vpi / vci / encapsulation)
- the modem you used to connect, tell us if it is given by your ISP or you had to buy it on your own ?
- send a mail to eagle-usb at eagle-usb dot org with text files for language / screenshot (thanks a lot !)
Below is the english version that you can translate to your language : that's a wiki, so just double click to edit, modify all necessary, then click on button "Sauver" to save your work. Many thanks !
Your answers to questions :
- echo $LANG =
- list of ISP with URL / parameters (vpi, vci, encapsulation...)
- does the ISP provide the modem ?
# $Id: en,v 1.11 2004/06/24 20:13:00 Tux Exp $
# Name: en
# Goal: english localization
# Author: Tux - Gri77oN
######################################## eagleconfig ############################################
SEP_MSG=\
"=============================================================================="
GREETING_MSG=\
"============================= ADSL Configuration ============================="
INFO_MSG=\
"Your modem has to be plugged before proceeding.\n"\
"You can stop this script anytime with [Ctrl][c]"\
"\n"
LOGIN_MSG=\
"\n"\
"Enter your login for connecting to the ISP (given by your ISP):"
PWD_MSG=\
"\n"\
"Enter your password (given by your ISP):"
KEEP_OLD_PWD_MSG=\
"\n"\
"A login and password have been found in ppp configuration file.\n"\
"Do you want to keep this login/password?"
PWD_ENCRYPT_MSG=\
"\n"\
"Does your ISP support password encryption?"
START_ON_BOOT_MSG=\
"\n"\
"Do you want the connection to automaticaly be started at 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"\
"Configuration successful."
MODULE_MSG=\
"Loading module... "
DSP_MSG=\
"Loading 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 for scripts (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\" to launch the connection."\
"\n"
YES_DEFAULT_MSG=\
"[y]/n"
NO_DEFAULT_MSG=\
"y/[n]"
######################################### startadsl #############################################
ALREADY_MSG=\
"\n"\
"Connection seems to be already started!"\
"\n"
CANT_SYNC_MSG=\
"Can't get synchronized!"
NOT_OPER_MSG=\
"\n"\
"\n"\
"Modem is not operational!\n"\
"Check eaglestat result to know its state!"\
"\n"
PPPD_ERR_MSG=\
"pppd does not succeed to launch connection!"
IFUP_ERR_MSG=\
"Failed to launch connection!"
LOCK_MSG=\
"\n"\
"\n"\
"You have not yet configured the connection!\n"\
"You can either:\n"\
"- launch eagleconfig\n"\
"- configure manually and then delete ${EU_SCRIPT_DIR}/lock"\
"\n"
MIRE_DEG_MSG=\
"Only users using ppp can connect to the mire!"\
"\n"
######################################## fctStartAdsl ###########################################
FCTSTART_USAGE_MSG=\
"\n"\
"Usage: fctStartAdsl [-h] [-m] [-s] [-tN] [-a] [-d]\n"\
" -h|--help\t\t: display this help\n"\
" -m|--mire\t\t: connect to the mire\n"\
" -s|--simple\t\t: use ifconfig instead of ifup/ifdown\n"\
" -t|--timeout=[sec]\t: define delay for the modem to become operational\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"\
"Usage: fctStopAdsl [-h] [-f] [-s]\n"\
" -h|--help\t\t: display this help\n"\
" -f|--force\t\t: force pppd to close (even when not using ppp)\n"\
" -s|--simple\t\t: use ifconfig instead of ifup/ifdown"\
"\n"
########################################### eu_dsp ##############################################
NO_PARAM_MSG=\
"This script can't be run manually!"
PPPD_OK_MSG=\
"The connection has been established"
PPPD_ERROR_MSG=\
"Error: the connection was not established"
########################################### 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"