blockedlog.lang 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. BlockedLog=Unalterable Logs
  2. Field=Field
  3. BlockedLogDesc=This module tracks some events into an unalterable log (that you can't modify once recorded) into a block chain, in real time. This module provides compatibility with requirements of laws of some countries (like France with the law Finance 2016 - Norme NF525).
  4. Fingerprints=Archived events and fingerprints
  5. FingerprintsDesc=This is the tool to browse or extract the unalterable logs. Unalterable logs are generated and archived locally into a dedicated table, in real time when you record a business event. You can use this tool to export this archive and save it into an external support (some countries, like France, ask that you do it every year). Note that, there is no feature to purge this log and every change tried to be done directly into this log (by a hacker for example) will be reported with a non-valid fingerprint. If you really need to purge this table because you used your application for a demo/test purpose and want to clean your data to start your production, you can ask your reseller or integrator to reset your database (all your data will be removed).
  6. CompanyInitialKey=Company initial key (hash of genesis block)
  7. BrowseBlockedLog=Unalterable logs
  8. ShowAllFingerPrintsMightBeTooLong=Show all archived logs (might be long)
  9. ShowAllFingerPrintsErrorsMightBeTooLong=Show all non-valid archive logs (might be long)
  10. DownloadBlockChain=Download fingerprints
  11. KoCheckFingerprintValidity=Archived log entry is not valid. It means someone (a hacker?) has modified some data of this record after it was recorded, or has erased the previous archived record (check that line with previous # exists) or has modified checksum of the previous record.
  12. OkCheckFingerprintValidity=Archived log record is valid. The data on this line was not modified and the entry follows the previous one.
  13. OkCheckFingerprintValidityButChainIsKo=Archived log seems valid compared to previous one but the chain was corrupted previously.
  14. AddedByAuthority=Stored into remote authority
  15. NotAddedByAuthorityYet=Not yet stored into remote authority
  16. ShowDetails=Show stored details
  17. logPAYMENT_VARIOUS_CREATE=Payment (not assigned to an invoice) created
  18. logPAYMENT_VARIOUS_MODIFY=Payment (not assigned to an invoice) modified
  19. logPAYMENT_VARIOUS_DELETE=Payment (not assigned to an invoice) logical deletion
  20. logPAYMENT_ADD_TO_BANK=Payment added to bank
  21. logPAYMENT_CUSTOMER_CREATE=Customer payment created
  22. logPAYMENT_CUSTOMER_DELETE=Customer payment logical deletion
  23. logDONATION_PAYMENT_CREATE=Donation payment created
  24. logDONATION_PAYMENT_DELETE=Donation payment logical deletion
  25. logBILL_PAYED=Customer invoice paid
  26. logBILL_UNPAYED=Customer invoice set unpaid
  27. logBILL_VALIDATE=Customer invoice validated
  28. logBILL_SENTBYMAIL=Customer invoice send by mail
  29. logBILL_DELETE=Customer invoice logically deleted
  30. logMODULE_RESET=Module BlockedLog was disabled
  31. logMODULE_SET=Module BlockedLog was enabled
  32. logDON_VALIDATE=Donation validated
  33. logDON_MODIFY=Donation modified
  34. logDON_DELETE=Donation logical deletion
  35. logMEMBER_SUBSCRIPTION_CREATE=Member subscription created
  36. logMEMBER_SUBSCRIPTION_MODIFY=Member subscription modified
  37. logMEMBER_SUBSCRIPTION_DELETE=Member subscription logical deletion
  38. logCASHCONTROL_VALIDATE=Cash desk closing recording
  39. BlockedLogBillDownload=Customer invoice download
  40. BlockedLogBillPreview=Customer invoice preview
  41. BlockedlogInfoDialog=Log Details
  42. ListOfTrackedEvents=List of tracked events
  43. Fingerprint=Fingerprint
  44. DownloadLogCSV=Export archived logs (CSV)
  45. logDOC_PREVIEW=Preview of a validated document in order to print or download
  46. logDOC_DOWNLOAD=Download of a validated document in order to print or send
  47. DataOfArchivedEvent=Full datas of archived event
  48. ImpossibleToReloadObject=Original object (type %s, id %s) not linked (see 'Full datas' column to get unalterable saved data)
  49. BlockedLogAreRequiredByYourCountryLegislation=Unalterable Logs module may be required by the legislation of your country. Disabling this module may render any future transactions invalid with respect to the law and the use of legal software as they can not be validated by a tax audit.
  50. BlockedLogActivatedBecauseRequiredByYourCountryLegislation=Unalterable Logs module was activated because of the legislation of your country. Disabling this module may render any future transactions invalid with respect to the law and the use of legal software as they cannot be validated by a tax audit.
  51. BlockedLogDisableNotAllowedForCountry=List of countries where usage of this module is mandatory (just to prevent to disable the module by error, if your country is in this list, disable of module is not possible without editing this list first. Note also that enabling/disabling this module will keep a track into the unalterable log).
  52. OnlyNonValid=Non-valid
  53. TooManyRecordToScanRestrictFilters=Too many records to scan/analyze. Please restrict list with more restrictive filters.
  54. RestrictYearToExport=Restrict month / year to export
  55. BlockedLogEnabled=System to track events into unalterable logs has been enabled
  56. BlockedLogDisabled=System to track events into unalterable logs has been disabled after some recording were done. We saved a special Fingerprint to track the chain as broken
  57. BlockedLogDisabledBis=System to track events into unalterable logs has been disabled. This is possible because no record were done yet.