From b636695631a244549d9004637bdffac4a5228130 Mon Sep 17 00:00:00 2001
From: Jean-Philippe Lang <jp_lang@yahoo.fr>
Date: Sun, 15 Jul 2012 14:19:01 +0000
Subject: Removed hard-coded strings (#703, #3521).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9979 e93f8b46-1217-0410-a6f0-8f06a7374b81
---
 config/locales/en.yml | 4 ++++
 config/locales/fr.yml | 4 ++++
 2 files changed, 8 insertions(+)

(limited to 'config/locales')

diff --git a/config/locales/en.yml b/config/locales/en.yml
index ef4466c52..a38171392 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -861,6 +861,10 @@ en:
   label_search_for_watchers: Search for watchers to add
   label_session_expiration: Session expiration
   label_show_closed_projects: View closed projects
+  label_status_transitions: Status transitions
+  label_fields_permissions: Fields permissions
+  label_readonly: Read-only
+  label_required: Required
 
   button_login: Login
   button_submit: Submit
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 7a68b72c0..f8f0aa0a3 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -836,6 +836,10 @@ fr:
   label_completed_versions: Versions passées
   label_session_expiration: Expiration des sessions
   label_show_closed_projects: Voir les projets fermés
+  label_status_transitions: Changements de statut
+  label_fields_permissions: Permissions sur les champs
+  label_readonly: Lecture
+  label_required: Obligatoire
 
   button_login: Connexion
   button_submit: Soumettre
-- 
cgit v1.2.3