Add again labels unintentionally removed on translation cleanup

This commit is contained in:
Aleksander Machniak 2015-04-18 09:52:54 -04:00
parent 6f948d0467
commit 8d4cbe9b62

View file

@ -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';