]> git.mxchange.org Git - friendica-addons.git/blob - altpager/lang/pt-br/strings.php
updating the addon translations, missed some files due missing git fu
[friendica-addons.git] / altpager / lang / pt-br / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_pt_br")) {
4 function string_plural_select_pt_br($n){
5         return ($n > 1);;
6 }}
7 ;
8 $a->strings["Altpager settings updated."] = "Configurações de paginações atualizada.";
9 $a->strings["Alternate Pagination Setting"] = "Configurações de Paginação alternativa";
10 $a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Usar links para \"Mais recentes\" e \"Mais antigos\" no lugar do número de páginas?";
11 $a->strings["Submit"] = "Enviar";
12 $a->strings["Global"] = "Global";
13 $a->strings["Force global use of the alternate pager"] = "Força uso global da paginação alternativa";
14 $a->strings["Individual"] = "Individual";
15 $a->strings["Each user chooses whether to use the alternate pager"] = "Cada usuário escolhe se usa a paginação alternativa";
16 $a->strings["Settings updated."] = "Configurações atualizadas.";