OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / s / jquery_localize / scripts / init.js
1 /*\r
2  * jQuery Mobileローカライズスクリプト\r
3  *\r
4  * LICENSE: This source file is licensed under the terms of the GNU General Public License.\r
5  *\r
6  * @package    Magic3 Framework\r
7  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>\r
8  * @copyright  Copyright 2006-2011 Magic3 Project.\r
9  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License\r
10  * @version    SVN: $Id: init.js 4540 2012-01-01 08:22:22Z fishbone $\r
11  * @link       http://www.magic3.org\r
12  */\r
13 $(document).bind("mobileinit", function(){\r
14         $.mobile.loadingMessage = '読込み中';\r
15         $.mobile.pageLoadErrorMessage = '読込みに失敗しました';\r
16         $.mobile.page.prototype.options.backBtnText = '戻る';\r
17         $.mobile.dialog.prototype.options.closeBtnText = '閉じる';\r
18         $.mobile.selectmenu.prototype.options.closeText= '閉じる';\r
19         $.mobile.listview.prototype.options.filterPlaceholder = '検索文字列...';\r
20 });\r