Przeglądaj źródła

Merge pull request #2914 from forenta/patch-1

Created localized exception.php (DE)
daniel 3 lat temu
rodzic
commit
df972ea157
1 zmienionych plików z 11 dodań i 0 usunięć
  1. 11 0
      resources/lang/de/exception.php

+ 11 - 0
resources/lang/de/exception.php

@@ -0,0 +1,11 @@
+<?php
+
+return [
+
+	'compose' => [
+		'invalid' => [
+			'album' => 'Mindestens 1 Foto oder Video muss enthalten sein.',
+		],
+	],
+
+];