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

github.com/nextcloud/fulltextsearch.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 06:03:06 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-01 06:03:06 +0300
commit5b0705232a8644cd779cc1df5557869b9d08310f (patch)
tree37396c62462d51591c16b6432f7bb49180dadcc5
parentfa754920ff8894526b5ed19244612e21c812b9cc (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..5a73451
--- /dev/null
+++ b/l10n/an.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "fulltextsearch",
+ {
+ "Search" : "Buscar"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/an.json b/l10n/an.json
new file mode 100644
index 0000000..28b8332
--- /dev/null
+++ b/l10n/an.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Search" : "Buscar"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file