diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-15 14:54:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-15 14:54:15 +0000 |
commit | 89b349818bfaee2669aab99df9e11de84c0f145c (patch) | |
tree | ca30567f7ce31b9ffdcf57053b6e0d097215d086 /lang | |
parent | 4967f10356ea15f996376839a81e4f0e4947e53c (diff) | |
download | redmine-89b349818bfaee2669aab99df9e11de84c0f145c.tar.gz redmine-89b349818bfaee2669aab99df9e11de84c0f145c.zip |
Added 'Estimated hours' attribute on issues.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@731 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang')
-rw-r--r-- | lang/en.yml | 3 | ||||
-rw-r--r-- | lang/fr.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lang/en.yml b/lang/en.yml index 29c371ad4..af5dea1ea 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -158,6 +158,7 @@ field_issue_to_id: Related issue field_delay: Delay field_assignable: Issues can be assigned to this role field_redirect_existing_links: Redirect existing links +field_estimated_hours: Estimated time setting_app_title: Application title setting_app_subtitle: Application subtitle @@ -416,6 +417,8 @@ label_sort_by: Sort by "%s" label_send_test_email: Send a test email label_feeds_access_key_created_on: RSS access key created %s ago label_module_plural: Modules +label_added_time_by: Added %s ago by %s +label_updated_time: Updated %s ago button_login: Login button_submit: Submit diff --git a/lang/fr.yml b/lang/fr.yml index e92a28bab..315fe8d91 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -158,6 +158,7 @@ field_issue_to_id: Demande liée field_delay: Retard field_assignable: Demandes assignables à ce rôle field_redirect_existing_links: Rediriger les liens existants +field_estimated_hours: Temps estimé setting_app_title: Titre de l'application setting_app_subtitle: Sous-titre de l'application @@ -416,6 +417,8 @@ label_sort_by: Trier par "%s" label_send_test_email: Envoyer un email de test label_feeds_access_key_created_on: Clé d'accès RSS créée il y a %s label_module_plural: Modules +label_added_time_by: Ajouté il y a %s par %s +label_updated_time: Mis à jour il y a %s button_login: Connexion button_submit: Soumettre |