Drupal.locale = { 'pluralFormula': function($n) { return Number(($n!=1)); }, 'strings': { "Select all rows in this table": "このテーブルのすべての列を選択する", "Deselect all rows in this table": "このテーブルのすべての列を非選択にする", "The selected file %filename cannot not be uploaded. Only files with the following extensions are allowed: %extensions.": "選択されたファイル %filename をアップロードできませんでした。以下の拡張子のファイルしかアップロードできません: %extensions" } };