Drupal.locale = { 'pluralFormula': function($n) { return Number(($n>1)); }, 'strings': { "Select all rows in this table": "Selecionar todas as linhas da tabela", "Deselect all rows in this table": "Desmarcar todas as linhas da tabela", "You have 1 friend": "Você têm 1 amigo(a)", "All Friends": "Todos os Amigos" } };