sc.js 1.6 KB

1234567891011121314151617181920
  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. "Add client" : "Agiunghe cliente",
  12. "Name" : "Nùmene",
  13. "Redirection URI" : "URI de torrada a deretare",
  14. "Add" : "Agiunghe",
  15. "Client Identifier" : "Identificadore cliente",
  16. "Secret" : "Segretu",
  17. "Show client secret" : "Mustra su segretu de su cliente",
  18. "Delete" : "Cantzella"
  19. },
  20. "nplurals=2; plural=(n != 1);");