1 2 3 4 5 6 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);