Skip to content

Commit bf0e6d2

Browse files
committed
#54 forgot to add properties files
1 parent c5362e5 commit bf0e6d2

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

src/main/resources/alfio/i18n/public.properties

+9-1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,14 @@ ticket.order-information=Order info
184184
ticket.order-information-values={0} by {1}
185185
ticket.payment-required=This ticket has not yet been paid, thus you must pay the required amount at the entrance desk
186186

187+
#receipt.ms
188+
receipt.receipt=Receipt
189+
receipt.order-information=Order information
190+
receipt.buyer=Buyer:
191+
receipt.billing-address=Billing address:
192+
receipt.date=Date:
193+
receipt.payment-for=Payment for:
194+
187195

188196
#mail messages
189197
email.confirmation-email-sent=The confirmation email has been sent.
@@ -207,7 +215,7 @@ email-confirmation.completed=Your reservation for the event {0} has been complet
207215
email-confirmation.waiting-for-payment=Your order for the event {0} has been placed. Please follow the payment instructions at {1}
208216
email-confirmation.reservation-summary=Reservation summary
209217
email-confirmation.summary=Category: {0}, Quantity: {1}, Subtotal: {2} {3}
210-
email-confirmation.order-information=Order information : {0}
218+
email-confirmation.order-information=Order information: {0}
211219
email-confirmation.vatNr=VAT number: {0}
212220
email-confirmation.reservationURL=You can modify/review your Ticket details at {0}
213221
email-ticket.add-to-calendar=You can save the event in your google calendar, click on the following link: {0}

src/main/resources/alfio/i18n/public_de.properties

+8
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,14 @@ ticket.order-information=Bestellinformationen
181181
ticket.order-information-values={0} von {1}
182182
ticket.payment-required=Der Betrag f\u00FCr dieses Ticket ist noch ausstehend, bitte begleichen Sie die ausstehende Summe beim Einlass des Events.
183183

184+
#receipt.ms
185+
receipt.receipt=DE-Receipt
186+
receipt.order-information=Bestellinformationen
187+
receipt.buyer=DE-Buyer:
188+
receipt.billing-address=Rechnungsadresse:
189+
receipt.date=Datum:
190+
receipt.payment-for=DE-Payment for:
191+
184192

185193
#mail messages
186194
email.confirmation-email-sent=Die Best\u00E4tigungs-Email wurde versandt.

src/main/resources/alfio/i18n/public_it.properties

+8
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,14 @@ ticket.order-information-values={0} effettuato da {1}
155155
ticket.payment-required=Questo biglietto non \u00E8 stato ancora pagato, dovrai quindi pagare l''importo dovuto all''ingresso.
156156
email-ticket.add-to-calendar=Puoi aggiungere l''evento in google calendar cliccando sul seguente link: {0}
157157

158+
#receipt.ms
159+
receipt.receipt=Ricevuta
160+
receipt.order-information=Info ordine
161+
receipt.buyer=Acquirente:
162+
receipt.billing-address=Indirizzo di fatturazione:
163+
receipt.date=Data:
164+
receipt.payment-for=Pagamento a favore di:
165+
158166
#mail messages
159167
email.confirmation-email-sent=Email di conferma spedita correttamente.
160168
email.ticket-email-sent=Il biglietto ti \u00E8 stato spedito via email.

0 commit comments

Comments
 (0)