Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 335763d95fabeb3214b2aff9ef29b4f52f1da33d (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "checksum",
    {
    "The algorithm type \"%s\" is not a valid or supported algorithm type." : "アルゴリズム \"%s\" は有効でないか、サポートされていません。",
    "File not found." : "ファイルが見つかりません",
    "Checksum" : "チェックサム",
    "Creating a hash checksum of a file." : "ファイルのハッシュ値を作成しています。",
    "Allows users to create a hash checksum of a file.\n        Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n        Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n        Select a algorithm and it will try to generate a hash.\n        If you want an other algorithm, just click on the reload button." : "ファイルのハッシュ値が作成できるようになります。\n使用可能なアルゴリズムは、md5、sha1、sha256、sha384、sha512、crc32です。\n\nファイルの詳細(サイドバー)を開けば「チェックサム」という新しいタブがあるはずです。\nアルゴリズムを選択すると、ハッシュ値の生成を試みます。\n他のアルゴリズムを使用する際はリロードボタンをクリックしてください。",
    "Choose Algorithm" : "アルゴリズムを選択"
},
"nplurals=1; plural=0;");