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/es_GT.js10
-rw-r--r--l10n/es_GT.json8
2 files changed, 18 insertions, 0 deletions
diff --git a/l10n/es_GT.js b/l10n/es_GT.js
new file mode 100644
index 0000000..81678b9
--- /dev/null
+++ b/l10n/es_GT.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "fulltextsearch",
+ {
+ "Full text search" : "Búsqueda de texto completo",
+ "Index not found" : "No se encontró el índice",
+ "Tick not found" : "Marca no encontrada",
+ "Full text search (BETA)" : "Búsqueda de texto completo (BETA)",
+ "Search on %s" : "Busar en %s"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_GT.json b/l10n/es_GT.json
new file mode 100644
index 0000000..d69621d
--- /dev/null
+++ b/l10n/es_GT.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Full text search" : "Búsqueda de texto completo",
+ "Index not found" : "No se encontró el índice",
+ "Tick not found" : "Marca no encontrada",
+ "Full text search (BETA)" : "Búsqueda de texto completo (BETA)",
+ "Search on %s" : "Busar en %s"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file