Fix missing Up link translation and some German translation. Thanks to Klaus Tachtler for the patch.
This commit is contained in:
parent
22886a423b
commit
348b265b14
|
@ -89,7 +89,6 @@ my %Translate = (
|
||||||
'Top_url_link' => 'Top Urls',
|
'Top_url_link' => 'Top Urls',
|
||||||
'Top_domain_link' => 'Top Domains',
|
'Top_domain_link' => 'Top Domains',
|
||||||
'Back_link' => 'Back',
|
'Back_link' => 'Back',
|
||||||
'Up_link' => 'Up',
|
|
||||||
'Graph_cache_hit_title' => '%s Requests statistics on',
|
'Graph_cache_hit_title' => '%s Requests statistics on',
|
||||||
'Graph_cache_byte_title' => '%s Mega Bytes statistics on',
|
'Graph_cache_byte_title' => '%s Mega Bytes statistics on',
|
||||||
'Hourly' => 'Hourly',
|
'Hourly' => 'Hourly',
|
||||||
|
@ -123,6 +122,7 @@ my %Translate = (
|
||||||
'Globals_Statistics' => 'Globals Statistics',
|
'Globals_Statistics' => 'Globals Statistics',
|
||||||
'Legend' => 'Legend',
|
'Legend' => 'Legend',
|
||||||
'File_Generated' => 'File generated by',
|
'File_Generated' => 'File generated by',
|
||||||
|
'Up_link' => 'Up',
|
||||||
'Click_year_stat' => 'Click on year\'s statistics link for details',
|
'Click_year_stat' => 'Click on year\'s statistics link for details',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -94,7 +94,8 @@ Domain_graph_hits_title Domain Treffer Statistik
|
||||||
Domain_graph_bytes_title Domain Bytes Statistik
|
Domain_graph_bytes_title Domain Bytes Statistik
|
||||||
First_visit Erster Besuch
|
First_visit Erster Besuch
|
||||||
Last_visit Letzter Besuch
|
Last_visit Letzter Besuch
|
||||||
Globals_Statistics Globals Statistik
|
Globals_Statistics Übersicht Statistiken
|
||||||
Legend Beschriftung
|
Legend Beschriftung
|
||||||
File_Generated Erzeugt durch
|
File_Generated Erzeugt durch
|
||||||
Click_year_stat Click on year's statistics link for details
|
Up_link Zurück zum Anfang der Seite
|
||||||
|
Click_year_stat Klicken Sie bitte auf den Link mit der gewünschten Jahreszahl, um in die Detailanzeige zu gelangen
|
||||||
|
|
|
@ -97,4 +97,5 @@ Last_visit Last visit
|
||||||
Globals_Statistics Globals Statistics
|
Globals_Statistics Globals Statistics
|
||||||
Legend Legend
|
Legend Legend
|
||||||
File_Generated File generated by
|
File_Generated File generated by
|
||||||
|
Up_link Up
|
||||||
Click_year_stat Click on year's statistics link for details
|
Click_year_stat Click on year's statistics link for details
|
||||||
|
|
|
@ -98,4 +98,5 @@ Last_visit Ultima visita
|
||||||
Globals_Statistics Estatísticas globais
|
Globals_Statistics Estatísticas globais
|
||||||
Legend Legenda
|
Legend Legenda
|
||||||
File_Generated Gerado pela
|
File_Generated Gerado pela
|
||||||
|
Up_link Up
|
||||||
Click_year_stat Click on year's statistics link for details
|
Click_year_stat Click on year's statistics link for details
|
||||||
|
|
Loading…
Reference in New Issue