nextcloud/apps/oauth2/l10n/el.js

14 lines
603 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"oauth2",
{
"OAuth 2.0 clients" : "Πελάτες OAuth 2.0",
"OAuth 2.0 allows external services to request access to %s." : "Το OAuth 2.0 επιτρέπει σε εξωτερικές υπηρεσίες να ζητούν πρόσβαση στο %s σας.",
"Name" : "Όνομα",
"Redirection URI" : "URI ανακατεύθυνσης",
"Client Identifier" : "Αναγνωριστικό πελάτη",
"Secret" : "Μυστικό",
"Add client" : "Προσθήκη πελάτη",
"Add" : "Προσθήκη"
},
"nplurals=2; plural=(n != 1);");