Defect #22134 » 0001-tiny-csv-import-fixes-i18n-html-tag-mismatch.patch
| app/views/imports/show.html.erb | ||
|---|---|---|
| 3 | 3 |
<% if @import.unsaved_items.count == 0 %> |
| 4 | 4 |
<p><%= l(:notice_import_finished, :count => @import.saved_items.count) %></p> |
| 5 | 5 | |
| 6 |
<ol>
|
|
| 6 |
<ul>
|
|
| 7 | 7 |
<% @import.saved_objects.each do |issue| %> |
| 8 | 8 |
<li><%= link_to_issue issue %></li> |
| 9 | 9 |
<% end %> |
| config/locales/de.yml | ||
|---|---|---|
| 1168 | 1168 |
notice_import_finished: Alle %{count} Einträge wurden importiert.
|
| 1169 | 1169 |
notice_import_finished_with_errors: ! '%{count} von %{total} Einträgen konnten nicht importiert werden.'
|
| 1170 | 1170 |
error_invalid_file_encoding: Die Datei ist keine gültige %{encoding} kodierte Datei
|
| 1171 |
error_invalid_csv_file_or_settings: Die Dartei ist keine CSV-Datei oder entspricht nicht den Einstellungen unten
|
|
| 1171 |
error_invalid_csv_file_or_settings: Die Datei ist keine CSV-Datei oder entspricht nicht den Einstellungen unten |
|
| 1172 | 1172 |
error_can_not_read_import_file: Beim Einlesen der Datei ist ein Fehler aufgetreten |
| 1173 | 1173 |
permission_import_issues: Tickets importieren |
| 1174 | 1174 |
label_import_issues: Tickets importieren |
| config/locales/en.yml | ||
|---|---|---|
| 979 | 979 |
label_fields_wrapper: Field wrapper |
| 980 | 980 |
label_encoding: Encoding |
| 981 | 981 |
label_comma_char: Comma |
| 982 |
label_semi_colon_char: Semi colon
|
|
| 982 |
label_semi_colon_char: Semicolon |
|
| 983 | 983 |
label_quote_char: Quote |
| 984 | 984 |
label_double_quote_char: Double quote |
| 985 | 985 |
label_fields_mapping: Fields mapping |