s4

changeset 993:83119d97a2f2

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 diff
     1.1 --- a/s4-main.js	Fri Oct 14 23:19:56 2022 +0859
     1.2 +++ b/s4-main.js	Fri Oct 14 23:22:48 2022 +0859
     1.3 @@ -835,7 +835,9 @@
     1.4  	    if (a.title == "Show All") {
     1.5  		if (window.confirm(`50件以下に表示制限されています。
     1.6  取得し直しますか?
     1.7 -Cancelを押すとこのまま取得します。`)) {
     1.8 +Cancelを押すとこのまま取得します。
     1.9 +Seen articles limited to 50 items.
    1.10 +Push OK to get all articles, Cancel to get only seen articles.`)) {
    1.11  		    a.click();
    1.12  		    return;
    1.13  		}