Drupal.locale = { 'pluralFormula': function($n) { return Number(($n!=1)); }, 'strings': { "Upload": "アップロード", "Send to @app": "@app へ送る", "textarea": "テキストエリア", "You are not allowed to operate on more than %num files.": "%num 個以上のファイルの操作は許可されていません。", "Please select a file.": "ファイルを選択してください。", "You must select at least %num files.": "少なくとも %num 個のファイルを選択する必要があります。", "Delete selected files?": "選択したファイルを削除してよろしいですか？", "Please select a thumbnail.": "サムネイルを選択してください。", "Please specify dimensions within the allowed range that is from 1x1 to @dimensions.": "画像サイズは 1x1 から @dimensions の範囲内で指定してください。", "Please select a single file.": "1つのファイルを選択してください。", "%filename is not an image.": "%filename は画像ではありません。", "Do you want to refresh the current directory?": "カレントディレクトリをリフレッシュしますか？", "Only files with the following extensions are allowed: %files-allowed.": "次の拡張子のファイルのみが許可されます： %files-allowed", "Uploading %filename...": "%filename をアップロードしています…", "Directory %dir is loaded.": "ディレクトリ %dir をロードしました。", "Directory %dir is empty.": "ディレクトリ %dir は空です。", "File browsing is disabled in directory %dir.": "ディレクトリ %dir でのファイルブラウジングは無効です。", "You can\'t perform this operation.": "この操作を実行することはできません。", "unlimited": "無制限" } };