diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-07-13 08:47:33 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-07-13 08:47:33 +0000 |
commit | 20b2f823a8fd01efbbac299e50c766bf5b8e1be5 (patch) | |
tree | ec8517c89f85066895bb0b07062ccb0ad5caab3d /perl-install/standalone/net_applet | |
parent | 0ca50afacd566c0fb1fb9326da034466fc2a9e57 (diff) | |
download | drakx-20b2f823a8fd01efbbac299e50c766bf5b8e1be5.tar drakx-20b2f823a8fd01efbbac299e50c766bf5b8e1be5.tar.gz drakx-20b2f823a8fd01efbbac299e50c766bf5b8e1be5.tar.bz2 drakx-20b2f823a8fd01efbbac299e50c766bf5b8e1be5.tar.xz drakx-20b2f823a8fd01efbbac299e50c766bf5b8e1be5.zip |
po fix
Diffstat (limited to 'perl-install/standalone/net_applet')
-rw-r--r-- | perl-install/standalone/net_applet | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index bb983c0b2..f6091be19 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -44,8 +44,9 @@ my %wireless_networks; my %tooltips = ( connected => N_("Network is up on interface %s"), - #-PO: keep the "Configure Network" substring synced with the "Configure Network" message below - disconnected => N_("Network is down on interface %s. Click on \"Configure Network\""), + disconnected => + #-PO: keep the "Configure Network" substring synced with the "Configure Network" message below + N_("Network is down on interface %s. Click on \"Configure Network\""), notconfigured => N_("You do not have any configured Internet connection. Run the \"%s\" assistant from the Mandriva Linux Control Center", N("Set up a new network interface (LAN, ISDN, ADSL, ...)")), ); |