aboutsummaryrefslogtreecommitdiff
path: root/mod/profile_widgets/languages/en.php
blob: df30fcf734edc808a7c258859279687ce5e8845c (plain)
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);