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

Last change on this file since 9181 was 9181, checked in by Sugar888, 13 years ago

[extension] rv_sitemap - Added de_DE and it_IT

File size: 397 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
15$lang['Recent photos'] = 'die neusten Bilder';
16
17?>
Note: See TracBrowser for help on using the repository browser.