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

github.com/pierre-alain-b/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/an.js8
-rw-r--r--l10n/an.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/l10n/an.js b/l10n/an.js
new file mode 100644
index 0000000..7f8669d
--- /dev/null
+++ b/l10n/an.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "rainloop",
+ {
+ "Email" : "Correu electronico",
+ "Error" : "Error",
+ "Password" : "Clau"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/an.json b/l10n/an.json
new file mode 100644
index 0000000..6eb81db
--- /dev/null
+++ b/l10n/an.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Email" : "Correu electronico",
+ "Error" : "Error",
+ "Password" : "Clau"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file