Skip to content

Commit

Permalink
ManagePaid error messages.
Browse files Browse the repository at this point in the history
Signed-off-by: Nao <nao@wedge>
  • Loading branch information
Nao committed Feb 12, 2014
1 parent c5c3c44 commit 30e8cd5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ManagePaid.english.php
Expand Up @@ -183,6 +183,11 @@
$txt['paid_no_data'] = 'No valid data was sent to the script.';

$txt['paypal_could_not_connect'] = 'Could not connect to PayPal server';
$txt['paypal_unverified'] = 'PayPal: unverified transaction.';
$txt['paypal_incorrect_email'] = 'PayPal: incorrect paypal_email value.';
$txt['paypal_invalid_currency'] = 'PayPal: invalid currency.';
$txt['paypal_no_item'] = 'PayPal: no item was returned.';

$txt['paid_sub_not_active'] = 'That subscription is not taking any new users!';
$txt['paid_disabled'] = 'Paid subscriptions are currently disabled!';
$txt['paid_unknown_transaction_type'] = 'Unknown Paid Subscriptions transaction type.';
Expand Down
7 changes: 6 additions & 1 deletion ManagePaid.french.php
Expand Up @@ -59,7 +59,7 @@

$txt['paid_note'] = '<strong class="alert">Note</strong>&#8239;:<br>Pour que les abonnements soient mis à jour automatiquement pour vos utilisateurs, vous
aurez besoin de mettre en place une URL de retour pour chacune de vos méthodes de paiement. Pour tous les types de paiement, cette URL de retour doit
être équivalente à&#8239;:<br><br>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<strong>{board_url}/subscriptions.php</strong><br><br>
être équivalente à&#8239;:<br><br>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<strong>{board_url}/core/subscriptions.php</strong><br><br>
Vous pouvez modifier le lien pour PayPal directement, en cliquant <a href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_profile-ipn-notify" target="_blank">ici</a>.<br>
Pour les autres passerelles (si installées), vous pouvez normalement les trouver dans votre panneau client, habituellement sous le terme &quot;URL de Retour&quot; (<em>Return URL</em>) ou &quot;URL de Rappel&quot; (<em>Callback URL</em>).';

Expand Down Expand Up @@ -183,6 +183,11 @@
$txt['paid_no_data'] = 'Aucune donnée valide n\'a été envoyée au script.';

$txt['paypal_could_not_connect'] = 'Impossible de se connecter au serveur PayPal';
$txt['paypal_unverified'] = 'PayPal - transaction non vérifiée.';
$txt['paypal_incorrect_email'] = 'PayPal - valeur paypal_email incorrecte.';
$txt['paypal_invalid_currency'] = 'PayPal - monnaie invalide.';
$txt['paypal_no_item'] = 'PayPal - aucun abonnement n\'a été indiqué.';

$txt['paid_sub_not_active'] = 'Cet abonnement n\'accepte plus de nouveaux souscripteurs&#8239;!';
$txt['paid_disabled'] = 'Les abonnements payants sont actuellement désactivés&#8239;!';
$txt['paid_unknown_transaction_type'] = 'Type de transaction inconnu pour les abonnements payants.';
Expand Down

0 comments on commit 30e8cd5

Please sign in to comment.