Régularisation de commits manquants

This commit is contained in:
2020-06-24 13:10:52 +02:00
parent 6810659202
commit 2bc59082d9
941 changed files with 89385 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?php
return array(
// 'an english string' => 'The displayed english string',
);

View File

@@ -0,0 +1,4 @@
<?php
return array(
// 'an english string' => 'La traduction française de la chaine',
);

View File

@@ -0,0 +1,6 @@
<?php
return array(
'I wish to renew my order identically' => 'I wish to renew my order identically',
'Renew my order' => 'Renew my order',
);

View File

@@ -0,0 +1,6 @@
<?php
return array(
'I wish to renew my order identically' => 'Je souhaite renouveler ma commande à l\'identique',
'Renew my order' => 'Dupliquer ma commande',
);