Régularisation de commits manquants
This commit is contained in:
4
local/modules/DuplicateOrder/I18n/en_US.php
Normal file
4
local/modules/DuplicateOrder/I18n/en_US.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return array(
|
||||
// 'an english string' => 'The displayed english string',
|
||||
);
|
||||
4
local/modules/DuplicateOrder/I18n/fr_FR.php
Normal file
4
local/modules/DuplicateOrder/I18n/fr_FR.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return array(
|
||||
// 'an english string' => 'La traduction française de la chaine',
|
||||
);
|
||||
@@ -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',
|
||||
);
|
||||
@@ -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',
|
||||
);
|
||||
Reference in New Issue
Block a user