From bcb704366cb5e333a626c18c308c7e0448a8e69f Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: 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 --- kppp/Rules/Argentina/Argentina_0610.rst | 26 ++++++++++++++++++++++++++ kppp/Rules/Argentina/Argentina_Local.rst | 26 ++++++++++++++++++++++++++ kppp/Rules/Argentina/Makefile.am | 8 ++++++++ 3 files changed, 60 insertions(+) create mode 100644 kppp/Rules/Argentina/Argentina_0610.rst create mode 100644 kppp/Rules/Argentina/Argentina_Local.rst create mode 100644 kppp/Rules/Argentina/Makefile.am (limited to 'kppp/Rules/Argentina') diff --git a/kppp/Rules/Argentina/Argentina_0610.rst b/kppp/Rules/Argentina/Argentina_0610.rst new file mode 100644 index 00000000..70b558b1 --- /dev/null +++ b/kppp/Rules/Argentina/Argentina_0610.rst @@ -0,0 +1,26 @@ +################################################################ +# +# This is the cost rule for Internet (0610) calls in Argentina, +# if your carrier are Telecom or Telefonica, as of Sep.2000. +# +# Matías Alejo García +# matiu00@yahoo.com +################################################################ + +name=Argentina_0610 + +################################################################ +# currency settings +################################################################ +currency_symbol=$ +currency_position=left +currency_digits=2 + +################################################################ +# connection settings +################################################################ +default=(0.007865, 60) + +on (monday..friday) between (08:00..19:59) use (0.01573, 60) +on (saturday) between (08:00..12:59) use (0.01573, 60) + diff --git a/kppp/Rules/Argentina/Argentina_Local.rst b/kppp/Rules/Argentina/Argentina_Local.rst new file mode 100644 index 00000000..ad5c750d --- /dev/null +++ b/kppp/Rules/Argentina/Argentina_Local.rst @@ -0,0 +1,26 @@ +################################################################ +# +# This is the cost rule for Local calls in Argentina, +# if your carrier are Telecom or Telefonica, as of Sep.2000. +# +# Matías Alejo García +# matiu00@yahoo.com +################################################################ + +name=Argentina_local + +################################################################ +# currency settings +################################################################ +currency_symbol=$ +currency_position=left +currency_digits=2 + +################################################################ +# connection settings +################################################################ +default=(0.024, 120) + +on (monday..friday) between (08:00..19:59) use (0.012, 120) +on (saturday) between (08:00..12:59) use (0.012, 120) + diff --git a/kppp/Rules/Argentina/Makefile.am b/kppp/Rules/Argentina/Makefile.am new file mode 100644 index 00000000..173b70f3 --- /dev/null +++ b/kppp/Rules/Argentina/Makefile.am @@ -0,0 +1,8 @@ +pkg_DATA = Argentina_Local.rst Argentina_0610.rst + +pkgdir = $(kde_datadir)/kppp/Rules/Argentina + +EXTRA_DIST = $(pkg_DATA) + + + -- cgit v1.2.1