fix edit article dialog title

This commit is contained in:
wvengen 2013-12-06 12:34:14 +01:00
parent e42589ae72
commit 1c4b9591a2
5 changed files with 9 additions and 5 deletions

View file

@ -3,7 +3,7 @@
= f.hidden_field :supplier_id = f.hidden_field :supplier_id
.modal-header .modal-header
= link_to t('ui.marks.close').html_safe, '#', class: 'close', data: {dismiss: 'modal'} = link_to t('ui.marks.close').html_safe, '#', class: 'close', data: {dismiss: 'modal'}
%h3= t '.title' %h3= @article.new_record? ? t('.title_new') : t('.title_edit')
.modal-body .modal-body
= f.input :availability = f.input :availability
= f.input :name = f.input :name

View file

@ -347,7 +347,8 @@ de:
unit_quantity_desc: Gebindegröße unit_quantity_desc: Gebindegröße
unit_quantity_short: GebGr unit_quantity_short: GebGr
form: form:
title: Neuen Artikel einfügen title_edit: Artikel bearbeiten
title_new: Neuen Artikel einfügen
import_search_results: import_search_results:
action_import: importieren action_import: importieren
already_imported: schon importiert already_imported: schon importiert

View file

@ -347,7 +347,8 @@ en:
unit_quantity_desc: Unit quantity unit_quantity_desc: Unit quantity
unit_quantity_short: Quantity unit_quantity_short: Quantity
form: form:
title: Add new article title_edit: Edit article
title_new: Add new article
import_search_results: import_search_results:
action_import: import action_import: import
already_imported: already imported already_imported: already imported

View file

@ -347,7 +347,8 @@ fr:
unit_quantity_desc: Unités par lot unit_quantity_desc: Unités par lot
unit_quantity_short: U/L unit_quantity_short: U/L
form: form:
title: Ajouter un nouvel article title_edit:
title_new: Ajouter un nouvel article
import_search_results: import_search_results:
action_import: importer action_import: importer
already_imported: déjà importé already_imported: déjà importé

View file

@ -347,7 +347,8 @@ nl:
unit_quantity_desc: Groothandelsverpakkingsgrootte unit_quantity_desc: Groothandelsverpakkingsgrootte
unit_quantity_short: Gr.Eenh. unit_quantity_short: Gr.Eenh.
form: form:
title: Nieuw artikel toevoegen title_edit: Artikel bewerken
title_new: Nieuw artikel toevoegen
import_search_results: import_search_results:
action_import: importeren action_import: importeren
already_imported: reeds geïmporteerd already_imported: reeds geïmporteerd