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:
-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