1<?php
2
3// settings must be present and set appropriately for the language
4$lang['encoding']   = 'utf-8';
5$lang['direction']  = 'ltr';
6
7
8$lang['Validation_failed'] = 'Validation_failed';
9$lang['pagesign'] = 'This page has been signed at';
10$lang['Details_Button'] = 'Details';
11$lang['Download_Button'] = 'Download';
12$lang['Registration_Time'] = 'Registration Time';
13$lang['Integrity_Code'] = 'Integrity Code';
14$lang['History_Checkpoint'] = 'History Checkpoint';
15$lang['Issuer_Name'] = 'Issuer Name';
16$lang['Policy'] = 'Policy';
17$lang['Hash_Algorithm'] = 'Hash Algorithm';
18$lang['Message_Hash'] = 'Message Hash';
19$lang['Error_Code'] = 'Error Code';
20$lang['Status_Code'] = 'Status Code';
21$lang['README'] = <<<EOT
22Written by gtime pluing from Dokuwiki.
23
24http://gtime.hirnreck.de/
25
26This zip contains the raw data file for a dokuwiki webpage, which might
27be compressed as a zip or bz2, if it is from the Attic.
28It also contains the guardtime timestamp file for the dokuwiki file.
29
30You can check the validity of the timestamp with tools from guardtime.
31The tools may be downloaded from the webpage http://www.guardtime.com/
32
33http://www.guardtime.com/keyless-signature-command-line-tool
34
35The command to check the signature is e.g.:
36EOT;
37$lang['Timestamp_missing'] = 'The timestampfile is missing.';
38// $lang[''] = '';
39// $lang[''] = '';
40
41
42