summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/pppd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libnetworking/pppd/main.c')
-rw-r--r--c/src/libnetworking/pppd/main.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/c/src/libnetworking/pppd/main.c b/c/src/libnetworking/pppd/main.c
index cfe3d14f30..2b4501bfcc 100644
--- a/c/src/libnetworking/pppd/main.c
+++ b/c/src/libnetworking/pppd/main.c
@@ -321,7 +321,7 @@ char *argv[];
/* XXX PPPConfiguration */
char t[100];
stat=LockSTBSystemParam();
- sprintf(t,"Dzwonię pod numer %s ...",stat->Phone_Number);
+ sprintf(t,"Calling number %s ...",stat->Phone_Number);
UnlockSTBSystemParam();
#endif
SetStatusInfo(0, t,0);
@@ -344,11 +344,11 @@ char *argv[];
if (i<0)
{
char t[100];
- sprintf(t,"Łączenie z Internetem z prędkoscią %d baud...",-i);
+ sprintf(t,"Connecting the Internet at %d baud...",-i);
SetStatusInfo(0, t,0);
}
else
- SetStatusInfo(0, "Łączenie z Internetem...",0);
+ SetStatusInfo(0, "Connecting the Internet...",0);
syslog(LOG_INFO, "Serial connection established.");
sleep(1); /* give it time to set up its terminal */
@@ -382,7 +382,7 @@ char *argv[];
lcp_open(0); /* Start protocol */
rtems_bsdnet_semaphore_release();
- SetStatusInfo(0, "Połączenie z Internetem nawiązane.",1);
+ SetStatusInfo(0, "Internet connection established.",1);
for (phase = PHASE_ESTABLISH; phase != PHASE_DEAD;) {
wait_input(timeleft(&timo));
@@ -393,7 +393,7 @@ char *argv[];
stat=LockSTBSystemParam();
if (stat->WantConnection==DontConnect) {
stat->ConnectionStatus = NotConnected;
- SetStatusInfo(0, "Rozłączam się ...",0);
+ SetStatusInfo(0, "Disconnecting...",0);
lcp_close(0, "");
kill_link = 0;
}
@@ -414,7 +414,7 @@ char *argv[];
*/
clean_check();
disestablish_ppp(ttyfd);
- SetStatusInfo(0, "Połączenie z Internetem zerwane.",1);
+ SetStatusInfo(0, "Broken internet connection.",1);
/*
* Run disconnector script, if requested.
@@ -772,7 +772,7 @@ int connect_script(int fd)
else
stat->provider=DumbLogin;
switch (stat->provider) {
- case Poland_TPSA:
+ case Poland_TPSA: /* TPSA - Polish Telecom */
sprintf(program, scripts[1], stat->Phone_Number, stat->PPP_User, stat->PPP_Password);
break;
default: