Lines 134-140
$.widget.bridge('uitooltip', $.ui.tooltip);
Link Here
|
134 |
var MSG_TAG_ALL_BAD = _("Error! Your tag was entirely markup code. It was NOT added. Please try again with plain text."); |
134 |
var MSG_TAG_ALL_BAD = _("Error! Your tag was entirely markup code. It was NOT added. Please try again with plain text."); |
135 |
var MSG_ILLEGAL_PARAMETER = _("Error! Illegal parameter"); |
135 |
var MSG_ILLEGAL_PARAMETER = _("Error! Illegal parameter"); |
136 |
var MSG_TAG_SCRUBBED = _("Note: your tag contained markup code that was removed. The tag was added as "); |
136 |
var MSG_TAG_SCRUBBED = _("Note: your tag contained markup code that was removed. The tag was added as "); |
137 |
var MSG_ADD_TAG_FAILED = _("Error! The add_tag operation failed on"); |
137 |
var MSG_ADD_TAG_FAILED = _("Error! Adding tags failed at"); |
138 |
var MSG_ADD_TAG_FAILED_NOTE = _("Note: you can only tag an item with a given term once. Check 'My Tags' to see your current tags."); |
138 |
var MSG_ADD_TAG_FAILED_NOTE = _("Note: you can only tag an item with a given term once. Check 'My Tags' to see your current tags."); |
139 |
var MSG_DELETE_TAG_FAILED = _("Error! You cannot delete the tag"); |
139 |
var MSG_DELETE_TAG_FAILED = _("Error! You cannot delete the tag"); |
140 |
var MSG_DELETE_TAG_FAILED_NOTE = _("Note: you can only delete your own tags.") |
140 |
var MSG_DELETE_TAG_FAILED_NOTE = _("Note: you can only delete your own tags.") |
141 |
- |
|
|