diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-06-20 08:17:19 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-06-20 08:17:19 +0000 |
commit | 638dbbea95559852d00b4fe149a0ce19cd6c41d8 (patch) | |
tree | 25e2a0c3f2d3c68a428bf45ae01c662d7bae8275 /config/locales | |
parent | d915e71d0fef4b7aac14ce37c7c4298b49e9ef8a (diff) | |
download | redmine-638dbbea95559852d00b4fe149a0ce19cd6c41d8.tar.gz redmine-638dbbea95559852d00b4fe149a0ce19cd6c41d8.zip |
Support external ID when importing issues (#28213).
Patch by Gregor Schmidt and Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18285 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/de.yml | 1 | ||||
-rw-r--r-- | config/locales/en.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 404d0c936..c3647e7d0 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -392,6 +392,7 @@ de: field_warn_on_leaving_unsaved: Vor dem Verlassen einer Seite mit ungesichertem Text im Editor warnen field_watcher: Beobachter field_default_assigned_to: Standardbearbeiter + field_unique_id: Eindeutige ID general_csv_decimal_separator: ',' general_csv_encoding: ISO-8859-1 diff --git a/config/locales/en.yml b/config/locales/en.yml index 0b64e979e..f2833e652 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -384,6 +384,7 @@ en: field_default_assigned_to: Default assignee field_recently_used_projects: Number of recently used projects in jump box field_history_default_tab: Issue's history default tab + field_unique_id: Unique ID setting_app_title: Application title setting_welcome_text: Welcome text |