From 638dbbea95559852d00b4fe149a0ce19cd6c41d8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 20 Jun 2019 08:17:19 +0000 Subject: 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 --- config/locales/de.yml | 1 + config/locales/en.yml | 1 + 2 files changed, 2 insertions(+) (limited to 'config/locales') 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 -- cgit v1.2.3