mirror of
https://github.com/Relintai/crystal_cms_rcpp_fw.git
synced 2025-04-22 20:41:18 +02:00
134 lines
4.1 KiB
PHP
134 lines
4.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Admin Panel
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'back' => '<-- Back',
|
|
'new_entry' => 'New entry',
|
|
'add' => 'Add',
|
|
'field_added_successfully' => ' added successfully!',
|
|
'type' => 'Type',
|
|
'delete_successful' => 'Delete successful!',
|
|
'success' => 'Success!',
|
|
'upload' => 'Upload',
|
|
'resize_to_width' => 'Resize to width',
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Forms
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'save' => 'Save',
|
|
'run' => 'Run',
|
|
'command' => 'Command',
|
|
'name' => 'Name',
|
|
'folder' => 'Folder',
|
|
'description' => 'Description',
|
|
'image_only_owerwritten_if_present' => 'Image (Only overwritten if present)',
|
|
'image' => 'Image',
|
|
'edit' => 'Edit',
|
|
'alt_text' => 'Alt text',
|
|
'name_key' => 'Name key',
|
|
'up' => 'Up',
|
|
'down' => 'Down',
|
|
'delete' => 'Delete',
|
|
'set' => 'Set',
|
|
'pages' => 'Pages',
|
|
'rbac_url' => 'Url: No leading, and trailing slashes! the root is /',
|
|
'name_internal' => 'Name (Internal)',
|
|
'edit_names' => '[Edit Names]',
|
|
'text' => 'Text',
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Menu Editor
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'menu_editor' => 'Menu Editor',
|
|
'menu_entries' => 'Menu Entries',
|
|
'create_edit_help' => "Name Key's value must be in resources/lang/{lang}/menu.php!",
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Page Editor
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'page_editor' => 'Page Editor',
|
|
'new_page' => 'New Page',
|
|
'pages' => 'Pages',
|
|
'page_editor_help' => 'The name is just there to be easier to see where the page belongs, the url is important.',
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Page Content Editor
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'page_content_editor' => 'Page Content Editor',
|
|
'page_content_editor_help' => 'The name is just there to be easier to see where the page belongs, the url is important.',
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Blog Editor
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'blog_editor' => 'Blog Editor',
|
|
'new_blog' => 'New Blog',
|
|
'new_entry' => 'New Entry',
|
|
'title' => 'Title',
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| RBAC Editor
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'rbac_editor' => 'RBAC Editor',
|
|
'new_rank' => 'New Rank',
|
|
'new_group' => 'New Group',
|
|
'revoke' => 'Revoke',
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Artisan
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'artisan' => 'Artisan',
|
|
'artisan_result' => 'Results: ',
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Themes
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'admin' => 'Admin',
|
|
'site' => 'Site',
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Names
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'gallery_editor' => 'Gallery Editor',
|
|
'image_editor' => 'Image Editor',
|
|
'menu_editor' => 'Menu Editor',
|
|
'page_content_editor' => 'Page Content Editor',
|
|
'page_editor' => 'Page Editor',
|
|
'rbac_editor' => 'RBAC Editor',
|
|
'text_editor' => 'Text Editor',
|
|
'theme_editor' => 'Theme Editor',
|
|
'image_uploader' => 'Image Uploader',
|
|
];
|