[Slashdotjp-dev 1392] [923] japanize "History"

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2009年 1月 7日 (水) 23:11:54 JST


Revision: 923
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=923
Author:   tach
Date:     2009-01-07 23:11:53 +0900 (Wed, 07 Jan 2009)

Log Message:
-----------
japanize "History"

Modified Paths:
--------------
    test/images/Makefile
    test/images/all-minified.js


-------------- next part --------------
Modified: test/images/Makefile
===================================================================
--- test/images/Makefile	2009-01-07 09:48:28 UTC (rev 922)
+++ test/images/Makefile	2009-01-07 14:11:53 UTC (rev 923)
@@ -53,6 +53,7 @@
 		sed -e 's/"S","M","T","W","T","F","S"/"日","月","火","水","木","金","土"/' | \
 		sed -e 's/"January","February","March","April","May","June","July","August","September","October","November","December"/"1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"/' | \
 		sed -e 's/"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"/"1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"/' | \
+		sed -e 's/title="History "/title="履歴 "/' | \
 		sed -e "s/html('Paused')/html('停止中')/" | \
 		sed -e "s/html('Updated')/html('更新中')/" | \
 		sed -e 's/sitename="Slashdot";/sitename="スラッシュドット ジャパン";/' | \

Modified: test/images/all-minified.js
===================================================================
--- test/images/all-minified.js	2009-01-07 09:48:28 UTC (rev 922)
+++ test/images/all-minified.js	2009-01-07 14:11:53 UTC (rev 923)
@@ -1598,7 +1598,7 @@
 add($related_trigger).
 add($widget.find('.edit-toggle')).
 add($entry.find('#updown-'+id));}else{$positioners=$('#taghist-'+id);}
-var popupid="taghistory-"+id;var title="History ";var buttons=createPopupButtons("<a href=\"#\" onclick=\"return false\">[?]</a></span><span><a href=\"#\" onclick=\"closePopup('"+popupid+"-popup'); return false\">[X]</a>");title=title+buttons;createPopup(getXYForSelector($positioners),title,popupid);ajax_update(params,"taghistory-"+id+"-contents");}
+var popupid="taghistory-"+id;var title="履歴 ";var buttons=createPopupButtons("<a href=\"#\" onclick=\"return false\">[?]</a></span><span><a href=\"#\" onclick=\"closePopup('"+popupid+"-popup'); return false\">[X]</a>");title=title+buttons;createPopup(getXYForSelector($positioners),title,popupid);ajax_update(params,"taghistory-"+id+"-contents");}
 function firehose_admin_context(display){display.update_tags('extras history',{order:'prepend'});}
 function firehose_handle_admin_commands(commands){var entry=this,$entry=$(entry),id=$entry.attr('tag-server');return $.map(commands,function(cmd){var user_cmd=null;switch(cmd){case'extras':firehose_get_admin_extras(id);break;case'history':tagsHistory(id,'firehose');break;case'neverdisplay':if(confirm("Set story to neverdisplay?")){non_admin_commands.push('neverdisplay');entry._ajax_request('',{op:'admin_neverdisplay',stoid:'',fhid:id,ajax:{success:function(){firehose_remove_entry(id);}}});}
 break;case'signed':case'signoff':case'unsigned':if(!$entry.article_info('awaiting-thumbnail')){entry._ajax_request('',{op:'admin_signoff',stoid:$entry.article_info('stoid'),ajax:{success:function(){$('[context=signoff]',entry).remove();}}});}


Slashdotjp-dev メーリングリストの案内
アーカイブの一覧に戻る