sc.js 1.6 KB

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "Your client is not authorized to connect. Please inform the administrator of your client." : "Su cliente tuo no est autorizadu a si connètere. Pro praghere, informa s'amministradore de su cliente tuo.",
  5. "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : " S'URL tuo pro torrare a deretare tocat chi siat unu URL cumpretu, pro nàrrere: https://sudomìniutuo.com/caminu",
  6. "OAuth 2.0" : "OAuth 2.0",
  7. "Allows OAuth2 compatible authentication from other web applications." : "Cunsenti s'autenticatzione cumpatìbile cun OAuth2 dae àteras aplicatziones in sa rete.",
  8. "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "S'aplicatzione OAuth2 cunsentit a is amministradores de cunfigurare sa protzedura de autenticatzione integrada pro cunsentire fintzas s'autenticatzione cumpatìbile cun OAuth2 dae àteras aplicatziones in sa rete.",
  9. "OAuth 2.0 clients" : "Clientes de OAuth 2.0 ",
  10. "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 cunsentit a is zservìtzios de foras de pedire s'atzessu a {instanceName}.",
  11. "Name" : "Nùmene",
  12. "Redirection URI" : "URI de torrada a deretare",
  13. "Client Identifier" : "Identificadore cliente",
  14. "Secret key" : "Crae segreta",
  15. "Add client" : "Agiunghe cliente",
  16. "Add" : "Agiunghe",
  17. "Delete" : "Cantzella",
  18. "Show client secret" : "Mustra su segretu de su cliente",
  19. "Secret" : "Segretu"
  20. },
  21. "nplurals=2; plural=(n != 1);");