Initial commit

This commit is contained in:
2020-01-27 08:56:08 +01:00
commit b7525048d6
27129 changed files with 3409855 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<dwsync>
<file name="de_DE.php" server="51.254.220.106//web/" local="131351947200000000" remote="131351947200000000" />
<file name="en_US.php" server="51.254.220.106//web/" local="131351947200000000" remote="131351947200000000" />
<file name="fr_FR.php" server="51.254.220.106//web/" local="131351947200000000" remote="131351947200000000" />
<file name="it_IT.php" server="51.254.220.106//web/" local="131351947200000000" remote="131351947200000000" />
<file name="tr_TR.php" server="51.254.220.106//web/" local="131351947200000000" remote="131351947200000000" />
</dwsync>

View File

@@ -0,0 +1,6 @@
<?php
return [
'Latest articles' => 'Neueste Artikel',
'No articles currently' => 'Zur Zeit keine Artikel',
];

View File

@@ -0,0 +1,8 @@
<?php
return array(
'Categories' => 'Categories',
'Home' => 'Home',
'No articles currently' => 'No articles currently',
'Toggle navigation' => 'Toggle navigation',
);

View File

@@ -0,0 +1,8 @@
<?php
return [
'Categories' => 'Rubriques',
'Home' => 'Accueil',
'No articles currently' => 'Aucun article pour le moment',
'Toggle navigation' => 'Basculer la navigation',
];

View File

@@ -0,0 +1,8 @@
<?php
return [
'Categories' => 'Categorie',
'Home' => 'Home',
'No articles currently' => 'Attualmente non sono presenti articoli',
'Toggle navigation' => 'Toggle navigation',
];

View File

@@ -0,0 +1,6 @@
<?php
return [
'Latest articles' => 'Son Makaleler',
'No articles currently' => 'Hiç makale yok',
];