mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-28 09:24:24 +01:00
fixed strings
This commit is contained in:
parent
d665c71157
commit
fc0f153e8a
@ -379,7 +379,7 @@ en:
|
||||
select_one_or_more_slots_in_the_calendar: "Select one {SINGLE, select, true{slot} other{or more slots}} in the calendar"
|
||||
you_ve_just_selected_the_slot: "You've just selected the slot:"
|
||||
datetime_to_time: "{START_DATETIME} to {END_TIME}" #eg: Thursday, September 4 1986 8:30 PM to 10:00 PM
|
||||
cost_of_TYPE: "Cost of {TYPE, select, Machine{a machine hour} Training{the training} other{the element}}"
|
||||
cost_of_TYPE: "Cost of the {TYPE, select, Machine{machine slot} Training{training} Space{space slot} other{element}}"
|
||||
offer_this_slot: "Offer this slot"
|
||||
confirm_this_slot: "Confirm this slot"
|
||||
remove_this_slot: "Remove this slot"
|
||||
|
@ -284,7 +284,7 @@ end
|
||||
|
||||
unless Setting.find_by(name: 'machine_explications_alert').try(:value)
|
||||
setting = Setting.find_or_initialize_by(name: 'machine_explications_alert')
|
||||
setting.value = "Tout achat d'heure machine est définitif. Aucune" \
|
||||
setting.value = 'Tout achat de créneau machine est définitif. Aucune' \
|
||||
' annulation ne pourra être effectuée, néanmoins au plus tard 24h avant le créneau fixé, vous pouvez en' \
|
||||
" modifier la date et l'horaire à votre convenance et en fonction du calendrier proposé. Passé ce délais," \
|
||||
' aucun changement ne pourra être effectué.'
|
||||
|
Loading…
Reference in New Issue
Block a user