blob: 3d5166b8472f566a6426fc14bdc7334ea8a96fc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/**
* Localizations for the Kolab Tags plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
*/
$labels['edit'] = 'Edit';
$labels['tagname'] = 'Name';
$labels['tagcolor'] = 'Color';
$labels['saving'] = 'Saving data...';
|