diff --git a/resources/lang/de/ad.php b/resources/lang/de/ad.php new file mode 100644 index 0000000000000000000000000000000000000000..c3bf1ef01a975de477cad5e95adb331558c969d4 --- /dev/null +++ b/resources/lang/de/ad.php @@ -0,0 +1,6 @@ +<?php + +return [ + 'werbung' => 'Werbung', + 'von' => 'von', +]; \ No newline at end of file diff --git a/resources/lang/en/ad.php b/resources/lang/en/ad.php new file mode 100644 index 0000000000000000000000000000000000000000..6dd3552331f7b742ca73b82d99f0a1ae5b549f31 --- /dev/null +++ b/resources/lang/en/ad.php @@ -0,0 +1,4 @@ +<?php + +return [ +]; \ No newline at end of file