Skip to content

Commit

Permalink
Add warning marks
Browse files Browse the repository at this point in the history
  • Loading branch information
k-tamura committed Feb 17, 2017
1 parent 630bf53 commit 41889f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/resources/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ msg.file.descriptor.leak.occur=File descriptor leak occurs every time you load t
msg.info.jvm.not.crash=JVM crash only occurs if using Oracle JDK 6 or 7.
msg.java.heap.space.leak.occur=Memory leak occurs in Java heap space every time you load this page.<BR><BR> \
<span class="glyphicon glyphicon-info-sign"></span>&nbsp; If keeping on loading this page, OutOfMemoryError is finally thrown.
msg.note.enter.count=<span class="glyphicon glyphicon-info-sign"></span>&nbsp; \
If you enter a large character count, then an endless waiting process occurs.
msg.note.enter.one=<span class="glyphicon glyphicon-info-sign"></span>&nbsp; \
Round off error occurs if you enter 1.
msg.note.enter.specific.nembers=<span class="glyphicon glyphicon-info-sign"></span>&nbsp; \
Expand All @@ -55,7 +57,6 @@ msg.update.records=Updated {0} records.
msg.select.asc.or.desc=You can update recordes, inserted in a table of RDBMS, in ascending or descending order of ID.
msg.warn.select.asc.or.desc=Please select "asc" or "desc" and click the Update button.
msg.warn.enter.name.and.passwd=Please enter your name and password.
msg.note.enter.count=If you enter a large character count, then an endless waiting process occurs.
title.endless.waiting.page=Execute batch
title.integer.overflow.page=Convert days to hours
title.loss.of.trailing.digits.page=Decimal addition
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/messages_ja.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ msg.file.descriptor.leak.occur=\u3053\u306e\u30da\u30fc\u30b8\u3092\u8aad\u307f\
msg.info.jvm.not.crash=JVM\u30af\u30e9\u30c3\u30b7\u30e5\u306f\u3001Oracle JDK 6\u307e\u305f\u306f7\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u306b\u306e\u307f\u767a\u751f\u3057\u307e\u3059\u3002
msg.java.heap.space.leak.occur=\u3053\u306e\u30da\u30fc\u30b8\u3092\u8aad\u307f\u8fbc\u3080\u305f\u3073\u306b\u3001Java\u30d2\u30fc\u30d7\u9818\u57df\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u304c\u767a\u751f\u3057\u307e\u3059\u3002<BR><BR> \
<span class="glyphicon glyphicon-info-sign"></span>&nbsp; \u753b\u9762\u3092\u30ed\u30fc\u30c9\u3057\u7d9a\u3051\u308b\u3068\u3001\u6700\u7d42\u7684\u306bOutOfMemoryError\u304c\u30b9\u30ed\u30fc\u3055\u308c\u307e\u3059\u3002
msg.note.enter.count=\u5927\u304d\u306a\u6587\u5b57\u6570\u3092\u5165\u529b\u3059\u308b\u3068\u3001\u5b8c\u4e86\u3057\u306a\u3044\u30d7\u30ed\u30bb\u30b9\u306e\u5f85\u6a5f\u304c\u767a\u751f\u3057\u307e\u3059\u3002
msg.note.enter.count=<span class="glyphicon glyphicon-info-sign"></span>&nbsp; \
\u5927\u304d\u306a\u6587\u5b57\u6570\u3092\u5165\u529b\u3059\u308b\u3068\u3001\u5b8c\u4e86\u3057\u306a\u3044\u30d7\u30ed\u30bb\u30b9\u306e\u5f85\u6a5f\u304c\u767a\u751f\u3057\u307e\u3059\u3002
msg.note.enter.one=<span class="glyphicon glyphicon-info-sign"></span>&nbsp; \
1\u3092\u5165\u529b\u3059\u308b\u3068\u3001\u4e38\u3081\u8aa4\u5dee\u304c\u767a\u751f\u3057\u307e\u3059\u3002
msg.note.enter.specific.nembers=<span class="glyphicon glyphicon-info-sign"></span>&nbsp; \
Expand Down

0 comments on commit 41889f3

Please sign in to comment.