<?php
/**
 * German language file for wikistats plugin
 *
 * @author Chris4x4 <4x4.chris@gmail.com>
 */

// menu entry for admin plugins
// $lang['menu'] = 'Your menu entry';

// custom language strings for the plugin
$lang['tags']                  = 'Tags';
$lang['empty_output']          = 'Leere Ausgabe';
$lang['btn_display_stats']     = 'Statistiken';
$lang['resources']             = 'Ressourcen';
$lang['tags_title']            = 'Tags';
$lang['resources_title']       = 'Ressourcen';
$lang['namespaces_title']      = 'Namespace';
$lang['namespaces_title']      = 'Namespace';
$lang['pages_count']           = 'Seiten';
$lang['flash_count']           = 'Flash';
$lang['images_count']          = 'Bilder';
$lang['movies_count']          = 'Videos';
$lang['audio_count']           = 'Audio';
$lang['sheets_count']          = 'Tabellenkalkulationen';
$lang['writer_count']          = 'Textdokumente ';
$lang['presentation_count']    = 'Präsentation';
$lang['documents_count']       = 'Unterlagen';
$lang['archives_count']        = 'Archiv';
$lang['binaries_count']        = 'Binär';
$lang['others_count']          = 'Verschiedene';
$lang['medias_count']          = 'Medien';

//Setup VIM: ex: et ts=4 :
