nextcloud/apps/oauth2/l10n/fr.json

23 lines
1.6 KiB
JSON
Raw Normal View History

2017-05-20 03:08:27 +03:00
{ "translations": {
"OAuth 2.0 clients" : "Clients OAuth 2.0",
2018-06-21 03:12:47 +03:00
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet à des services externes de demander l'accès à {instanceName}.",
2017-05-20 03:08:27 +03:00
"Name" : "Nom",
2018-06-25 03:11:48 +03:00
"_headerName_::_col_" : ["headerName","col"],
2017-05-20 03:08:27 +03:00
"Redirection URI" : "URI de redirection",
2018-06-25 03:11:48 +03:00
"_headerRedirectUri_::_col_" : ["headerRedirectUri","col"],
2017-05-20 03:08:27 +03:00
"Client Identifier" : "Identifiant du client",
2018-06-25 03:11:48 +03:00
"_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"],
2017-05-20 03:08:27 +03:00
"Secret" : "Secret",
2018-06-25 03:11:48 +03:00
"_headerSecret_::_col_" : ["headerSecret","col"],
2017-05-20 03:08:27 +03:00
"Add client" : "Ajouter un client",
2018-06-20 03:12:26 +03:00
"Add" : "Ajouter",
2018-06-25 03:11:48 +03:00
"_button_::_submit_" : ["button","submit"],
"_section_::_oauth2_" : ["section","oauth2"],
2018-06-24 03:12:06 +03:00
"Show client secret" : "Afficher le secret du client",
2018-06-21 03:12:47 +03:00
"Delete" : "Supprimer",
2018-06-20 03:12:26 +03:00
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "Autoriser l'authentification compatible OAuth2 depuis d'autres applications web.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'application OAuth2 permet aux administrateurs de configurer l'authentification intégrée afin d'autoriser l'authentification compatible OAuth2 depuis d'autres applications web.",
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet à des services externes de demander l'accès à %s."
2017-05-20 03:08:27 +03:00
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}