Add back some labels unintentionally removed in 1b9bc154ec

This commit is contained in:
Aleksander Machniak 2015-03-05 06:32:25 -05:00
parent 91648d77a0
commit 5105a2649d

View file

@ -3,7 +3,7 @@
/** /**
* Localizations for the Kolab Tags plugin * Localizations for the Kolab Tags plugin
* *
* Copyright (C) 2014, Kolab Systems AG * Copyright (C) 2014-2015, Kolab Systems AG
* *
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/ * For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
*/ */
@ -31,3 +31,5 @@ $labels['taggingsuccess'] = 'Tags have beed assigned successfully.';
$labels['taggingerror'] = 'Failed to assign tags.'; $labels['taggingerror'] = 'Failed to assign tags.';
$labels['untaggingsuccess'] = 'Tag(s) have beed removed successfully.'; $labels['untaggingsuccess'] = 'Tag(s) have beed removed successfully.';
$labels['untaggingerror'] = 'Failed to remove tag assignments.'; $labels['untaggingerror'] = 'Failed to remove tag assignments.';
$labels['newtag'] = 'New tag';
$labels['tagsearchnew'] = 'Enter text to search or create a new tag';