| 1 | # OTHERS |
| 2 | |
| 3 | # Number of days considered as "recent activity" |
| 4 | recent.activity.days=15 |
| 5 | |
| 6 | # The list of emails of the people that should receive an email |
| 7 | # administrator.emails=[sysadmin@linkeos.com] |
| 8 | administrator.emails=[yoann@linkeos.com] |
| 9 | |
| 10 | #Linkeos invoice informations |
| 11 | linkeos.name=Linkeos SAS |
| 12 | linkeos.street=66 bis rue du château |
| 13 | linkeos.extras=c/o H²NA eurl |
| 14 | linkeos.city=92600 Asnières-sur-Seine |
| 15 | linkeos.country=France |
| 16 | linkeos.legal_identification=SIRET 732 829 320 00074 |
| 17 | linkeos.invoice_template=Elveos-2011-{invoice_number|length=6} |
| 18 | linkeos.taxes_identification=FR XX 123456789 |
| 19 | linkeos.taxes_rate=0.196 |
| 20 | invoice.linkeos.logo=logo_linkeos_130x43.png |
| 21 | |