More translations.

This commit is contained in:
James Cole
2015-07-06 10:39:44 +02:00
parent 5b50abb2c7
commit 39af9e4414
7 changed files with 126 additions and 21 deletions

View File

@@ -36,6 +36,12 @@
{{ trans('firefly.csv_error_see_logs') }}
</p>
{% endif %}
<p>
{{ trans('firefly.csv_process_new_entries',{imported: imported}) }}
</p>
<p>
<a href="{{ route('csv.index') }}" class="btn btn-warning">{{ 'csv_start_over'|_ }}</a>
<a href="{{ route('index') }}" class="btn btn-success">{{ 'csv_to_index'|_ }}</a>