1<?php 2/** 3 * idni language file 4 * 5 * @author Harefa <fidelis@harefa.com> 6 * @author Yustinus Waruwu <juswaruwu@gmail.com> 7 */ 8$lang['rss_type_o_rss'] = 'RSS 0.91'; 9$lang['rss_type_o_rss1'] = 'RSS 1.0'; 10$lang['rss_type_o_rss2'] = 'RSS 2.0'; 11$lang['rss_type_o_atom'] = 'Atom 0.3'; 12$lang['compression_o_gz'] = 'gzip'; 13$lang['compression_o_bz2'] = 'bz2'; 14