Drupal.locale = { 'pluralFormula': function($n) { return Number(($n>1)); }, 'strings': { "Deselect all rows in this table": "Desmarcar todas as linhas da tabela", "1 attachment": [ "1 anexo", "@count anexos" ], "Published": "Publicado", "Promoted to front page": "Promovida à página principal", "Start": "Início", "Create new revision": "Criar nova revisão", "None": "Nenhum", "Select all rows in this table": "Selecionar todas as linhas da tabela", "Upload": "Upload" } };