diff options
author | Pablo Martin <caedes@sindominio.net> | 2012-10-30 11:42:18 +0000 |
---|---|---|
committer | root <root@migration.vz.lan> | 2012-10-30 11:42:26 +0000 |
commit | fa825c5d41abf52153c50137d31dfc086c9f154d (patch) | |
tree | 8098f99f8c792f2f0feb968696b6f3ff0fda6eee /languages/en.php | |
download | elgg-fa825c5d41abf52153c50137d31dfc086c9f154d.tar.gz elgg-fa825c5d41abf52153c50137d31dfc086c9f154d.tar.bz2 |
thewirewrite widget.
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php new file mode 100644 index 000000000..df30fcf73 --- /dev/null +++ b/languages/en.php @@ -0,0 +1,7 @@ +<?php + + $english = array( + 'thewire:add' => "Post to the wire", + 'thewire:write:desc' => 'This widget allows sending messages to the wire' + ); + add_translation("en",$english); |