locales
This commit is contained in:
parent
b793ef0ff8
commit
f147c66c30
6 changed files with 54 additions and 0 deletions
7
config/locales/models/mail/received_mail/en.yml
Normal file
7
config/locales/models/mail/received_mail/en.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
en:
|
||||
activerecord:
|
||||
models:
|
||||
mail:
|
||||
received_mail:
|
||||
default_subject: Your file nº %{dossier_number} will be examined (%{procedure_libelle})
|
||||
under_instruction: Acknowledgment of being under instruction
|
7
config/locales/models/mail/received_mail/fr.yml
Normal file
7
config/locales/models/mail/received_mail/fr.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
fr:
|
||||
activerecord:
|
||||
models:
|
||||
mail:
|
||||
received_mail:
|
||||
default_subject: Votre dossier nº %{dossier_number} va être examiné (%{procedure_libelle})
|
||||
under_instruction: Accusé de passage en instruction
|
Loading…
Add table
Add a link
Reference in a new issue