Version Notes
Locale FR add
Download this release
Release Info
Developer | J2T DESIGN |
Extension | J2t_Payplug |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
app/code/community/J2t/Payplug/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<J2t_Payplug>
|
5 |
-
<version>1.0.
|
6 |
</J2t_Payplug>
|
7 |
</modules>
|
8 |
|
2 |
<config>
|
3 |
<modules>
|
4 |
<J2t_Payplug>
|
5 |
+
<version>1.0.3</version>
|
6 |
</J2t_Payplug>
|
7 |
</modules>
|
8 |
|
app/locale/fr_FR/j2t_payplug.csv
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"User: %s","Utilisateur : %s"
|
2 |
+
"Min allowed amount: %s %s","Montant minimum autorisé : %s %s"
|
3 |
+
"Max allowed amount: %s %s","Montant maximum autorisé : %s %s"
|
4 |
+
"Currency: %s","Devise supportée : %s"
|
5 |
+
"Not configured yet","En attente de configuration"
|
6 |
+
"Unable to retrieve account details.","Impossible de récupérer les informations du compte."
|
7 |
+
"CURL error %s","Erreur CURL %s"
|
8 |
+
"Both username and password must be defined.","Nom d'utilisateur et mot de passe obligatoires."
|
9 |
+
"Invalid signature","Signature invalide"
|
10 |
+
"Error while checking signature","Erreur lors de la vérification de la signature"
|
11 |
+
"Payment has been captured by Payment Gateway. Transaction id: %s","Le paiement a été capturé par le serveur de paiement. Transaction : %s"
|
12 |
+
"Cannot create an invoice.","Impossible de créer la facture."
|
13 |
+
"Cannot create an invoice without products.","Impossible de créer une facture sans produits."
|
14 |
+
"Payment canceled/refunded by Payment Gateway. Transaction id: %s","Le paiement a été annulée/remboursé par le serveur de paiement. Transaction : %s"
|
15 |
+
"Error: missing or wrong parameters.","Erreur : paramètres manquants"
|
16 |
+
"There has been a problem during the payment.","Il y a eu un problème lors du paiement."
|
17 |
+
"You will be redirected to our secure payment page when you place an order.","Vous serez redirigé ver les serveur de paiement sécurisé lors de la finalisation de votre commande."
|
18 |
+
"Account details","Détails du compte"
|
19 |
+
"User","Utilisateur"
|
20 |
+
"Password","Mot de passe"
|
21 |
+
"New order status","Statut nouvelle commande"
|
22 |
+
"Approved order status","Statut commande approuvée"
|
23 |
+
"Rejected order status","Statut commande rejetée"
|
24 |
+
"Invoice when complete","Facturer les commandes valides"
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>J2t_Payplug</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>PayPlug payment gateway</summary>
|
10 |
<description>It allows to pay with PayPlug</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>J2T Design</name><user>j2tdesign</user><email>j2tdesign.net@gmail.com</email></author></authors>
|
13 |
<date>2014-09-24</date>
|
14 |
-
<time>12:
|
15 |
-
<contents><target name="magecommunity"><dir name="J2t"><dir name="Payplug"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><file name="Accountdetails.php" hash="c89acdccd51f392dac8dfd032013683f"/></dir></dir></dir><file name="Form.php" hash="0c89710b2d4e94d76e9cc4b37ae3e7a6"/><file name="Info.php" hash="1879d72dca0d0762afa48d7039d07925"/></dir><dir name="Helper"><file name="Data.php" hash="123d5de46cd1577e867e8ab9b0236d09"/></dir><dir name="Model"><file name="Feed.php" hash="a7a040e81827020e74f22f760b8f3f64"/><file name="Observer.php" hash="6d67e04bd3fd33e44c8381e64d5e9682"/><file name="PaymentMethod.php" hash="ecdb9dddcaaac90b80e5df92690b8d4a"/></dir><dir name="controllers"><file name="PaymentController.php" hash="39dc7cde45283f1c5d6c62e1bb8efcac"/></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>J2t_Payplug</name>
|
4 |
+
<version>1.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>PayPlug payment gateway</summary>
|
10 |
<description>It allows to pay with PayPlug</description>
|
11 |
+
<notes>Locale FR add</notes>
|
12 |
<authors><author><name>J2T Design</name><user>j2tdesign</user><email>j2tdesign.net@gmail.com</email></author></authors>
|
13 |
<date>2014-09-24</date>
|
14 |
+
<time>12:27:37</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="J2t"><dir name="Payplug"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><file name="Accountdetails.php" hash="c89acdccd51f392dac8dfd032013683f"/></dir></dir></dir><file name="Form.php" hash="0c89710b2d4e94d76e9cc4b37ae3e7a6"/><file name="Info.php" hash="1879d72dca0d0762afa48d7039d07925"/></dir><dir name="Helper"><file name="Data.php" hash="123d5de46cd1577e867e8ab9b0236d09"/></dir><dir name="Model"><file name="Feed.php" hash="a7a040e81827020e74f22f760b8f3f64"/><file name="Observer.php" hash="6d67e04bd3fd33e44c8381e64d5e9682"/><file name="PaymentMethod.php" hash="ecdb9dddcaaac90b80e5df92690b8d4a"/></dir><dir name="controllers"><file name="PaymentController.php" hash="39dc7cde45283f1c5d6c62e1bb8efcac"/></dir><dir name="etc"><file name="config.xml" hash="61b5c3679e85094032664876b6cf896f"/><file name="system.xml" hash="143b39d210b839d0c0503a5be6c2bd9d"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="j2tpayplug"><file name="form.phtml" hash="6edeec68d52f962cfe43b703d9925302"/><file name="info.phtml" hash="7270ac2591cb0ad18915d8f5e92bef69"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="j2tpayplug.xml" hash="b4f4d0cbe73cbd00bff554680f531741"/></dir><dir name="template"><dir name="j2tpayplug"><file name="info.phtml" hash="f6aa9ac4ef5ec0aa207e4b5a03666bd1"/><dir name="pdf"><file name="info.phtml" hash="007c81c2ae9e9b16522924a8073294ef"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="J2t_Payplug.xml" hash="dccffdae1d3e6bae6c2e01ed7ec0cff3"/></dir></target><target name="magelocale"><dir><dir name="fr_FR"><file name="j2t_payplug.csv" hash="a5b95d81d78a01f98428aafdc180743b"/></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="j2t_all_admin_1.css" hash="6d64fbd2a114cd820c11017c61bd0897"/><dir name="images"><file name="j2t_all_1.png" hash="19abc9040d74479f19eeb0c686f84766"/></dir></dir></dir></dir></target><target name="magemedia"><dir name="."><file name="icon_accepted_cards_payplug.gif" hash="5270a1ef6a85f679504849cdb1dccb2a"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|