lv.js 373 B

123456789101112
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "OAuth 2.0 clients" : "OAuth 2.0 klients",
  5. "Name" : "Nosaukums",
  6. "Redirection URI" : "Pārvirzāmais URI",
  7. "Client Identifier" : "Klienta identifikators",
  8. "Secret" : "Noslēpums",
  9. "Add client" : "Pievienot klientu",
  10. "Add" : "Pievienot"
  11. },
  12. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");