source: extensions/rv_sitemap/language/de_DE/plugin.lang.php @ 15907

Last change on this file since 15907 was 12431, checked in by rvelices, 12 years ago

rv_sitemap fix lang keys

File size: 348 bytes
Line 
1<?php
2
3$lang['Global'] = 'Global';
4$lang['Filename'] = 'Filename';
5$lang['Priority'] = 'Priorität';
6$lang['Frequency'] = 'Häufigkeit';
7$lang['always'] = 'immer';
8$lang['hourly'] = 'stündlich';
9$lang['daily'] = 'täglich';
10$lang['weekly'] = 'wöchentlich';
11$lang['monthly'] = 'monatlich';
12$lang['yearly'] = 'jährlich';
13$lang['never'] = 'nie';
14?>
Note: See TracBrowser for help on using the repository browser.