Add back some labels unintentionally removed in 1b9bc154ec
This commit is contained in:
parent
91648d77a0
commit
5105a2649d
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
/**
|
||||
* 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/
|
||||
*/
|
||||
|
@ -31,3 +31,5 @@ $labels['taggingsuccess'] = 'Tags have beed assigned successfully.';
|
|||
$labels['taggingerror'] = 'Failed to assign tags.';
|
||||
$labels['untaggingsuccess'] = 'Tag(s) have beed removed successfully.';
|
||||
$labels['untaggingerror'] = 'Failed to remove tag assignments.';
|
||||
$labels['newtag'] = 'New tag';
|
||||
$labels['tagsearchnew'] = 'Enter text to search or create a new tag';
|
||||
|
|
Loading…
Add table
Reference in a new issue