Initial commit
This commit is contained in:
4
local/modules/Beds24/I18n/en_US.php
Normal file
4
local/modules/Beds24/I18n/en_US.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return array(
|
||||
// 'an english string' => 'The displayed english string',
|
||||
);
|
||||
5
local/modules/Beds24/I18n/fr_FR.php
Normal file
5
local/modules/Beds24/I18n/fr_FR.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
return array(
|
||||
// 'an english string' => 'La traduction française de la chaine',
|
||||
'Saisir le coût supplémentaire par personne et par jour pour ce bien Beds24' => 'Saisir le coût supplémentaire par personne et par jour pour ce bien Beds24'
|
||||
);
|
||||
Reference in New Issue
Block a user