source: extensions/rv_sitemap/language/it_IT/plugin.lang.php

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

rv_sitemap fix lang keys

File size: 355 bytes
RevLine 
[9181]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?>
Note: See TracBrowser for help on using the repository browser.