Parcourir la source

Merge pull request #36 from j1t/dev

Hebrew Translation
daniel il y a 7 ans
Parent
commit
716ce6a588
2 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. 7 0
      resources/lang/he/notification.php
  2. 5 0
      resources/lang/he/profile.php

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

@@ -0,0 +1,7 @@
+<?php     
+        
+return [
+        
+  'likedPhoto' => 'אהבו את התמונה שלך.',
+        
+];

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

@@ -0,0 +1,5 @@
+<?php
+ 
+return [    
+  'emptyTimeline' => 'למשתמש זה עדיין אין פוסטים!',      
+];