changeset 993:83119d97a2f2 draft

Add English message(CSVget)
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 14 Oct 2022 23:22:48 +0859
parents 17cdef0e8767
children f0a62a22e33c
files s4-main.js
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-main.js	Fri Oct 14 23:19:56 2022 +0859
+++ b/s4-main.js	Fri Oct 14 23:22:48 2022 +0859
@@ -835,7 +835,9 @@
 	    if (a.title == "Show All") {
 		if (window.confirm(`50件以下に表示制限されています。
 取得し直しますか?
-Cancelを押すとこのまま取得します。`)) {
+Cancelを押すとこのまま取得します。
+Seen articles limited to 50 items.
+Push OK to get all articles, Cancel to get only seen articles.`)) {
 		    a.click();
 		    return;
 		}

yatex.org