From f5e0338d8443844e9a487bdb37c44c69a38de8a5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 23 Aug 2007 14:54:17 +0100 Subject: fix article starring/publishing on MSIE (closes #139) --- localized_js.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'localized_js.php') diff --git a/localized_js.php b/localized_js.php index 77b9ea2f5..1f2c7c171 100644 --- a/localized_js.php +++ b/localized_js.php @@ -119,6 +119,13 @@ print T_js_decl("Entered passwords do not match."); print T_js_decl("No articles found to mark"); print T_js_decl("Mark %d article(s) as read?"); print T_js_decl("No article is selected."); +print T_js_decl("Star article"); +print T_js_decl("Unstar article"); +print T_js_decl("Please wait..."); +print T_js_decl("Publish article"); +print T_js_decl("Unpublish article"); +#print T_js_decl( +#print T_js_decl( #print T_js_decl( #print T_js_decl( #print T_js_decl( -- cgit v1.2.3-54-g00ecf