Drupal.locale = { 'pluralFormula': function($n) { return Number(($n!=1)); }, 'strings': { "Warning: Please Confirm": "警告：確認してください", "Continue": "継続", "Select all rows in this table": "このテーブルのすべての列を選択する", "Deselect all rows in this table": "このテーブルのすべての列を非選択にする", "[Popup]": "［ポップアップ］", "There are unsaved changes on this page, which you will lose if you continue.": "このページに保存されていない変更があります。 継続した場合、その変更は失われます。", "Save Changes": "変更を保存", "OK": "OK", "Sorry, there is no additional help for this page": "このページの補足ヘルプはありません" } };