fix translation errors and inconsistencies between German and English

This commit is contained in:
wvengen 2013-06-06 01:54:50 +02:00
parent 75c4e7d6f7
commit fb6196b78b
2 changed files with 19 additions and 55 deletions

View file

@ -127,7 +127,7 @@ de:
confirm: Willst du %{name} wirklich löschen? confirm: Willst du %{name} wirklich löschen?
ordergroups: ordergroups:
destroy: destroy:
error: ! 'Bestellgruppe konnte nicht gelöscht werden: #{error}' error: ! 'Bestellgruppe konnte nicht gelöscht werden: %{error}'
notice: Bestellgruppe wurde gelöscht notice: Bestellgruppe wurde gelöscht
edit: edit:
title: Bestellgruppe bearbeiten title: Bestellgruppe bearbeiten
@ -182,7 +182,7 @@ de:
name: Name name: Name
workgroups: workgroups:
destroy: destroy:
error: ! 'Arbeitsgruppe konnte nicht gelöscht werden: #{error}' error: ! 'Arbeitsgruppe konnte nicht gelöscht werden: %{error}'
notice: Arbeitsgruppe wurde gelöscht notice: Arbeitsgruppe wurde gelöscht
edit: edit:
title: Arbeitsgruppe bearbeiten title: Arbeitsgruppe bearbeiten
@ -300,7 +300,6 @@ de:
body: ! '<p><i>Bitte überprufe die engelesenen Artikel.</i></p> <p><i>Achtung, momentan gibt es keine Überprüfung auf doppelte Artikel.</i></p>' body: ! '<p><i>Bitte überprufe die engelesenen Artikel.</i></p> <p><i>Achtung, momentan gibt es keine Überprüfung auf doppelte Artikel.</i></p>'
submit: Speichere neue Artikel für %{supplier} submit: Speichere neue Artikel für %{supplier}
title: ! '%{supplier} / Artikel hochladen' title: ! '%{supplier} / Artikel hochladen'
sync:
outlist: outlist:
body: ! 'Folgende Artikel wurden ausgelistet und werden <b>gelöscht</b>:' body: ! 'Folgende Artikel wurden ausgelistet und werden <b>gelöscht</b>:'
body_skip: Es müssen keine Artikel gelöscht werden. body_skip: Es müssen keine Artikel gelöscht werden.

View file

@ -127,8 +127,8 @@ en:
confirm: Do you really want to delete %{name}? confirm: Do you really want to delete %{name}?
ordergroups: ordergroups:
destroy: destroy:
error: error: ! 'Ordergroup could not be deleted: %{error}'
notice: notice: Ordergroup was deleted
edit: edit:
title: Edit ordergroup title: Edit ordergroup
form: form:
@ -182,8 +182,8 @@ en:
name: name name: name
workgroups: workgroups:
destroy: destroy:
error: error: ! 'Workgroup could not be deleted: %{error}'
notice: notice: Workgroup was deleted
edit: edit:
title: Edit workgroup title: Edit workgroup
form: form:
@ -235,28 +235,25 @@ en:
unit_quantity_short: Quantity unit_quantity_short: Quantity
controller: controller:
create_from_upload: create_from_upload:
notice: notice: ! '%{count} new articles were saved'
error_invalid: error_invalid: Articles are incorrect.
error_nosel: error_nosel: You have selected no articles
error_parse: error_parse: ! '%{msg} ... in line %{line}'
error_update: error_update: ! 'There was an error when updating the article ''%{article}'' on: %{msg}'
parse_upload: parse_upload:
notice: notice: ! '%{count} articles analysed succesfully.'
sync: sync:
notice: notice: The catalog is up to date
shared_alert: shared_alert: ! '%{supplier} is not linked to an external database'
update_all: update_all:
notice: notice: All articles and prices are updated
update_sel: update_sel:
notice_avail: notice_avail: ! 'All selected articles have been made available '
notice_destroy: notice_destroy: All selected articles have been deleted
notice_noaction: notice_noaction: No action selected!
notice_unavail: notice_unavail: All selected articles have been made unavailable
update_sync: update_sync:
notice: notice:
create_from_upload:
error_invalid: Articles are faulty
notice: ! '%{count} new articles were saved'
destroy_active_article: destroy_active_article:
drop: delete drop: delete
note: ! '%{article} is used in current orders and can not be deleted Please first ... the article from orders %{drop_link}.' note: ! '%{article} is used in current orders and can not be deleted Please first ... the article from orders %{drop_link}.'
@ -299,37 +296,6 @@ en:
model: model:
error_in_use: ! '%{article} can not be deleted because the article is part of a current order!' error_in_use: ! '%{article} can not be deleted because the article is part of a current order!'
error_nosel: You have selected no articles error_nosel: You have selected no articles
parse_upload:
body:
error_parse: ! '%{msg} ... in line %{line}'
notice: ! '%{count} articles analysed succesfully.'
submit:
title:
sync:
notice: The catalog is up to date
outlist:
body:
body_skip:
title:
price_short:
shared_alert: ! '%{supplier} is not linked to an external database'
submit:
title:
unit_quantity_short:
update:
body:
title:
update_msg:
update_all:
error_invalid: Articles are incorrect. Please check your input.
error_update: ! 'There was an error when updating the article ''%{article}'' on: %{msg}'
notice: All articles and prices are updated
update_selected:
error_nosel: You have selected no articles
notice_avail: ! 'All selected articles have been made available '
notice_destroy: All selected articles have been deleted
notice_noaction: No action selected!
notice_unavail: All selected articles have been made unavailable
upload: upload:
body: ! '<p>The file has to be a text file with the ending ''.csv'' The first line will be ignored when imported</p> <p>The fields have to be separated with semicolons ('';'') and the text enclosed by double quotation marks ("text...").</p> <p>As character set UTF-8 is demanded. Correct order of the column:</p>' body: ! '<p>The file has to be a text file with the ending ''.csv'' The first line will be ignored when imported</p> <p>The fields have to be separated with semicolons ('';'') and the text enclosed by double quotation marks ("text...").</p> <p>As character set UTF-8 is demanded. Correct order of the column:</p>'
fields: fields:
@ -1106,7 +1072,6 @@ en:
reply_indent: ! '> %{line}' reply_indent: ! '> %{line}'
reply_subject: ! 'Re: %{subject}' reply_subject: ! 'Re: %{subject}'
new: new:
cancel: or cancel
list: list:
desc: ! 'Please send messages to all using the mailing-list: %{list}' desc: ! 'Please send messages to all using the mailing-list: %{list}'
mail: for example with an email to %{email}. mail: for example with an email to %{email}.