dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
seo-page_en.fd.php
Go to the documentation of this file.
1<?php
2$messages = array();
3$messages['save_success'] = 'Data was saved';
4$messages['save_succeass'] = $messages['save_success'];
5$messages['save_error'] = 'Data could not be saved';
6$messages['security_token_error'] = 'The action was rejected for security reasons. Please reload the page.';
7$messages['bar_title'] = 'SEO';
8$messages['bar_subtitle'] = 'Keywords, robots, OG image and SEO title for each page';
9$messages['cms_action'] = 'Content CMS';
10$messages['page_label'] = 'Page';
11$messages['page_fallback'] = 'Page #{id}';
12$messages['page_description_hint'] = 'Maintain the description in the “Page” section of the Content CMS.';
13$messages['save_button'] = 'Save SEO';
14$messages['label_keywords'] = 'Keywords';
15$messages['label_robots'] = 'Robots';
16$messages['label_seo_title'] = 'SEO title';
17$messages['label_og_image'] = 'OG image';
18$messages['placeholder_keywords'] = 'Optional, comma-separated';
19$messages['placeholder_seo_title'] = 'Optional, overrides the page title in the head';
20$messages['robots_default'] = 'index, follow (Default)';
21$messages['og_empty'] = 'No OG image selected (hero fallback).';
22$messages['og_loading'] = 'Loading OG image.';
23$messages['og_not_image'] = 'The selected medium is not an image.';
24$messages['og_select_title'] = 'Select an OG image from the media browser';
25$messages['og_select'] = 'Select';
26$messages['og_remove_title'] = 'Remove OG image';
27$messages['og_remove'] = 'Remove';
28$messages['page_id_missing'] = 'No page ID was supplied.';
29$messages['page_not_found'] = 'Page not found.';
30$messages['load_start'] = 'Loading SEO data...';
31$messages['load_error'] = 'SEO data could not be loaded.';
32$messages['no_page_selected'] = 'No page selected.';
33$messages['save_start'] = 'Saving SEO data...';
34$messages['seo_saved'] = 'SEO saved.';
35$messages['no_media_images'] = 'There are no images in the media library.';
36$messages['picker_title'] = 'Select OG image';
37$messages['media_api_missing'] = 'The media API is not configured.';
38$messages['og_selected_pending'] = 'OG image selected (save still required).';
39$messages['media_load_error'] = 'Media could not be loaded.';
40$messages['og_removed_pending'] = 'OG image removed (save still required).';
41?>
$messages
Definition config.fd.php:2