11 lines
482 B
PHP
11 lines
482 B
PHP
<?php
|
|
return [
|
|
'actions_panel' => 'Actions',
|
|
'create_album' => 'Create a photo album',
|
|
'create_album_intro' => 'Photo albums contain individual photographs together in the same way as a physical photo album or memory book.',
|
|
'create_album_intro2' => 'Complete the form below to create a photo album.',
|
|
'create_album_link' => 'Create album',
|
|
'list_albums_name_column' => 'Album name',
|
|
'stats_albums' => 'album|albums',
|
|
'stats_panel' => 'Statistics'
|
|
]; |