diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-07-27 14:33:25 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-07-27 14:33:38 -0700 |
commit | 4738428c2c205f42200386ae09b44b9ec07b9144 (patch) | |
tree | a6402978fe1b4655f90c3c8a181f4d246fbc5e89 /subsonic-android/assets/html/fr/index.html | |
parent | 82ec8315f777c319f2372540098e21111019d629 (diff) | |
download | dsub-4738428c2c205f42200386ae09b44b9ec07b9144.tar.gz dsub-4738428c2c205f42200386ae09b44b9ec07b9144.tar.bz2 dsub-4738428c2c205f42200386ae09b44b9ec07b9144.zip |
Move subsonic-android to root
Diffstat (limited to 'subsonic-android/assets/html/fr/index.html')
-rw-r--r-- | subsonic-android/assets/html/fr/index.html | 100 |
1 files changed, 0 insertions, 100 deletions
diff --git a/subsonic-android/assets/html/fr/index.html b/subsonic-android/assets/html/fr/index.html deleted file mode 100644 index 4ac8c9c3..00000000 --- a/subsonic-android/assets/html/fr/index.html +++ /dev/null @@ -1,100 +0,0 @@ -<html> -<head> - <title>Aide de Subsonic</title> - <link rel="stylesheet" href="../style.css" type="text/css"> - -</head> - -<body> - -<h3><img src="../img/subsonic.png" alt=""> Bienvenue dans Subsonic</h3> - -<p> - Avec <b>Subsonic</b>, vous pouvez facilement écouter ou télécharger de la musique à partir de votre ordinateur personnel sur votre appareil Android - (et faire plein d'autres trucs cools aussi). -</p> - -<p> - Pour installer le serveur Subsonic sur votre ordinateur, veuillez visiter <a href="http://subsonic.org">subsonic.org</a>. - Celui-ci est disponible pour Windows, Mac, Linux et Unix. -</p> - -<p> - Par défaut, cette application est configuré pour utiliser le <b>serveur démo Subsonic</b>. - Après avoir configuré votre serveur personnel, veuillez accéder aux <b>Paramètres</b> et modifier la configuration - afin de vous connecter à votre propre ordinateur. -</p> - -<p> - Vous pouvez utiliser cette application gratuitement pendant 30 jours. - Ensuite, vous devrez effectuer un don au projet Subsonic. - En tant que donateur, vous obtiendrez les bénéfices suivants: -</p> -<ul> - <li>Écoute et téléchargement illimités vers autant de iPhones et d'appareils Android que désiré.</li> - <li>Écoute de vidéos.</li> - <li>Une adresse web personnalisée pour votre serveur Subsonic (<em>votrenom</em>.subsonic.org).</li> - <li>Aucune publicité dans l'interface web de Subsonic.</li> - <li>Accès gratuit aux nouvelles fonctionnalités avancées.</li> -</ul> - -<p> - Le montant suggéré pour le don est de <b>20€</b>, mais n'importe quel montant fera l'affaire. -</p> - -<p> - Cliquez l'un des boutons suivants pour accéder à PayPal, d'où vous pourrez payer soit par carte de crédit ou en utilisant votre compte PayPal. - Une fois le don reçu et traité, vous recevrez votre clé d'activation par courriel. -</p> - -<table> - <tr> - <td style="border:none;"> - <table> - <tr> - <td style="border:none;padding:0;padding:0"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3RTGWJRNAW2PU"><img src="../img/paypal.gif" alt=""/></a> </td> - </tr> - <tr> - <td style="text-align:center;border:none;padding:0">10€</td> - </tr> - </table> - </td> - <td style="border:none;"> - <table> - <tr> - <td style="border:none;padding:0"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UCUUB2TYE4PGN"><img src="../img/paypal.gif" alt=""/></a> </td> - </tr> - <tr> - <td style="text-align:center;border:none;padding:0">20€</td> - </tr> - </table> - </td> - <td style="border:none;"> - <table> - <tr> - <td style="border:none;padding:0"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3M6TFHWEPSU44"><img src="../img/paypal.gif" alt=""/></a> </td> - </tr> - <tr> - <td style="text-align:center;border:none;padding:0">25€</td> - </tr> - </table> - </td> - <td style="border:none;"> - <table> - <tr> - <td style="border:none;padding:0"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5KP7LPQU77UAS"><img src="../img/paypal.gif" alt=""/></a> </td> - </tr> - <tr> - <td style="text-align:center;border:none;padding:0">30€</td> - </tr> - </table> - </td> - </tr> -</table> - -<p> - Pour plus d'information, veuillez visiter <a href="http://subsonic.org/">subsonic.org</a> -</p> - -</body> -</html> |