From cae8fe93a9c3be2e907f0209f6f0b83235e55c3c Mon Sep 17 00:00:00 2001 From: lltcggie Date: Sat, 7 May 2016 17:28:23 +0900 Subject: [PATCH] =?UTF-8?q?=E8=A8=80=E8=AA=9E=E3=83=95=E3=82=A1=E3=82=A4?= =?UTF-8?q?=E3=83=AB=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/lang/english.json | 1 + bin/lang/japanese.json | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/lang/english.json b/bin/lang/english.json index c298b9d..f807661 100644 --- a/bin/lang/english.json +++ b/bin/lang/english.json @@ -88,6 +88,7 @@ "MessageTimeLeftUnkown":"Time Left: Unkown", "MessageTimeLeft":"Time Left", "MessageNoOverwrite":"Already file exists in the destination: %s", +"MessageCudaOldDeviceError":"Your CUDA device too old.\r\nPlease use Compute Capability 2.0 or more devices", "OK":"OK", "Cancel":"Cancel" } diff --git a/bin/lang/japanese.json b/bin/lang/japanese.json index a84c653..4eabf45 100644 --- a/bin/lang/japanese.json +++ b/bin/lang/japanese.json @@ -88,6 +88,7 @@ "MessageTimeLeftUnkown":"残り時間: 不明", "MessageTimeLeft":"残り時間", "MessageNoOverwrite":"出力先に既にファイルが存在します: %s", +"MessageCudaOldDeviceError":"CUDAデバイスが古いです。\r\nCompute Capability 2.0以上のデバイスを使用してください", "OK":"OK", "Cancel":"キャンセル" }