fix multiline i18n fields

This commit is contained in:
wvengen 2013-04-19 11:16:21 +02:00
parent cb39a4e587
commit f95652c756
12 changed files with 22 additions and 22 deletions

View file

@ -62,7 +62,7 @@ en:
update:
title: 'Update ..'
update_msg: 'Articles must be updated:'
body:
body: >
<p><i>Every article is shown twice. The old value is gray and the textfields are pre-filled with the actual value now.</i></p>
<p><i>Differences with the old articles are marked yellow</i></p>
unit_quantity_short: 'Unity Quan.'
@ -70,7 +70,7 @@ en:
submit: 'Delete/update all'
upload:
title: '%{supplier} / upload articles'
body:
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>
@ -82,7 +82,7 @@ en:
submit: 'Upload file'
parse_upload:
title: '%{supplier} / upload article'
body:
body: >
<p><i>Please check the imported articles.</i></p>
<p><i>Note: at the moment there is no check for duplicate articles.</i></p>
submit: 'Save new articles for %{supplier}'

View file

@ -7,7 +7,7 @@ en:
group_orders:
messages:
not_enough_apples:
not_enough_apples: >
You need at least %{stop_ordering_under} apples to order.
Currently your order group has only %{apples} apples.
views:

View file

@ -13,7 +13,7 @@ en:
users:
index:
title: 'Users'
body:
body: >
<p>Here you can write a message to the members of your Foodcoop.</p>
<p>You have to approve in your %{profile_link} that your contact details are visible.</p>
profile_link: 'options'
@ -22,7 +22,7 @@ en:
workgroups:
index:
title: 'Working groups'
body:
body: >
<p>Editing a group is only available to members of the group.<br/>
If you want to join a group, please send the members a message. </p>
edit:

View file

@ -6,7 +6,7 @@ en:
back: 'or go back'
modal_form:
title: 'Invite person'
body:
body: >
<p>Here you can invite a person to a group <b>%{group}</b>, who is not yet a member of the foodcoop.</p>
<p>After being added for the first time, the person is automatically a member of this group.</p>

View file

@ -2,7 +2,7 @@ en:
login:
accept_invitation:
title: 'Invitation to %{name}'
body:
body: >
<p>You are invited to be part of the foodcoop %{foodcoop} as
a member of the group <b>%{group}</b>.</p>
<p>If you want to participate, please fill in this form.</p>
@ -13,14 +13,14 @@ en:
submit: 'Create a Foodsoft account'
forgot_password:
title: 'Forgot password?'
body:
body: >
<p>No Problem, you can choose a new password.</p>
<p>Please fill in the email address with which you are registered here.
Then you will receive an email with further instructions.</p>
submit: 'Request new password'
new_password:
title: 'New password'
body:
body: >
<p>Please fill in the new password for <b>%{user}</b></p>
submit: 'Save new password'

View file

@ -20,7 +20,7 @@ en:
show_deliveries: 'Show all deliveries'
shared_suppliers:
title: 'External lists'
body:
body: >
<p>Suppliers of the external database are displayed here.</p>
<p>You can import external suppliers by subscribing (see below).</p>
<p>A new supplier will be created and connected to the external database.</p>