diff options
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); |