xref: /dokuwiki/lib/plugins/config/lang/pt/lang.php (revision b27484c2fe1cc1a782f2788b4e3e02f6ef3fa7c8)
1*b27484c2SAndreas Gohr<?php
2*b27484c2SAndreas Gohr/**
3*b27484c2SAndreas Gohr * Portugueselanguage file
4*b27484c2SAndreas Gohr *
5*b27484c2SAndreas Gohr * @author José Monteiro <Jose.Monteiro@DoWeDo-IT.com>
6*b27484c2SAndreas Gohr */
7*b27484c2SAndreas Gohr$lang[gdlib_o_1]               = 'Versão 1.x';
8*b27484c2SAndreas Gohr$lang[rss_type_o_rss]          = 'RSS 0.91';
9*b27484c2SAndreas Gohr$lang[rss_type_o_rss1]         = 'RSS 1.0';
10*b27484c2SAndreas Gohr$lang[rss_type_o_rss2]         = 'RSS 2.0';
11*b27484c2SAndreas Gohr$lang[rss_type_o_atom]         = 'Atom 0.3';
12*b27484c2SAndreas Gohr$lang[compression_o_0]         = 'Sem Compressão';
13*b27484c2SAndreas Gohr$lang[compression_o_gz]        = 'gzip';
14*b27484c2SAndreas Gohr$lang[compression_o_bz2]       = 'bz2';
15