source: extensions/rv_sitemap/language/it_IT/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: 398 bytes
Line 
1<?php
2
3$lang['Global'] = 'Globale';
4$lang['Filename'] = 'Nome del file';
5$lang['Priority'] = 'Priorità';
6$lang['Frequency'] = 'Frequenza';
7$lang['always'] = 'sempre';
8$lang['hourly'] = 'ogni ora';
9$lang['daily'] = 'ogni giorno';
10$lang['weekly'] = 'ogni settimana';
11$lang['monthly'] = 'ogni mese';
12$lang['yearly'] = 'ogni anno';
13$lang['never'] = 'mai';
14
15$lang['Recent photos'] = 'Foto recenti';
16
17?>
Note: See TracBrowser for help on using the repository browser.