From 74654288e64cfb80e950d223c8575b32d04682a0 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 16 Jun 2017 00:08:44 +0000 Subject: [tx-robot] updated from transifex --- apps/oauth2/l10n/af.js | 14 ++++++++++++++ apps/oauth2/l10n/af.json | 12 ++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 apps/oauth2/l10n/af.js create mode 100644 apps/oauth2/l10n/af.json (limited to 'apps/oauth2') diff --git a/apps/oauth2/l10n/af.js b/apps/oauth2/l10n/af.js new file mode 100644 index 00000000000..b2017757e74 --- /dev/null +++ b/apps/oauth2/l10n/af.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0-kliënte", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 laat eksterne dienste toegang tot u %s aanvra.", + "Name" : "Naam", + "Redirection URI" : "Herverwysings-URI", + "Client Identifier" : "Kliëntidentifiseerder", + "Secret" : "Geheim", + "Add client" : "Voeg kliënt toe", + "Add" : "Voeg toe" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/af.json b/apps/oauth2/l10n/af.json new file mode 100644 index 00000000000..4148f9000ae --- /dev/null +++ b/apps/oauth2/l10n/af.json @@ -0,0 +1,12 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0-kliënte", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 laat eksterne dienste toegang tot u %s aanvra.", + "Name" : "Naam", + "Redirection URI" : "Herverwysings-URI", + "Client Identifier" : "Kliëntidentifiseerder", + "Secret" : "Geheim", + "Add client" : "Voeg kliënt toe", + "Add" : "Voeg toe" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file -- cgit v1.2.3