summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/pppd/pppmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libnetworking/pppd/pppmain.c')
-rw-r--r--c/src/libnetworking/pppd/pppmain.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/c/src/libnetworking/pppd/pppmain.c b/c/src/libnetworking/pppd/pppmain.c
index 0bf8d68e87..4ba37a945f 100644
--- a/c/src/libnetworking/pppd/pppmain.c
+++ b/c/src/libnetworking/pppd/pppmain.c
@@ -336,7 +336,7 @@ char *argv[];
/* XXX PPPConfiguration */
char t[100];
stat=LockSTBSystemParam();
- sprintf(t,"Dzwonię pod numer %s ...",stat->Phone_Number);
+ sprintf(t,"Calling the number %s ...",stat->Phone_Number);
UnlockSTBSystemParam();
SetStatusInfo(0, t,0);
#endif
@@ -362,14 +362,14 @@ char *argv[];
{
#if 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);
#endif
}
else
{
#if 0
- SetStatusInfo(0, "Łączenie z Internetem...",0);
+ SetStatusInfo(0, "Connecting the Internet...",0);
#endif
}
syslog(LOG_INFO, "Serial connection established.");
@@ -406,7 +406,7 @@ char *argv[];
rtems_bsdnet_semaphore_release();
#if 0
- SetStatusInfo(0, "Połączenie z Internetem nawiązane.",1);
+ SetStatusInfo(0, "Internet connection established.",1);
#endif
for (phase = PHASE_ESTABLISH; phase != PHASE_DEAD;) {
#if 0
@@ -419,7 +419,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;
}
@@ -441,7 +441,7 @@ char *argv[];
clean_check();
disestablish_ppp(ttyfd);
#if 0
- SetStatusInfo(0, "Połączenie z Internetem zerwane.",1);
+ SetStatusInfo(0, "Broken the internet connection.",1);
#endif
/*
* Run disconnector script, if requested.
@@ -799,7 +799,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: