sk.js 798 B

12345678910111213141516
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Vaša URL pre presmerovanie musí byť úplná. Napríklad: https://yourdomain.com/path",
  5. "OAuth 2.0" : "OAuth 2.0",
  6. "Allows OAuth2 compatible authentication from other web applications." : "Povoliť overenie kompatibilné s OAuth2 iných webových aplikácií.",
  7. "OAuth 2.0 clients" : "klienti OAuth 2.0",
  8. "Name" : "Názov",
  9. "Redirection URI" : "URI presmerovania",
  10. "Client Identifier" : "Identifikátor klienta",
  11. "Secret" : "Tajný kľúč",
  12. "Add client" : "Pridať klienta",
  13. "Add" : "Pridať",
  14. "Delete" : "Zmazať"
  15. },
  16. "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");