source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/tpl/greenstone/lang/de/lang.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 1.1 KB
Line 
1<?php
2/*
3 * additional language strings used by Roundbox template
4 *
5 * German version
6 *
7 * @author Christopher Arndt
8 */
9$lang['sitenav_title'] = 'Inhalt'; // title of site navigation in the sidebar
10$lang['sitecmd_title'] = 'Aktionen'; // title of site commands in the sidebar
11// some tooltips for the footer buttons
12$lang['btn_rss'] = 'RSS-Feed der letzten Änderungen';
13$lang['btn_dokuwiki'] = 'Betrieben mit DokuWiki';
14$lang['btn_cc'] = 'Creative Commons Lizenz';
15$lang['btn_donate'] = 'Spende';
16$lang['btn_php'] = 'Ermöglicht durch PHP';
17$lang['btn_xhtml'] = 'Valides XHTML 1.0';
18$lang['btn_css'] = 'Valides CSS';
19$lang['btn_goto'] = 'Gehe zu';
20$lang['tip_goto'] = 'Gebe eine Seitennamen ein und klicke die Schaltfläche, um direkt zu einer Seite zu springen.';
21$lang['img_metaheading'] = 'Bildinformationen';
22$lang['colfield'] = 'Feld';
23$lang['colvalue'] = 'Wert';
24$lang['img_dimen'] = 'Größe in Pixel (B×H)';
25// Overwrite translations from inc/lang/de/lang.php
26$lang['btn_index'] = 'Seitenindex';
27$lang['img_artist'] = 'Fotograf(in)';
28$lang['img_fsize'] = 'Dateigröße';
29?>
Note: See TracBrowser for help on using the repository browser.