aboutsummaryrefslogtreecommitdiff
path: root/languages/pt/pt.twitter.php
blob: 0e55ceafbe31fbe0c498aa250cd55d2e97aa2902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

// Gerado pela extensão 'translationbrowser'  20111228-02:37:30 PM

$portugues = array( 
	 'twitter:title'  =>  "Twitter " , 
	 'twitter:info'  =>  "Apresentar suas últimas mensagens ('tweets')" , 
	 'twitter:username'  =>  "Digite seu login no twitter <i>(twitter username)</i>" , 
	 'twitter:num'  =>  "Número de mensagens ('tweets') para apresentar" , 
	 'twitter:visit'  =>  "visitar meu twitter" , 
	 'twitter:notset'  =>  "Este dispositivo do 'twitter' não está pronto ainda para funcionar.  Para apresentar suas últimas mensagens ('tweets'), clique em - EDITAR - e preencha seus detalhes."
); 

add_translation('pt', $portugues); 

?>