diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-23 17:25:11 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-23 17:25:11 +0000 |
commit | 91dc13f4b22c45bee5cfd1d783d6544ae79afa04 (patch) | |
tree | b57967d4dcb3afbf1fdcb1d6ee4c8bf58e7cf41c /lang/ja.yml | |
parent | 97e7432ce6da80dea633cd99e934943925a774b5 (diff) | |
download | redmine-91dc13f4b22c45bee5cfd1d783d6544ae79afa04.tar.gz redmine-91dc13f4b22c45bee5cfd1d783d6544ae79afa04.zip |
Show explicit error message when the scm command failed (eg. when svn binary is not available).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1094 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/ja.yml')
-rw-r--r-- | lang/ja.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ja.yml b/lang/ja.yml index 713af6b46..08423c824 100644 --- a/lang/ja.yml +++ b/lang/ja.yml @@ -69,12 +69,14 @@ notice_successful_delete: 削除しました。 notice_successful_connection: 接続しました。 notice_file_not_found: アクセスしようとしたページは存在しないか削除されています。 notice_locking_conflict: 別のユーザがデータを更新しています。 -notice_scm_error: リポジトリに、エントリ/リビジョンが存在しません。 notice_not_authorized: このページにアクセスするには認証が必要です。 notice_email_sent: %s宛にメールを送信しました。 notice_email_error: メール送信中にエラーが発生しました(%s) notice_feeds_access_key_reseted: RSSアクセスキーを初期化しました。 +error_scm_not_found: リポジトリに、エントリ/リビジョンが存在しません。 +error_scm_command_failed: "An error occurred when trying to access the repository: %s" + mail_subject_lost_password: Redmineパスワード mail_body_lost_password: 'パスワードを変更するには、以下のリンクをたどってください:' mail_subject_register: Redmineアカウントが有効になりました |