---
 koha-tmpl/opac-tmpl/prog/en/js/tags.js |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/js/tags.js 
b/koha-tmpl/opac-tmpl/prog/en/js/tags.js
index 95f3d19..e27447d 100644
--- a/koha-tmpl/opac-tmpl/prog/en/js/tags.js
+++ b/koha-tmpl/opac-tmpl/prog/en/js/tags.js
@@ -65,12 +65,12 @@ KOHA.Tags = {
        },
 
        tag_message: {
-       tagsdisabled : function(arg) {return ("Sorry, tags are not enabled on 
this system.");},
-       scrubbed_all_bad : function(arg) {return ("Error! Your tag was entirely 
markup code.  It was NOT added.  Please try again with plain text.");},
-       badparam : function(arg) {return ("Error! Illegal parameter '" +arg+ 
"'.");},
-       scrubbed : function(arg) {return ("Note: your tag contained markup code 
that was removed. The tag was added as '" +arg+ "'.");},
-    failed_add_tag : function(arg) {return ("Error! The add_tag operation 
failed on '" +arg+ "'.  Note: you can only tag an item with a given term once.  
Check 'My Tags' to see your current tags.");},
-    failed_delete  : function(arg) {return ("Error! You cannot delete the tag 
'" +arg+ "'.  Note: you can only delete your own tags.");},
-       },
+       tagsdisabled : function(arg) {return (_("Sorry, tags are not enabled on 
this system."));},
+       scrubbed_all_bad : function(arg) {return (_("Error! Your tag was 
entirely markup code.  It was NOT added.  Please try again with plain 
text."));},
+       badparam : function(arg) {return (_("Error! Illegal parameter '" +arg+ 
"'."));},
+       scrubbed : function(arg) {return (_("Note: your tag contained markup 
code that was removed. The tag was added as '" +arg+ "'."));},
+    failed_add_tag : function(arg) {return (_("Error! The add_tag operation 
failed on '" +arg+ "'.  Note: you can only tag an item with a given term once.  
Check 'My Tags' to see your current tags."));},
+    failed_delete  : function(arg) {return (_("Error! You cannot delete the 
tag '" +arg+ "'.  Note: you can only delete your own tags."));}
+       }
 };
 
-- 
1.5.5.GIT

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to