Skip to content

Commit

Permalink
Updated locales, removed untranslated strings
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciaan committed Jan 16, 2017
1 parent 0791219 commit 35e4907
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/views/application/_form_telephone_field.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="form-group">
<%= f.label tag %>:<br/>
<%= f.telephone_field tag, class: 'form-control' %>
<small>Uw telefoonnummer wordt vertrouwelijk gehouden, en zal enkel gebruikt worden om uw persoonlijke eindscore te sms'en.</small>
<small><%= t('forms.field.telephone.privacy_declaration') %></small>
</div>
2 changes: 1 addition & 1 deletion app/views/registrations/_basic.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<%= javascript_tag do %>
window.ticketsWithComments = <%= @event.access_levels.find_all(&:has_comment).map(&:id).to_json %>
<% end %>
<%= f.submit "Registreer", class: 'btn btn-group btn-primary' %>
<%= f.submit t('event.register'), class: 'btn btn-group btn-primary' %>
<% end %>
</p>

Expand Down
11 changes: 8 additions & 3 deletions config/locales/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,21 @@ nl:
deleted:
title: 'Ticket verwijderd'
click_here_website: 'Klik hier om naar de event website te gaan.'
forms:
field:
telephone:
privacy_declaration: 'Uw telefoonnummer wordt vertrouwelijk gehouden, en zal enkel gebruikt worden om uw persoonlijke eindscore te sms&apos;en.'
tickets:
left: 'over'
login_required: 'Sommige tickets kunnen enkel besteld worden als je lid bent van de organiserende vereniging.'
login: 'Log in'
login_cas: 'met CAS om de tickets te kunnen bestellen.'
no_available: 'No tickets available at the moment!'
mail:
ticket_start: "Dear %{name}<br />Thank you for confirming your presence. This e-mail is your personal ticket for this event. Do not forget to print this email and bring the ticket with you.
<br/>
If you won&apos;t be able to attend, we kindly ask you to let us know via the link to the annulation page below. If you experience problems or have questions, do not hesitate to contact us by %{mail}"
ticket_start: "Beste %{name}<br/><br/>
Bedankt om uw aanwezigheid te bevestigen. Deze e-mail geldt als uw persoonlijke ticket voor dit event. Vergeet niet om deze e-mail af te drukken en dit ticket mee te nemen.<br/>
<br/>
Indien u door omstandigheden niet kan komen, vragen we u vriendelijk dit te laten weten via de onderstaande pagina. Bij vragen of problemen kan u terecht op %{mail}."
more_info: "Meer info"
cancel: "Om te annuleren"
click_here: "klik hier"
Expand Down

0 comments on commit 35e4907

Please sign in to comment.