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/ro.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/ro.yml')
-rw-r--r-- | lang/ro.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ro.yml b/lang/ro.yml index 2eb17609c..b5413fdd4 100644 --- a/lang/ro.yml +++ b/lang/ro.yml @@ -68,12 +68,14 @@ notice_successful_delete: Stergere cu succes. notice_successful_connection: Conectare cu succes. notice_file_not_found: Pagina dorita nu exista sau nu mai este valabila. notice_locking_conflict: Informatiile au fost modificate de un alt utilizator. -notice_scm_error: Articolul sau reviziunea nu exista in stoc (Repository). notice_not_authorized: Nu aveti autorizatia sa accesati aceasta pagina. notice_email_sent: Un e-mail a fost trimis la adresa %s notice_email_error: Eroare in trimiterea e-mailului (%s) notice_feeds_access_key_reseted: Parola de acces RSS a fost resetat. +error_scm_not_found: "Articolul sau reviziunea nu exista in stoc (Repository)." +error_scm_command_failed: "An error occurred when trying to access the repository: %s" + mail_subject_lost_password: Your Redmine password mail_body_lost_password: 'To change your Redmine password, click on the following link:' mail_subject_register: Redmine account activation |