From a46d2f1d39c99b2e237b3b642099f02a3fb8c841 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 25 May 2017 00:08:04 +0000 Subject: [tx-robot] updated from transifex --- apps/oauth2/l10n/en_GB.js | 14 ++++++++++++++ apps/oauth2/l10n/en_GB.json | 12 ++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 apps/oauth2/l10n/en_GB.js create mode 100644 apps/oauth2/l10n/en_GB.json (limited to 'apps/oauth2') diff --git a/apps/oauth2/l10n/en_GB.js b/apps/oauth2/l10n/en_GB.js new file mode 100644 index 00000000000..bb685a2578d --- /dev/null +++ b/apps/oauth2/l10n/en_GB.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 clients", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 allows external services to request access to your %s.", + "Name" : "Name", + "Redirection URI" : "Redirection URI", + "Client Identifier" : "Client Identifier", + "Secret" : "Secret", + "Add client" : "Add client", + "Add" : "Add" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/en_GB.json b/apps/oauth2/l10n/en_GB.json new file mode 100644 index 00000000000..b313edb241a --- /dev/null +++ b/apps/oauth2/l10n/en_GB.json @@ -0,0 +1,12 @@ +{ "translations": { + "OAuth 2.0" : "OAuth 2.0", + "OAuth 2.0 clients" : "OAuth 2.0 clients", + "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 allows external services to request access to your %s.", + "Name" : "Name", + "Redirection URI" : "Redirection URI", + "Client Identifier" : "Client Identifier", + "Secret" : "Secret", + "Add client" : "Add client", + "Add" : "Add" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file -- cgit v1.2.3