summaryrefslogtreecommitdiff
path: root/myrc_sprites/localization/en_US.inc
blob: 8913db60c9e6d60f233f8a2c468ab15e2736a043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/*
 +-----------------------------------------------------------------------+
 | ./plugins/myrc_sprites/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 sprites';
$labels['plugindescription'] = 'A helper plugin which holds sprites and shared images for other plugins.';

?>