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

github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-01 07:03:24 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-01 07:03:24 +0300
commit2417dc8b33fde02397b0be3f7f3167cc062f21de (patch)
tree935da7e7cf6ee94e6ec25b0693fa4479d38eec9d
parent46618ded89f04bee23fd4b885ccae3c737da3fdc (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/an.js6
-rw-r--r--l10n/an.json4
2 files changed, 10 insertions, 0 deletions
diff --git a/l10n/an.js b/l10n/an.js
new file mode 100644
index 0000000..782abe2
--- /dev/null
+++ b/l10n/an.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "theming_customcss",
+ {
+ "Error" : "Error"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/an.json b/l10n/an.json
new file mode 100644
index 0000000..9757951
--- /dev/null
+++ b/l10n/an.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Error" : "Error"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file