Lines 131-137
$.widget.bridge('uitooltip', $.ui.tooltip);
Link Here
|
131 |
var MSG_TAG_ALL_BAD = _("Error! Your tag was entirely markup code. It was NOT added. Please try again with plain text."); |
131 |
var MSG_TAG_ALL_BAD = _("Error! Your tag was entirely markup code. It was NOT added. Please try again with plain text."); |
132 |
var MSG_ILLEGAL_PARAMETER = _("Error! Illegal parameter"); |
132 |
var MSG_ILLEGAL_PARAMETER = _("Error! Illegal parameter"); |
133 |
var MSG_TAG_SCRUBBED = _("Note: your tag contained markup code that was removed. The tag was added as "); |
133 |
var MSG_TAG_SCRUBBED = _("Note: your tag contained markup code that was removed. The tag was added as "); |
134 |
var MSG_ADD_TAG_FAILED = _("Error! The add_tag operation failed on"); |
134 |
var MSG_ADD_TAG_FAILED = _("Error! Adding tags failed at"); |
135 |
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."); |
135 |
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."); |
136 |
var MSG_DELETE_TAG_FAILED = _("Error! You cannot delete the tag"); |
136 |
var MSG_DELETE_TAG_FAILED = _("Error! You cannot delete the tag"); |
137 |
var MSG_DELETE_TAG_FAILED_NOTE = _("Note: you can only delete your own tags.") |
137 |
var MSG_DELETE_TAG_FAILED_NOTE = _("Note: you can only delete your own tags.") |
138 |
- |
|
|