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

zh_CN.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56f88bd876c62c82944066af2a74354a3959fb0c (plain)
1
2
3
4
5
6
7
8
9
10
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." : "创建文件的哈希校验和",
    "Choose Algorithm" : "选择算法"
},
"nplurals=1; plural=0;");