You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pt_BR.js 557B

123456789
  1. OC.L10N.register(
  2. "contactsinteraction",
  3. {
  4. "Recently contacted" : "Contactados recentemente",
  5. "Contacts Interaction" : "Interação de contatos",
  6. "Manages interaction between users and contacts" : "Gerenciar interação entre usuários e contatos",
  7. "Collect data about user and contacts interactions and provide an address book for the data" : "Coletar dados sobre usuários e interação de contatos e prover um livro de endereços para o dado"
  8. },
  9. "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");