Put text in locale.

pull/6827/head
Richard 11 years ago committed by Jens Ulferts
parent 44e7e8274b
commit 364ef22e14
  1. 2
      app/views/export_card_configurations/_rows_format_help.html.erb
  2. 1
      config/locales/de.yml
  3. 1
      config/locales/en.yml

@ -1,7 +1,7 @@
<div class="jstElements">
<div class="help">
<a href="https://github.com/finnlabs/openproject-pdf_export#usage" class="icon icon-help" onclick="window.open('https://github.com/finnlabs/openproject-pdf_export#usage', '', 'resizable=yes, location=no, width=800, height=800, menubar=no, status=no, scrollbars=yes'); return false;">
Rows Formatting
<%= l('help_link_rows_format') %>
</a>
</div>
<span><br><br></span>

@ -38,3 +38,4 @@ de:
notice_export_card_configuration_deactivated: "Export-Kartenkonfiguration erfolgreich de-aktiviert"
error_can_not_activate_export_card_configuration: "Diese Konfiguration kann nicht aktiviert werden"
error_can_not_deactivate_export_card_configuration: "Diese Konfiguration kann nicht de-aktiviert werden"
help_link_rows_format: "Rows formatieren"

@ -38,3 +38,4 @@ en:
notice_export_card_configuration_deactivated: "Config succesfully de-activated"
error_can_not_activate_export_card_configuration: "This config cannot be activated"
error_can_not_deactivate_export_card_configuration: "This config cannot be de-activated"
help_link_rows_format: "Rows Formatting"
Loading…
Cancel
Save