nextcloud/apps/oauth2/l10n/el.js

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