2016-08-23 01:46:05 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_pt_br")) {
|
|
|
|
function string_plural_select_pt_br($n){
|
2021-02-01 12:47:38 -05:00
|
|
|
$n = intval($n);
|
|
|
|
return intval($n > 1);
|
2016-08-23 01:46:05 -04:00
|
|
|
}}
|
2021-10-10 02:27:53 -04:00
|
|
|
$a->strings['Permission denied.'] = 'Permissão negada.';
|
|
|
|
$a->strings['You are now authenticated to pumpio.'] = 'Você se autenticou no Pump.io.';
|
|
|
|
$a->strings['return to the connector page'] = 'voltar à página de conectores';
|
|
|
|
$a->strings['Post to pumpio'] = 'Publicar no Pump.io';
|
|
|
|
$a->strings['pump.io username (without the servername)'] = 'Nome de usuário no pump.io (sem o nome do servidor)';
|
|
|
|
$a->strings['Import the remote timeline'] = 'Importar a linha do tempo remota';
|
|
|
|
$a->strings['Enable pump.io Post Addon'] = 'Habilitar plug-in para publicar no Pump.io';
|
|
|
|
$a->strings['Post to pump.io by default'] = 'Publicar no Pump.io por padrão';
|
|
|
|
$a->strings['Save Settings'] = 'Salvar Configurações';
|
|
|
|
$a->strings['Pump.io post failed. Queued for retry.'] = 'Falha ao publicar no Pump.io. Na fila para tentar novamente.';
|
|
|
|
$a->strings['Pump.io like failed. Queued for retry.'] = 'Falha ao curtir no Pump.io. Na fila para tentar novamente.';
|
|
|
|
$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s curtiu o %3$s de %2$s';
|