connect_help 1.7 KB

1234567891011121314151617181920212223
  1. #!/bin/sh
  2. #called from /usr/sbin/connectwizard
  3. #120203 BK: internationalized.
  4. #131215 zigbert: gui (gtkdialog) improvements.
  5. export TEXTDOMAIN=Connect___connect_help
  6. export OUTPUT_CHARSET=UTF-8
  7. echo "<b>$(gettext 'Wired or wireless LAN')</b>
  8. $(gettext "If you have broadband Internet connection and not sure what button to click, this is probably the right one. Either you have a network cable or wireless card from your computer, to 'something' (usually an ADSL modem or router) that then connects you via a telephone socket in the wall. Choose this also if you want to connect to an intranet and not necessarily have outside access.")
  9. <b>$(gettext 'Dialup analog or wireless modem')</b>
  10. $(gettext 'Analog dialup is the old slow system. You need a 56K modem and it dials your Internet Service Provider.
  11. Wireless dialup is a digital system, typically via a 3G wireless network. If you have a 3G modem or want to connect to the Internet via your mobile phone, choose this.')
  12. <b>$(gettext 'Wireless GPRS modem')</b>
  13. $(gettext 'GPRS is a wireless Internet technology, running on top of a GSM cellular phone connection. It provides very cheap Internet access throughout Costa Rica, and is popular in several European countries.')
  14. <b>$(gettext 'Cable/DSL/wireless PPPOE')</b>
  15. $(gettext "Many countries have this system (notably not the UK). Some builds of Puppy have two different applications, 'Pppoeconf' and 'Roaring Penguin' -- or one might be a PET package. Use what works for you, give feedback on the forum, as these, particularly Pppoeconf, are a work-in-progress.")" > /tmp/box_help
  16. /usr/lib/gtkdialog/box_help "$(gettext 'Internet connection')" "file:///usr/share/doc/HOWTO_Internet.htm" &