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

es_MX.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9607615c975e5e500e67f762f8caa3057f065072 (plain)
1
2
3
4
5
6
7
8
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);";