forked from mirror/pixelfed
Create navmenu.php
This commit is contained in:
parent
668e0bd24b
commit
0e25dd449a
|
@ -0,0 +1,13 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'viewMyProfile' => 'צפה בפרופיל שלי',
|
||||||
|
'myTimeline' => 'ציר הזמן שלי',
|
||||||
|
'publicTimeline' => 'ציר הזמן הציבורי',
|
||||||
|
'remoteFollow' => 'עקיבה מרחוק',
|
||||||
|
'settings' => 'הגדרות',
|
||||||
|
'admin' => 'מנהל',
|
||||||
|
'logout' => 'התנתק',
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in New Issue