diff options
Diffstat (limited to 'apps/oauth2/l10n/ga.js')
-rw-r--r-- | apps/oauth2/l10n/ga.js | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/ga.js b/apps/oauth2/l10n/ga.js new file mode 100644 index 00000000000..45199e91f97 --- /dev/null +++ b/apps/oauth2/l10n/ga.js @@ -0,0 +1,23 @@ +OC.L10N.register( + "oauth2", + { + "Your client is not authorized to connect. Please inform the administrator of your client." : "Níl do chliant údaraithe chun nascadh. Cuir do chliant ar an eolas do riarthóir.", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Ní mór do URL athsheolaidh a bheith ina URL iomlán mar shampla: https://yourdomain.com/path", + "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Ceadaíonn sé fíordheimhniú comhoiriúnach OAuth2 ó fheidhmchláir ghréasáin eile.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Ligeann an aip OAuth2 do riarthóirí an sreabhadh oibre fíordheimhnithe ionsuite a chumrú chun fíordheimhniú comhoiriúnach OAuth2 a cheadú ó fheidhmchláir ghréasáin eile.", + "OAuth 2.0 clients" : "Cliant OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "Ligeann OAuth 2.0 do sheirbhísí seachtracha rochtain a iarraidh ar {instanceName}.", + "Name" : "Ainm", + "Redirection URI" : "Atreo URI", + "Client Identifier" : "Aitheantóir Cliant", + "Secret key" : "Eochair rúnda", + "Delete client" : "Scrios cliant", + "Make sure you store the secret key, it cannot be recovered." : "Déan cinnte go stórálann tú an eochair rúnda, ní féidir í a aisghabháil.", + "Add client" : "Cuir cliant leis", + "Add" : "Cuir", + "Show client secret" : "Taispeáin rún an chliaint", + "Hide client secret" : "Folaigh rún an chliaint", + "Delete" : "Scrios" +}, +"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); |