From 987a32468bf2852094f0fdfcc42d1bb4544a8d09 Mon Sep 17 00:00:00 2001 From: Basil Suter Date: Tue, 24 Nov 2020 10:15:51 +0000 Subject: [PATCH] fix readme --- src/frontend/messages/cn/cms.php | 2 +- src/frontend/messages/de/cms.php | 2 +- src/frontend/messages/el/cms.php | 2 +- src/frontend/messages/en/cms.php | 2 +- src/frontend/messages/es/cms.php | 2 +- src/frontend/messages/fa/cms.php | 2 +- src/frontend/messages/fr/cms.php | 2 +- src/frontend/messages/hu/cms.php | 2 +- src/frontend/messages/id/cms.php | 2 +- src/frontend/messages/it/cms.php | 2 +- src/frontend/messages/nl/cms.php | 2 +- src/frontend/messages/pl/cms.php | 2 +- src/frontend/messages/pt/cms.php | 2 +- src/frontend/messages/ru/cms.php | 2 +- src/frontend/messages/th/cms.php | 2 +- src/frontend/messages/tr/cms.php | 2 +- src/frontend/messages/ua/cms.php | 2 +- src/frontend/messages/vi/cms.php | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/frontend/messages/cn/cms.php b/src/frontend/messages/cn/cms.php index d29c9a19..014082ef 100644 --- a/src/frontend/messages/cn/cms.php +++ b/src/frontend/messages/cn/cms.php @@ -38,7 +38,7 @@ 'block_html_cfg_raw_label' => '在Admin中渲染HTML', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/de/cms.php b/src/frontend/messages/de/cms.php index e002a6f3..f0c52ed8 100644 --- a/src/frontend/messages/de/cms.php +++ b/src/frontend/messages/de/cms.php @@ -38,7 +38,7 @@ 'block_html_cfg_raw_label' => 'HTML im Admin ausführen.', // 3.4.0 - 'tag_alias_readme' => 'Das alias-Tag ermöglicht es, applikations-spezifische sowie vordefinierte Aliasse zu verwenden. Mit `alias[@web]` können zum Beispiel Bilder im Public-HTML-Verzeichnis verlinkt werden: ', + 'tag_alias_readme' => 'Das alias-Tag ermöglicht es, applikations-spezifische sowie vordefinierte Aliasse zu verwenden. Mit `alias[@web]` können zum Beispiel Bilder im Public-HTML-Verzeichnis verlinkt werden: ``', 'tag_menu_readme' => 'Erstelle einen Link zu einem Menü-Eintrag, wobei die Seiten-ID als Key anzugeben ist (Seiten-IDs werden beim Überfahren der Website-Navigation in der Administration angezeigt).', 'tag_page_readme' => 'Lade den Inhalt einer kompletten Seite oder eines Platzhalters einer Seite. Der erste Parameter ist die Seiten-ID (die beim Überfahren der Website-Navigation in der Administration angezeigt wird): `page[1]`. Wenn nur der Inhalt eines Platzhalters des CMS-Layouts geladen werden soll, verwenden Sie den zweiten Parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Sprache spiegeln', diff --git a/src/frontend/messages/el/cms.php b/src/frontend/messages/el/cms.php index 355d6b40..4d59cde0 100644 --- a/src/frontend/messages/el/cms.php +++ b/src/frontend/messages/el/cms.php @@ -38,7 +38,7 @@ 'block_html_cfg_raw_label' => 'Render HTML in Admin', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/en/cms.php b/src/frontend/messages/en/cms.php index 2ce9634e..143809e1 100644 --- a/src/frontend/messages/en/cms.php +++ b/src/frontend/messages/en/cms.php @@ -38,7 +38,7 @@ 'block_html_cfg_raw_label' => 'Render HTML in Admin', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/es/cms.php b/src/frontend/messages/es/cms.php index 35b80030..aaa4c58f 100644 --- a/src/frontend/messages/es/cms.php +++ b/src/frontend/messages/es/cms.php @@ -38,7 +38,7 @@ 'block_html_cfg_raw_label' => 'Renderizar HTML en Admin', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/fa/cms.php b/src/frontend/messages/fa/cms.php index 75a24735..c118c577 100644 --- a/src/frontend/messages/fa/cms.php +++ b/src/frontend/messages/fa/cms.php @@ -37,7 +37,7 @@ 'block_html_cfg_raw_label' => 'Render HTML in Admin', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/fr/cms.php b/src/frontend/messages/fr/cms.php index 546c6b77..02cd4569 100644 --- a/src/frontend/messages/fr/cms.php +++ b/src/frontend/messages/fr/cms.php @@ -38,7 +38,7 @@ 'block_html_cfg_raw_label' => 'Afficher le HTML dans l\'admin', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/hu/cms.php b/src/frontend/messages/hu/cms.php index 055b8b0a..2a0b6d2d 100644 --- a/src/frontend/messages/hu/cms.php +++ b/src/frontend/messages/hu/cms.php @@ -36,7 +36,7 @@ 'block_html_cfg_raw_label' => 'HTML renderelés adminisztrátorban', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/id/cms.php b/src/frontend/messages/id/cms.php index 5f9d7e4e..3c6910e9 100644 --- a/src/frontend/messages/id/cms.php +++ b/src/frontend/messages/id/cms.php @@ -38,7 +38,7 @@ 'block_html_cfg_raw_label' => 'Render HTML di Admin', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/it/cms.php b/src/frontend/messages/it/cms.php index 822bf08c..64bec3cc 100644 --- a/src/frontend/messages/it/cms.php +++ b/src/frontend/messages/it/cms.php @@ -38,7 +38,7 @@ 'block_html_cfg_raw_label' => 'Rendering HTML nell\'Admin', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/nl/cms.php b/src/frontend/messages/nl/cms.php index 53aeb9b3..a6694b9f 100644 --- a/src/frontend/messages/nl/cms.php +++ b/src/frontend/messages/nl/cms.php @@ -37,7 +37,7 @@ 'block_html_cfg_raw_label' => 'Render HTML in Admin', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/pl/cms.php b/src/frontend/messages/pl/cms.php index 013f4f8a..f8c49674 100644 --- a/src/frontend/messages/pl/cms.php +++ b/src/frontend/messages/pl/cms.php @@ -37,7 +37,7 @@ 'block_html_cfg_raw_label' => 'Renderuj HTML', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/pt/cms.php b/src/frontend/messages/pt/cms.php index 4c2fdca1..ffbcc3ae 100644 --- a/src/frontend/messages/pt/cms.php +++ b/src/frontend/messages/pt/cms.php @@ -38,7 +38,7 @@ 'block_html_cfg_raw_label' => 'Renderizar HTML no Admin', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/ru/cms.php b/src/frontend/messages/ru/cms.php index 701827f6..de44b301 100644 --- a/src/frontend/messages/ru/cms.php +++ b/src/frontend/messages/ru/cms.php @@ -38,7 +38,7 @@ 'block_html_cfg_raw_label' => 'Отображение HTML в админ панели', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/th/cms.php b/src/frontend/messages/th/cms.php index f003a3eb..9ad7b256 100644 --- a/src/frontend/messages/th/cms.php +++ b/src/frontend/messages/th/cms.php @@ -38,7 +38,7 @@ 'block_html_cfg_raw_label' => 'แสดง HTML ในแอดมิน', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/tr/cms.php b/src/frontend/messages/tr/cms.php index d367ba15..a5273652 100644 --- a/src/frontend/messages/tr/cms.php +++ b/src/frontend/messages/tr/cms.php @@ -38,7 +38,7 @@ 'block_html_cfg_raw_label' => 'HTML\'i Yönetimde işle', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/ua/cms.php b/src/frontend/messages/ua/cms.php index 3c8656a8..7b62b05e 100644 --- a/src/frontend/messages/ua/cms.php +++ b/src/frontend/messages/ua/cms.php @@ -38,7 +38,7 @@ 'block_html_cfg_raw_label' => 'Відтворення HTML в Admin', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language', diff --git a/src/frontend/messages/vi/cms.php b/src/frontend/messages/vi/cms.php index 2faa4c0a..8bd8e03d 100644 --- a/src/frontend/messages/vi/cms.php +++ b/src/frontend/messages/vi/cms.php @@ -38,7 +38,7 @@ 'block_html_cfg_raw_label' => 'Render HTML in Admin', // 3.4.0 - 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ', + 'tag_alias_readme' => 'The alias tag allows you to use aliases defined in your application as well as predefined aliases. As an example, you can use `alias[@web]` to link to images in the public html folder: ``', 'tag_menu_readme' => 'Generate a link to a menu item where the key is the page id (you can see the page ids when hovering over the site navigation in the administration).', 'tag_page_readme' => 'Get the content of a full page or of a placeholder of a page. The first parameter is the page id (which you get by hovering over the site navigation in the administration): `page[1]`. If you only want to get the content of a placeholder of the cmslayout, use the second parameter: `page[1](placeholderName)`.', 'block_mirror_language_name' => 'Mirror Language',