Browse Source

Create exception.php

Xose M 4 years ago
parent
commit
92700525d5
1 changed files with 11 additions and 0 deletions
  1. 11 0
      resources/lang/gl/exception.php

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

@@ -0,0 +1,11 @@
+<?php
+
+return [
+
+	'compose' => [
+		'invalid' => [
+			'album' => 'Debe conter unha soa foto ou vídeo ou varias fotos.',
+		],
+	],
+
+];