Drupal.locale = { 'pluralFormula': function($n) { return Number(($n!=1)); }, 'strings': { "Upload": "アップロード", "Select all rows in this table": "このテーブルのすべての列を選択する", "Deselect all rows in this table": "このテーブルのすべての列を非選択にする", "An error occurred at @path.": "@path でエラーが発生しました。", "jQuery UI Tabs: Not enough arguments to add tab.": "jQuery UI Tabs： タブの追加に必要なアーギュメントが不足しています。", "jQuery UI Tabs: Mismatching fragment identifier.": "jQuery UI Tabs： フラグメント識別子の組合せが不適当です。", "The selected file %filename cannot not be uploaded. Only files with the following extensions are allowed: %extensions.": "選択されたファイル %filename をアップロードできませんでした。以下の拡張子のファイルしかアップロードできません: %extensions", "Only files with the following extensions are allowed: %files-allowed.": "次の拡張子のファイルのみが許可されます： %files-allowed" } };