1
0
Fork 0

Update profile.php

This commit is contained in:
j1t 2018-06-01 06:03:12 +00:00 committed by GitHub
parent 57edcfac80
commit 112ca537e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
<?php
return [
'emptyTimeline' => 'למשתמש זה עדיין אין פוסטים!',
'emptyTimeline' => 'למשתמש זה עדיין אין פוסטים!',
'emptyFollowers' => 'למשתמש זה עדיין אין עוקבים!',
'emptyFollowing' => 'משתמש זה עדיין אינו עוקב אחרי אף אחד!',
'savedWarning' => 'רק אתם יכולים לראות את מה ששמרתם',
];