1<?php 2/** 3 * German language file for wikistats plugin 4 * 5 * @author Chris4x4 <4x4.chris@gmail.com> 6 */ 7 8// menu entry for admin plugins 9// $lang['menu'] = 'Your menu entry'; 10 11// custom language strings for the plugin 12$lang['tags'] = 'Tags'; 13$lang['empty_output'] = 'Leere Ausgabe'; 14$lang['btn_display_stats'] = 'Statistiken'; 15$lang['resources'] = 'Ressourcen'; 16$lang['tags_title'] = 'Tags'; 17$lang['resources_title'] = 'Ressourcen'; 18$lang['namespaces_title'] = 'Namespace'; 19$lang['namespaces_title'] = 'Namespace'; 20$lang['pages_count'] = 'Seiten'; 21$lang['flash_count'] = 'Flash'; 22$lang['images_count'] = 'Bilder'; 23$lang['movies_count'] = 'Videos'; 24$lang['audio_count'] = 'Audio'; 25$lang['sheets_count'] = 'Tabellenkalkulationen'; 26$lang['writer_count'] = 'Textdokumente '; 27$lang['presentation_count'] = 'Präsentation'; 28$lang['documents_count'] = 'Unterlagen'; 29$lang['archives_count'] = 'Archiv'; 30$lang['binaries_count'] = 'Binär'; 31$lang['others_count'] = 'Verschiedene'; 32$lang['medias_count'] = 'Medien'; 33 34//Setup VIM: ex: et ts=4 : 35