Last active
July 23, 2018 12:52
-
-
Save pypeach/db816bf7a8a190aa5e70baa32fcfc155 to your computer and use it in GitHub Desktop.
メッセージプロパティファイル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[messages] | |
I900=処理を開始します | |
I901=処理を終了します | |
I903=ファイルが存在しません:%s | |
I905=メールを送信しました | |
I906=書き込み対象のレコードが存在しません:テーブル=%s | |
I907=文字列の数字変換に失敗しました:%s | |
I990=%sの処理中です | |
E090=%sと%sでエラーが発生しました | |
E900=SQLエラーが発生しました:%s | |
E901=Webアクセス時にエラーが発生しました:url=%s:%s | |
E902=メール送信エラーが発生しました:%s |
動的な文言の指定方法を変更
文字列→数字変換のメッセージを追加
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E902・I903を追加