From 0b9ecf9d7ef227eaee6586ea3672c7d598ad1363 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 9 May 2020 02:46:37 +0000 Subject: [tx-robot] updated from transifex --- l10n/oc.js | 8 ++++++++ l10n/oc.json | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 l10n/oc.js create mode 100644 l10n/oc.json diff --git a/l10n/oc.js b/l10n/oc.js new file mode 100644 index 0000000..a462a8c --- /dev/null +++ b/l10n/oc.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "orcid", + { + "ORCID" : "ORCID", + "Client ID" : "ID client", + "Client Secret" : "Secret del client" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/oc.json b/l10n/oc.json new file mode 100644 index 0000000..d40ddfc --- /dev/null +++ b/l10n/oc.json @@ -0,0 +1,6 @@ +{ "translations": { + "ORCID" : "ORCID", + "Client ID" : "ID client", + "Client Secret" : "Secret del client" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file -- cgit v1.2.3