'ECML', 'ecml:help' => 'ECML Help', /** * Key words */ 'ecml:keywords_title' => 'Keywords', 'ecml:keywords_instructions' => 'Keywords are replaced with content when viewed. They must be surrounded by two square brackets ([[ and ]]). You can build your own or use the ones listed below. Hover over a keyword to read its description.', 'ecml:keywords_instructions_more' => '

You can build your own keywords for views and entities.

[[entity: type=type, subtype=subtype, owner=username, limit=number]]
EX: To show 5 blog posts by admin:
[[entity: type=object, subtype=blog, owner=admin, limit=5]]

You can also specify a valid Elgg view:
[[view: elgg_view, name=value]]

Ex: To show a text input with a default value:
[[view: input/text, value=This is a default value]]

', ); add_translation('en', $english);