mirror of
https://github.com/Relintai/crystal_cms_rcpp_fw.git
synced 2025-04-26 23:44:57 +02:00
22 lines
507 B
PHP
22 lines
507 B
PHP
<?php
|
|
|
|
return [
|
|
'edit' => 'Edit',
|
|
'add' => 'Add',
|
|
'edit_images' => 'Edit Images',
|
|
|
|
'text' => 'Text',
|
|
'text_desc' => 'Basic text element.',
|
|
|
|
'image' => 'Image',
|
|
'image_desc' => 'Basic image element.',
|
|
|
|
'gallery' => 'Gallery',
|
|
'gallery_desc' => 'Basic gallery element.',
|
|
|
|
'blog' => 'Blog',
|
|
'blog_desc' => 'Basic blog element (this puts a previously created blog on the page).',
|
|
'edit_blog_entries' => 'Edit Entries',
|
|
'new_blog_entry' => 'New Entry',
|
|
];
|