diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/de.yml | 1 | ||||
-rw-r--r-- | config/locales/en-GB.yml | 1 | ||||
-rw-r--r-- | config/locales/en.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index c0dec9fbb..01a9701e3 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1066,6 +1066,7 @@ de: text_caracters_minimum: "Muss mindestens %{count} Zeichen lang sein." text_comma_separated: Mehrere Werte erlaubt (durch Komma getrennt). text_convert_available: ImageMagick-Konvertierung verfügbar (optional) + text_gs_available: ImageMagick PDF-Unterstützung verfügbar (optional) text_custom_field_possible_values_info: 'Eine Zeile pro Wert' text_default_administrator_account_changed: Administrator-Passwort geändert text_destroy_time_entries: Gebuchte Aufwände löschen diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 8b744afbb..67a7f4b4b 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1087,6 +1087,7 @@ en-GB: current password setting_mail_handler_excluded_filenames: Exclude attachments by name text_convert_available: ImageMagick convert available (optional) + text_gs_available: ImageMagick PDF support available (optional) label_link: Link label_only: only label_drop_down_list: drop-down list diff --git a/config/locales/en.yml b/config/locales/en.yml index 17f9c7458..7b25de4a2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1169,6 +1169,7 @@ en: text_plugin_assets_writable: Plugin assets directory writable text_rmagick_available: RMagick available (optional) text_convert_available: ImageMagick convert available (optional) + text_gs_available: ImageMagick PDF support available (optional) text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do?" text_destroy_time_entries: Delete reported hours text_assign_time_entries_to_project: Assign reported hours to the project |