From 444fb4e8a3e5189868b8b12c5fdccc4bef6868fc Mon Sep 17 00:00:00 2001 From: brettp Date: Tue, 13 Apr 2010 19:13:36 +0000 Subject: First version of ecml. git-svn-id: http://code.elgg.org/elgg/trunk@5722 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/ecml/languages/en.php | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 mod/ecml/languages/en.php (limited to 'mod/ecml/languages') diff --git a/mod/ecml/languages/en.php b/mod/ecml/languages/en.php new file mode 100644 index 000000000..d93c7236a --- /dev/null +++ b/mod/ecml/languages/en.php @@ -0,0 +1,41 @@ + '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); \ No newline at end of file -- cgit v1.2.3