diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kppp/DB/Provider/Taiwan | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kppp/DB/Provider/Taiwan')
-rw-r--r-- | kppp/DB/Provider/Taiwan/.directory | 36 | ||||
-rw-r--r-- | kppp/DB/Provider/Taiwan/EraNet | 23 | ||||
-rw-r--r-- | kppp/DB/Provider/Taiwan/HiNet | 23 | ||||
-rw-r--r-- | kppp/DB/Provider/Taiwan/Makefile.am | 5 | ||||
-rw-r--r-- | kppp/DB/Provider/Taiwan/SeedNet | 23 |
5 files changed, 110 insertions, 0 deletions
diff --git a/kppp/DB/Provider/Taiwan/.directory b/kppp/DB/Provider/Taiwan/.directory new file mode 100644 index 00000000..809fd51e --- /dev/null +++ b/kppp/DB/Provider/Taiwan/.directory @@ -0,0 +1,36 @@ +[Desktop Entry] +Name=Taiwan +Name[ar]=تايوان +Name[az]=Tayvan +Name[bg]=Тайван +Name[el]=Ταϊβάν +Name[eo]=Tajvano +Name[es]=Taiwán +Name[fr]=Taïwan +Name[ga]=An Téaváin +Name[hi]=ताईवान +Name[hr]=Tajvan +Name[hu]=Tajvan +Name[ja]=台湾 +Name[km]=តៃវ៉ាន់ +Name[ko]=대만 +Name[lt]=Taivanis +Name[lv]=Taivāna +Name[mk]=Тајван +Name[mn]=Тайвань +Name[mt]=Tajwan +Name[pl]=Tajwan +Name[pt]=Formosa +Name[ru]=Тайвань +Name[sk]=Tajvan +Name[sl]=Tajvan +Name[sr]=Тајван +Name[sr@Latn]=Tajvan +Name[ta]=தாய்வான் +Name[tg]=Тайван +Name[tr]=Tayvan +Name[uk]=Тайвань +Name[zh_CN]=中国台湾 +Name[zh_HK]=台灣 +Name[zh_TW]=台灣 +Name[zu]=I-Tayiwani diff --git a/kppp/DB/Provider/Taiwan/EraNet b/kppp/DB/Provider/Taiwan/EraNet new file mode 100644 index 00000000..2a8cb406 --- /dev/null +++ b/kppp/DB/Provider/Taiwan/EraNet @@ -0,0 +1,23 @@ +# KDE Config File +ExDNSDisabled=0 +AutoName=0 +ScriptArguments= +AccountingEnabled=1 +Phonenumber=4126888 +IPAddr=0.0.0.0 +Domain= +Name=EraNet +VolumeAccountingEnabled=0 +pppdArguments= +BeforeDisconnect= +Password=%PASSWORD% +Command= +ScriptCommands= +Authentication=1 +DNS=168.95.1.1 +SubnetMask=0.0.0.0 +DefaultRoute=1 +Username=%USERNAME% +Gateway=0.0.0.0 +StorePassword=1 +DisconnectCommand= diff --git a/kppp/DB/Provider/Taiwan/HiNet b/kppp/DB/Provider/Taiwan/HiNet new file mode 100644 index 00000000..23c32790 --- /dev/null +++ b/kppp/DB/Provider/Taiwan/HiNet @@ -0,0 +1,23 @@ +# KDE Config File +ExDNSDisabled=0 +AutoName=0 +ScriptArguments= +AccountingEnabled=1 +Phonenumber=4125678 +IPAddr=0.0.0.0 +Domain= +Name=HiNet +VolumeAccountingEnabled=0 +pppdArguments= +BeforeDisconnect= +Password=%PASSWORD% +Command= +ScriptCommands= +Authentication=1 +DNS=168.95.1.1 +SubnetMask=0.0.0.0 +DefaultRoute=1 +Username=%USERNAME% +Gateway=0.0.0.0 +StorePassword=1 +DisconnectCommand= diff --git a/kppp/DB/Provider/Taiwan/Makefile.am b/kppp/DB/Provider/Taiwan/Makefile.am new file mode 100644 index 00000000..9141ab8c --- /dev/null +++ b/kppp/DB/Provider/Taiwan/Makefile.am @@ -0,0 +1,5 @@ +pkg_DATA = .directory HiNet SeedNet EraNet + +pkgdir = $(kde_datadir)/kppp/Provider/Taiwan + +EXTRA_DIST = $(pkg_DATA) diff --git a/kppp/DB/Provider/Taiwan/SeedNet b/kppp/DB/Provider/Taiwan/SeedNet new file mode 100644 index 00000000..2a71f25b --- /dev/null +++ b/kppp/DB/Provider/Taiwan/SeedNet @@ -0,0 +1,23 @@ +# KDE Config File +ExDNSDisabled=0 +AutoName=0 +ScriptArguments= +AccountingEnabled=1 +Phonenumber=4123000 +IPAddr=0.0.0.0 +Domain= +Name=SeedNet +VolumeAccountingEnabled=0 +pppdArguments= +BeforeDisconnect= +Password=%PASSWORD% +Command= +ScriptCommands= +Authentication=1 +DNS=168.95.1.1 +SubnetMask=0.0.0.0 +DefaultRoute=1 +Username=%USERNAME% +Gateway=0.0.0.0 +StorePassword=1 +DisconnectCommand= |