Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-05-09 05:46:37 +0300
committerNextcloud bot <bot@nextcloud.com>2020-05-09 05:46:37 +0300
commit0b9ecf9d7ef227eaee6586ea3672c7d598ad1363 (patch)
treedad16df79a0767dacd8655ec4391c2d3676411a1
parent0fb80ef3b9c47fe107fd586043f3977a8f0c128e (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/oc.js8
-rw-r--r--l10n/oc.json6
2 files changed, 14 insertions, 0 deletions
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