28 lines
1.4 KiB
PHP
28 lines
1.4 KiB
PHP
<?php
|
|
return [
|
|
'actions_panel' => 'Actions',
|
|
'album_no_photos_p1' => 'No photos in this album',
|
|
'album_no_photos_p2' => 'Click the "Upload photos" button below to get started.',
|
|
'album_no_photos_button' => 'Upload photos',
|
|
'album_photos_tab' => 'Photos',
|
|
'album_settings_tab' => 'Settings',
|
|
'album_upload_tab' => 'Upload',
|
|
'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',
|
|
'delete_album' => 'Delete album :name',
|
|
'delete_album_confirm' => 'Are you sure you want to permanently delete this album and all its contents?',
|
|
'delete_album_warning' => 'This is a permanent action that cannot be undone!',
|
|
'list_albums_name_column' => 'Album name',
|
|
'no_albums_text' => 'You have no photo albums yet. Click the button below to create one.',
|
|
'no_albums_title' => 'No Photo Albums',
|
|
'settings_link' => 'Settings',
|
|
'settings_save_action' => 'Update Settings',
|
|
'settings_saved_message' => 'The settings were updated successfully.',
|
|
'settings_test_email_action' => 'Send a test e-mail',
|
|
'settings_title' => 'Settings',
|
|
'stats_albums' => 'album|albums',
|
|
'stats_panel' => 'Statistics',
|
|
'stats_photos' => 'photo|photos'
|
|
]; |