Update en MM lang
This commit is contained in:
parent
1826b19197
commit
3aa9d91cf8
|
|
@ -514,5 +514,75 @@ return [
|
|||
'windows_1251' => 'Windows-1251 (CP1251)',
|
||||
'windows_1252' => 'Windows-1252 (CP1252)'
|
||||
]
|
||||
]
|
||||
],
|
||||
'permissions' => [
|
||||
'manage_media' => 'Upload and manage media contents - images, videos, sounds, documents'
|
||||
],
|
||||
'mediafinder' => [
|
||||
'label' => 'Media Finder',
|
||||
'default_prompt' => 'Click the %s button to find a media item'
|
||||
],
|
||||
'media' => [
|
||||
'menu_label' => 'Media',
|
||||
'upload' => 'Upload',
|
||||
'move' => 'Move',
|
||||
'delete' => 'Delete',
|
||||
'add_folder' => 'Add folder',
|
||||
'search' => 'Search',
|
||||
'display' => 'Display',
|
||||
'filter_everything' => 'Everything',
|
||||
'filter_images' => 'Images',
|
||||
'filter_video' => 'Video',
|
||||
'filter_audio' => 'Audio',
|
||||
'filter_documents' => 'Documents',
|
||||
'library' => 'Library',
|
||||
'size' => 'Size',
|
||||
'title' => 'Title',
|
||||
'last_modified' => 'Last modified',
|
||||
'public_url' => 'URL',
|
||||
'click_here' => 'Click here',
|
||||
'thumbnail_error' => 'Error generating thumbnail.',
|
||||
'return_to_parent' => 'Return to the parent folder',
|
||||
'return_to_parent_label' => 'Go up ..',
|
||||
'nothing_selected' => 'Nothing is selected.',
|
||||
'multiple_selected' => 'Multiple items selected.',
|
||||
'uploading_file_num' => 'Uploading :number file(s)...',
|
||||
'uploading_complete' => 'Upload complete',
|
||||
'uploading_error' => 'Upload failed',
|
||||
'type_blocked' => 'The file type used is blocked for security reasons.',
|
||||
'order_by' => 'Order by',
|
||||
'direction' => 'Direction',
|
||||
'direction_asc' => 'Ascending',
|
||||
'direction_desc' => 'Descending',
|
||||
'folder' => 'Folder',
|
||||
'no_files_found' => 'No files found by your request.',
|
||||
'delete_empty' => 'Please select items to delete.',
|
||||
'delete_confirm' => 'Delete the selected item(s)?',
|
||||
'error_renaming_file' => 'Error renaming the item.',
|
||||
'new_folder_title' => 'New folder',
|
||||
'folder_name' => 'Folder name',
|
||||
'error_creating_folder' => 'Error creating folder',
|
||||
'folder_or_file_exist' => 'A folder or file with the specified name already exists.',
|
||||
'move_empty' => 'Please select items to move.',
|
||||
'move_popup_title' => 'Move files or folders',
|
||||
'move_destination' => 'Destination folder',
|
||||
'please_select_move_dest' => 'Please select a destination folder.',
|
||||
'move_dest_src_match' => 'Please select another destination folder.',
|
||||
'empty_library' => 'It looks a bit empty here. Upload files or create folders to get started.',
|
||||
'insert' => 'Insert',
|
||||
'crop_and_insert' => 'Crop & Insert',
|
||||
'select_single_image' => 'Please select a single image.',
|
||||
'selection_not_image' => 'The selected item is not an image.',
|
||||
'restore' => 'Undo all changes',
|
||||
'resize' => 'Resize...',
|
||||
'selection_mode_normal' => 'Normal',
|
||||
'selection_mode_fixed_ratio' => 'Fixed ratio',
|
||||
'selection_mode_fixed_size' => 'Fixed size',
|
||||
'height' => 'Height',
|
||||
'width' => 'Width',
|
||||
'selection_mode' => 'Selection mode',
|
||||
'resize_image' => 'Resize image',
|
||||
'image_size' => 'Image size:',
|
||||
'selected_size' => 'Selected:'
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -260,76 +260,6 @@ return [
|
|||
'manage_partials' => 'Create, modify and delete CMS partials',
|
||||
'manage_themes' => 'Activate, deactivate and configure CMS themes',
|
||||
'manage_theme_options' => 'Configure customization options for the active theme',
|
||||
'manage_media' => 'Upload and manage media contents - images, videos, sounds, documents'
|
||||
],
|
||||
'mediafinder' => [
|
||||
'label' => 'Media Finder',
|
||||
'default_prompt' => 'Click the %s button to find a media item'
|
||||
],
|
||||
'media' => [
|
||||
'invalid_path' => "Invalid file path specified: ':path'.",
|
||||
'menu_label' => 'Media',
|
||||
'upload' => 'Upload',
|
||||
'move' => 'Move',
|
||||
'delete' => 'Delete',
|
||||
'add_folder' => 'Add folder',
|
||||
'search' => 'Search',
|
||||
'display' => 'Display',
|
||||
'filter_everything' => 'Everything',
|
||||
'filter_images' => 'Images',
|
||||
'filter_video' => 'Video',
|
||||
'filter_audio' => 'Audio',
|
||||
'filter_documents' => 'Documents',
|
||||
'library' => 'Library',
|
||||
'folder_size_items' => 'item(s)',
|
||||
'size' => 'Size',
|
||||
'title' => 'Title',
|
||||
'last_modified' => 'Last modified',
|
||||
'public_url' => 'URL',
|
||||
'click_here' => 'Click here',
|
||||
'thumbnail_error' => 'Error generating thumbnail.',
|
||||
'return_to_parent' => 'Return to the parent folder',
|
||||
'return_to_parent_label' => 'Go up ..',
|
||||
'nothing_selected' => 'Nothing is selected.',
|
||||
'multiple_selected' => 'Multiple items selected.',
|
||||
'uploading_file_num' => 'Uploading :number file(s)...',
|
||||
'uploading_complete' => 'Upload complete',
|
||||
'uploading_error' => 'Upload failed',
|
||||
'type_blocked' => 'The file type used is blocked for security reasons.',
|
||||
'order_by' => 'Order by',
|
||||
'direction' => 'Direction',
|
||||
'direction_asc' => 'Ascending',
|
||||
'direction_desc' => 'Descending',
|
||||
'folder' => 'Folder',
|
||||
'no_files_found' => 'No files found by your request.',
|
||||
'delete_empty' => 'Please select items to delete.',
|
||||
'delete_confirm' => 'Delete the selected item(s)?',
|
||||
'error_renaming_file' => 'Error renaming the item.',
|
||||
'new_folder_title' => 'New folder',
|
||||
'folder_name' => 'Folder name',
|
||||
'error_creating_folder' => 'Error creating folder',
|
||||
'folder_or_file_exist' => 'A folder or file with the specified name already exists.',
|
||||
'move_empty' => 'Please select items to move.',
|
||||
'move_popup_title' => 'Move files or folders',
|
||||
'move_destination' => 'Destination folder',
|
||||
'please_select_move_dest' => 'Please select a destination folder.',
|
||||
'move_dest_src_match' => 'Please select another destination folder.',
|
||||
'empty_library' => 'It looks a bit empty here. Upload files or create folders to get started.',
|
||||
'insert' => 'Insert',
|
||||
'crop_and_insert' => 'Crop & Insert',
|
||||
'select_single_image' => 'Please select a single image.',
|
||||
'selection_not_image' => 'The selected item is not an image.',
|
||||
'restore' => 'Undo all changes',
|
||||
'resize' => 'Resize...',
|
||||
'selection_mode_normal' => 'Normal',
|
||||
'selection_mode_fixed_ratio' => 'Fixed ratio',
|
||||
'selection_mode_fixed_size' => 'Fixed size',
|
||||
'height' => 'Height',
|
||||
'width' => 'Width',
|
||||
'selection_mode' => 'Selection mode',
|
||||
'resize_image' => 'Resize image',
|
||||
'image_size' => 'Image size:',
|
||||
'selected_size' => 'Selected:'
|
||||
],
|
||||
'theme_log' => [
|
||||
'hint' => 'This log displays any changes made to the theme by administrators in the back-end area.',
|
||||
|
|
|
|||
|
|
@ -423,5 +423,9 @@ return [
|
|||
'log_requests_comment' => 'Browser requests that may require attention, such as 404 errors.',
|
||||
'log_theme' => 'Log theme changes',
|
||||
'log_theme_comment' => 'When a change is made to the theme using the back-end.',
|
||||
]
|
||||
],
|
||||
'media' => [
|
||||
'invalid_path' => "Invalid file path specified: ':path'.",
|
||||
'folder_size_items' => 'item(s)',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue