source: extensions/PersoAbout/language/de_DE/plugin.lang.php @ 9111

Last change on this file since 9111 was 9111, checked in by ddtddt, 13 years ago

[extensions] - PersoAbout - add de_DE thanks to otriesch

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 565 bytes
Line 
1<?php
2$lang['ppa_h2'] = 'Personal About';
3
4//Tab gest
5$lang['ppa_tab_gest'] = 'Verwaltung';
6$lang['ppa_perso'] = 'Über (persönlich) ...';
7
8//Tab help
9$lang['ppa_tab_help'] = 'Hilfe';
10$lang['ppa_css'] = 'Anpassen der Darstellung';
11$lang['ppa_css_help'] = 'Der persönliche Abschnitt befindet sich im Tag <div id="persoabout">, Du kannst diese ID in Deinen Themes oder lokalen Files nutzen um Deinen persönlichen Abschnitt anzupassen.';
12$lang['ppa_ED'] = 'Plugin "ExtendedDescription"';
13$lang['ppa_ED_help'] = 'Du kannst die Tags [lang] dieses Plugins nutzen';
14
15?>
Note: See TracBrowser for help on using the repository browser.