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", "The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.": "O arquivo selecionado %filename não pôde ser transferido. Somente arquivos com as seguintes extensões são permitidos: %extensions." } };