2016-09-09 15:06:34 +01:00
|
|
|
<?php
|
|
|
|
return [
|
|
|
|
'breadcrumb' => [
|
2017-10-01 16:48:50 +01:00
|
|
|
'about' => 'About',
|
2018-10-14 20:08:31 +01:00
|
|
|
'activity_feed' => 'My Activity Feed',
|
2016-09-09 15:06:34 +01:00
|
|
|
'admin' => 'Admin',
|
|
|
|
'albums' => 'Albums',
|
2018-10-05 22:57:39 +01:00
|
|
|
'approve_comment' => 'Approve comment',
|
2018-09-21 15:00:07 +01:00
|
|
|
'comments' => 'Comments',
|
2016-09-09 15:06:34 +01:00
|
|
|
'create_album' => 'Create album',
|
2017-02-13 12:08:16 +00:00
|
|
|
'create_group' => 'Create group',
|
2016-09-24 09:34:08 +01:00
|
|
|
'create_storage' => 'Create storage',
|
2016-10-01 15:24:22 +01:00
|
|
|
'create_user' => 'Create user',
|
2018-09-23 10:28:54 +01:00
|
|
|
'default_album_permissions' => 'Default album permissions',
|
2016-09-28 20:32:19 +01:00
|
|
|
'delete_album' => 'Delete album',
|
2018-10-05 22:17:41 +01:00
|
|
|
'delete_comment' => 'Delete comment',
|
2017-02-13 12:08:16 +00:00
|
|
|
'delete_group' => 'Delete group',
|
2017-09-10 09:07:56 +01:00
|
|
|
'delete_label' => 'Delete label',
|
2016-09-28 20:32:19 +01:00
|
|
|
'delete_storage' => 'Delete storage location',
|
2016-10-03 14:11:24 +01:00
|
|
|
'delete_user' => 'Delete user',
|
2016-09-09 15:06:34 +01:00
|
|
|
'edit_album' => 'Edit album',
|
2017-02-13 12:08:16 +00:00
|
|
|
'edit_group' => 'Edit group',
|
2016-09-28 20:32:19 +01:00
|
|
|
'edit_storage' => 'Edit storage location',
|
2016-10-03 14:11:24 +01:00
|
|
|
'edit_user' => 'Edit user',
|
2017-09-16 12:49:34 +01:00
|
|
|
'exif_data' => 'Exif Data',
|
2018-11-18 09:07:13 +00:00
|
|
|
'explore_users' => 'Explore Photographers',
|
2017-02-13 10:36:53 +00:00
|
|
|
'groups' => 'Groups',
|
2016-09-09 15:06:34 +01:00
|
|
|
'home' => 'Gallery',
|
2017-09-16 08:26:05 +01:00
|
|
|
'labels' => 'Labels',
|
|
|
|
'metadata_upgrade' => 'Update Photo Metadata',
|
2018-10-05 22:57:39 +01:00
|
|
|
'reject_comment' => 'Reject comment',
|
2018-10-05 23:11:19 +01:00
|
|
|
'reject_comments' => 'Reject comments',
|
2016-09-09 15:06:34 +01:00
|
|
|
'settings' => 'Settings',
|
2016-09-24 09:34:08 +01:00
|
|
|
'storage' => 'Storage',
|
2016-09-09 15:06:34 +01:00
|
|
|
'users' => 'Users'
|
|
|
|
],
|
|
|
|
'navbar' => [
|
2018-10-14 20:08:31 +01:00
|
|
|
'activity_feed' => 'Activity',
|
2016-09-09 15:06:34 +01:00
|
|
|
'admin' => 'Manage',
|
|
|
|
'albums' => 'Albums',
|
2017-04-10 21:04:10 +01:00
|
|
|
'change_password' => 'Change password',
|
2017-09-10 13:21:45 +01:00
|
|
|
'labels' => 'Labels',
|
2016-09-09 15:06:34 +01:00
|
|
|
'login' => 'Login',
|
|
|
|
'logout' => 'Logout',
|
2018-08-11 09:30:48 +01:00
|
|
|
'public_profile_page' => 'My public profile',
|
2017-09-10 15:10:45 +01:00
|
|
|
'quick_post' => 'Quick Upload',
|
2017-09-06 16:08:38 +01:00
|
|
|
'register' => 'Register',
|
2018-08-27 21:28:44 +01:00
|
|
|
'statistics' => 'Statistics',
|
|
|
|
'user_settings' => 'Change my settings'
|
2016-09-09 15:06:34 +01:00
|
|
|
]
|
|
|
|
];
|