From 266918fcc7fccceb2db4da92ef86527aadcfb97f Mon Sep 17 00:00:00 2001 From: Aria Givi <aria@suma-ev.de> Date: Mon, 23 Jul 2018 11:23:43 +0200 Subject: [PATCH] Add new file --- resources/lang/de/ad.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 resources/lang/de/ad.php diff --git a/resources/lang/de/ad.php b/resources/lang/de/ad.php new file mode 100644 index 000000000..c3bf1ef01 --- /dev/null +++ b/resources/lang/de/ad.php @@ -0,0 +1,6 @@ +<?php + +return [ + 'werbung' => 'Werbung', + 'von' => 'von', +]; \ No newline at end of file -- GitLab