1
0
Fork 0

Create navmenu.php

This commit is contained in:
begini 2019-02-03 08:17:49 +07:00 committed by GitHub
parent 7f57dfe2bb
commit 5e1a505418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
return [
'viewMyProfile' => 'Lihat profil saya',
'myTimeline' => 'Linimasa Saya',
'publicTimeline' => 'Linimasa Publik',
'remoteFollow' => 'Ikuti Jarak Jauh',
'settings' => 'Pengaturan',
'admin' => 'Admin',
'logout' => 'Keluar',
'directMessages' => 'Pesan Langsung',
];