Inital commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Email address' => 'E-mail Adresse',
|
||||
'Sign up to receive our latest news.' => 'Abonnieren Sie unseren Newsletter.',
|
||||
'Subscribe' => 'Abonnieren',
|
||||
'Your email address' => 'Ihre E-Mail-Adresse',
|
||||
];
|
||||
8
local/modules/HookNewsletter/I18n/frontOffice/default/en_US.php
Executable file
8
local/modules/HookNewsletter/I18n/frontOffice/default/en_US.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Email address' => 'Email address',
|
||||
'Sign up to receive our latest news.' => 'Sign up to receive our latest news.',
|
||||
'Subscribe' => 'Subscribe',
|
||||
'Your email address' => 'Your email address',
|
||||
);
|
||||
8
local/modules/HookNewsletter/I18n/frontOffice/default/fr_FR.php
Executable file
8
local/modules/HookNewsletter/I18n/frontOffice/default/fr_FR.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Email address' => 'Adresse e-mail',
|
||||
'Sign up to receive our latest news.' => 'Enregistrez vous pour recevoir nos dernières nouvelles.',
|
||||
'Subscribe' => 'Inscription',
|
||||
'Your email address' => 'Votre adresse email',
|
||||
];
|
||||
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Email address' => 'Indirizzo email',
|
||||
'Subscribe' => 'Abbonati',
|
||||
];
|
||||
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Email address' => 'Eposta adresi',
|
||||
'Sign up to receive our latest news.' => 'En yeni haberleri almak için kaydolun.',
|
||||
'Subscribe' => 'Abone Ol',
|
||||
'Your email address' => 'E-posta adresiniz',
|
||||
];
|
||||
Reference in New Issue
Block a user