id.js 363 B

1234567891011121314
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "OAuth 2.0 clients" : "Klien OAuth 2.0",
  5. "Name" : "Nama",
  6. "Redirection URI" : "URI Pengalihan",
  7. "Client Identifier" : "Identifier klien",
  8. "Secret key" : "Kunci rahasia",
  9. "Add client" : "Tambah klien",
  10. "Add" : "Tambah",
  11. "Delete" : "Hapus",
  12. "Secret" : "Rahasia"
  13. },
  14. "nplurals=1; plural=0;");