Browse Source

Merge pull request #28 from timmyrs/dev

Translate new files in German
daniel 7 years ago
parent
commit
e872d928d9
2 changed files with 12 additions and 0 deletions
  1. 7 0
      resources/lang/de/notification.php
  2. 5 0
      resources/lang/de/profile.php

+ 7 - 0
resources/lang/de/notification.php

@@ -0,0 +1,7 @@
+<?php
+
+return [
+
+  'likedPhoto' => 'gef&auml;llt dein Foto.',
+
+];

+ 5 - 0
resources/lang/de/profile.php

@@ -0,0 +1,5 @@
+<?php
+
+return [
+  'emptyTimeline' => 'Dieser Benutzer hat noch keine Fotos hochgeladen!',
+];