blob: 5c6bf75bcad5216a55278ba538002adcd14d2bf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?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['tags'] = 'Tags';
$labels['untag'] = 'Remove tag';
$labels['edit'] = 'Промяна';
$labels['delete'] = 'Delete';
$labels['tagname'] = 'Име';
$labels['tagcolor'] = 'Цвят';
$labels['saving'] = 'Запазване на данни...';
|