Added labels for 'Thumbnail toggle' and 'Cover image' in different languages.

This commit is contained in:
Nilesh Deepak
2017-07-05 16:11:15 +05:30
parent e88a06291e
commit cc553cc93d
14 changed files with 20 additions and 6 deletions

View File

@ -17,6 +17,7 @@ return [
'name' => 'Name',
'description' => 'Description',
'role' => 'Role',
'cover_image' => 'Cover image',
/**
* Actions

View File

@ -91,6 +91,7 @@ return [
'users_external_auth_id' => 'External Authentication ID',
'users_password_warning' => 'Only fill the below if you would like to change your password:',
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
'users_books_display_type' => 'Select the type of view',
'users_delete' => 'Delete User',
'users_delete_named' => 'Delete user :userName',
'users_delete_warning' => 'This will fully delete this user with the name \':userName\' from the system.',