summaryrefslogtreecommitdiff
path: root/myrc_branch/localization/en_US.inc
blob: c86b11683527d73779bfa900d9d763a4926539e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/*
 +-----------------------------------------------------------------------+
 | ./plugins/myrc_branch/localization/en_US.inc
 |
 | Language file of MyRoundcube Plugins Bundle
 | Copyright (C) 2010-2013, Roland 'rosali' Liebl
 |
 +-----------------------------------------------------------------------+
 | Author: Yoni - 05/08/2013 03:47:20
 +-----------------------------------------------------------------------+
*/

$labels = array();
$labels['pluginname'] = 'MyRoundcube branch';
$labels['plugindescription'] = 'A helper plugin to indicate other plugins the MyRoundcube branch.';

?>