<?php

// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';


$lang['Validation_failed'] = 'Validation_failed';
$lang['pagesign'] = 'This page has been signed at';
$lang['Details_Button'] = 'Details';
$lang['Download_Button'] = 'Download';
$lang['Registration_Time'] = 'Registration Time';
$lang['Integrity_Code'] = 'Integrity Code';
$lang['History_Checkpoint'] = 'History Checkpoint';
$lang['Issuer_Name'] = 'Issuer Name';
$lang['Policy'] = 'Policy';
$lang['Hash_Algorithm'] = 'Hash Algorithm';
$lang['Message_Hash'] = 'Message Hash';
$lang['Error_Code'] = 'Error Code';
$lang['Status_Code'] = 'Status Code';
$lang['README'] = <<<EOT
Written by gtime pluing from Dokuwiki.

http://gtime.hirnreck.de/

This zip contains the raw data file for a dokuwiki webpage, which might 
be compressed as a zip or bz2, if it is from the Attic.
It also contains the guardtime timestamp file for the dokuwiki file.

You can check the validity of the timestamp with tools from guardtime.
The tools may be downloaded from the webpage http://www.guardtime.com/

http://www.guardtime.com/keyless-signature-command-line-tool

The command to check the signature is e.g.:
EOT;
$lang['Timestamp_missing'] = 'The timestampfile is missing.';
// $lang[''] = '';
// $lang[''] = '';


