diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-04-08 08:02:06 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-04-08 08:02:06 +0000 |
commit | 2f77bfde91846b799d70a436783a8eee2741bf75 (patch) | |
tree | 462714ea74eaf4d1de0f83784ee0c0549076b018 /config | |
parent | e4fac91b7da8e4482da06fc33c3d9eeac2d66dc1 (diff) | |
download | redmine-2f77bfde91846b799d70a436783a8eee2741bf75.tar.gz redmine-2f77bfde91846b799d70a436783a8eee2741bf75.zip |
Option to set a default assignee on each project (#482).
Patch by Felix Schäfer.
git-svn-id: http://svn.redmine.org/redmine/trunk@16525 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/de.yml | 1 | ||||
-rw-r--r-- | config/locales/en.yml | 1 | ||||
-rw-r--r-- | config/locales/fr.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 589de2a5f..a26e480e0 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -389,6 +389,7 @@ de: field_visible: Sichtbar field_warn_on_leaving_unsaved: Vor dem Verlassen einer Seite mit ungesichertem Text im Editor warnen field_watcher: Beobachter + field_default_assigned_to: Standardbearbeiter general_csv_decimal_separator: ',' general_csv_encoding: ISO-8859-1 diff --git a/config/locales/en.yml b/config/locales/en.yml index 5adcb8f8f..58dad5646 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -374,6 +374,7 @@ en: field_last_updated_by: Last updated by field_full_width_layout: Full width layout field_digest: Checksum + field_default_assigned_to: Default assignee setting_app_title: Application title setting_app_subtitle: Application subtitle diff --git a/config/locales/fr.yml b/config/locales/fr.yml index b4a78b20a..6a2e61053 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -386,6 +386,7 @@ fr: field_last_updated_by: Dernière mise à jour par field_full_width_layout: Afficher sur toute la largeur field_digest: Checksum + field_default_assigned_to: Assigné par défaut setting_app_title: Titre de l'application setting_app_subtitle: Sous-titre de l'application |