Inital commit
This commit is contained in:
5
local/modules/PdfGenerator/I18n/en_US.php
Normal file
5
local/modules/PdfGenerator/I18n/en_US.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'We\'re sorry, this PDF document %name is not available at the moment.' => 'We\'re sorry, this PDF document %name is not available at the moment. ',
|
||||
);
|
||||
5
local/modules/PdfGenerator/I18n/fr_FR.php
Normal file
5
local/modules/PdfGenerator/I18n/fr_FR.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'We\'re sorry, this PDF document %name is not available at the moment.' => 'Désoler, le PDF %name n\'est pas disponible pour le moment. ',
|
||||
);
|
||||
Reference in New Issue
Block a user