Initial Commit
This commit is contained in:
13
local/modules/Carousel/I18n/backOffice/default/de_DE.php
Normal file
13
local/modules/Carousel/I18n/backOffice/default/de_DE.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Add an image to the carousel' => 'Ein Bild zu Karussell hinzufügen',
|
||||
'Add this image to the carousel' => 'Dieses Bild zu Karussell hinzufügen',
|
||||
'Carousel image' => 'Karussell-Bild',
|
||||
'Carousel images' => 'Karussell-Bilder',
|
||||
'Delete a carousel image' => 'Ein Karussell-Bild löschen',
|
||||
'Do you really want to remove this image from the carousel ?' => 'Wollen Sie dieses Bild wirklich aus dem Karussell entfernen?',
|
||||
'Edit your carousel.' => 'Karussell bearbeiten.',
|
||||
'Remove this image' => 'Dieses Bild entfernen',
|
||||
'Your carousel contains no image. Please add one using the form above.' => 'Das Karussell enthält kein Bild. Bitte fügen Sie mit dem Formular oben eines hinzu.',
|
||||
];
|
||||
13
local/modules/Carousel/I18n/backOffice/default/en_US.php
Normal file
13
local/modules/Carousel/I18n/backOffice/default/en_US.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Add an image to the carousel' => 'Add an image to the carousel',
|
||||
'Add this image to the carousel' => 'Add this image to the carousel',
|
||||
'Carousel image' => 'Carousel image',
|
||||
'Carousel images' => 'Carousel images',
|
||||
'Delete a carousel image' => 'Delete a carousel image',
|
||||
'Do you really want to remove this image from the carousel ?' => 'Do you really want to remove this image from the carousel ?',
|
||||
'Edit your carousel.' => 'Edit your carousel.',
|
||||
'Remove this image' => 'Remove this image',
|
||||
'Your carousel contains no image. Please add one using the form above.' => 'Your carousel contains no image. Please add one using the form above.',
|
||||
);
|
||||
13
local/modules/Carousel/I18n/backOffice/default/fr_FR.php
Normal file
13
local/modules/Carousel/I18n/backOffice/default/fr_FR.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Add an image to the carousel' => 'Ajouter une image au carrousel',
|
||||
'Add this image to the carousel' => 'Ajouter l\'image au carrousel',
|
||||
'Carousel image' => 'Image du carrousel',
|
||||
'Carousel images' => 'Images du carrousel',
|
||||
'Delete a carousel image' => 'Supprimer une image du carrousel',
|
||||
'Do you really want to remove this image from the carousel ?' => 'Voulez-vous vraiment retirer cette image du carrousel ?',
|
||||
'Edit your carousel.' => 'Modifier votre carrousel',
|
||||
'Remove this image' => 'Supprimer cette image',
|
||||
'Your carousel contains no image. Please add one using the form above.' => 'Votre carrousel ne contient aucune image. Ajoutez votre première image avec le formulaire ci-dessus',
|
||||
];
|
||||
13
local/modules/Carousel/I18n/backOffice/default/tr_TR.php
Normal file
13
local/modules/Carousel/I18n/backOffice/default/tr_TR.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Add an image to the carousel' => 'Slayt için bir resim ekle',
|
||||
'Add this image to the carousel' => 'slayt için bu resim ekleme',
|
||||
'Carousel image' => 'slayt görüntü',
|
||||
'Carousel images' => 'slayt görüntüleri',
|
||||
'Delete a carousel image' => 'Bir slayt resmi silme',
|
||||
'Do you really want to remove this image from the carousel ?' => 'Bu görüntüyü slayttan kaldırmak istiyor musunuz?',
|
||||
'Edit your carousel.' => 'slayt düzenleyin.',
|
||||
'Remove this image' => 'Bu resmi kaldırma',
|
||||
'Your carousel contains no image. Please add one using the form above.' => 'Senin slayt hiçbir görüntü içermiyor . Lütfen yukarıdaki formu kullanarak ekleyin.',
|
||||
];
|
||||
Reference in New Issue
Block a user