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/af.js10
-rw-r--r--l10n/af.json8
2 files changed, 18 insertions, 0 deletions
diff --git a/l10n/af.js b/l10n/af.js
new file mode 100644
index 0000000..d570215
--- /dev/null
+++ b/l10n/af.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "orcid",
+ {
+ "ORCID" : "ORCID",
+ "Client ID" : "Kliënt-ID",
+ "Client Secret" : "Kliënt-geheim",
+ "Your ORCID:" : "U ORCID:",
+ "Connect to ORCID" : "Koppel aan ORCID"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/af.json b/l10n/af.json
new file mode 100644
index 0000000..9ac8508
--- /dev/null
+++ b/l10n/af.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "ORCID" : "ORCID",
+ "Client ID" : "Kliënt-ID",
+ "Client Secret" : "Kliënt-geheim",
+ "Your ORCID:" : "U ORCID:",
+ "Connect to ORCID" : "Koppel aan ORCID"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file