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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/es_MX.php')
-rw-r--r--l10n/es_MX.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/l10n/es_MX.php b/l10n/es_MX.php
new file mode 100644
index 00000000..9607615c
--- /dev/null
+++ b/l10n/es_MX.php
@@ -0,0 +1,9 @@
+<?php
+$TRANSLATIONS = array(
+"Pictures" => "Imágenes",
+"Picture view" => "Vista de imágenes",
+"Error loading slideshow template" => "Error cargando la plantilla de presentación",
+"Share" => "Compartir",
+"File list" => "Lista de archivos"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";