Drupal.locale = { 'pluralFormula': function($n) { return Number(($n!=1)); }, 'strings': { "Select all rows in this table": "このテーブルのすべての列を選択する", "Deselect all rows in this table": "このテーブルのすべての列を非選択にする" } };