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