Initial Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'An error occured' => 'Ein Fehler ist aufgetreten',
|
||||
'Edit your analytics configuration.' => 'Analytics-Konfiguration bearbeiten.',
|
||||
'Save' => 'Speichern',
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'An error occured' => 'An error occured',
|
||||
'Edit your analytics configuration.' => 'Edit your analytics configuration.',
|
||||
'Save' => 'Save',
|
||||
);
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'An error occured' => 'Une erreur est survenue',
|
||||
'Edit your analytics configuration.' => 'Modifier la configuration des statistiques',
|
||||
'Save' => ' Enregistrer',
|
||||
];
|
||||
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Save' => 'Salvare',
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'An error occured' => 'Bir hata meydana geldi',
|
||||
'Edit your analytics configuration.' => 'Analytics yapılandırmanızı düzenleyin.',
|
||||
'Save' => 'kaydet',
|
||||
];
|
||||
Reference in New Issue
Block a user